Skip to content

Commit

Permalink
fix(RHINENG-9388): Update page titles (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkarat authored Aug 14, 2024
1 parent fc2ffa3 commit b703b17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compiled-lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"disableRuleForClusters": "Disable recommendation for selected clusters",
"disableRuleSingleCluster": "Disable only for this cluster",
"disabled": "Disabled",
"documentTitle": "{subnav} - OCP Advisor | Red Hat Insights",
"documentTitle": "{subnav} - Advisor | OpenShift",
"dropDownActionSingleCluster": "Action",
"enable": "Enable",
"enableRule": "Enable recommendation",
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Workload/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const WorkloadWrapper = () => {
? `${workload?.data?.cluster.display_name} | ${workload?.data?.namespace.name} - Workloads`
: `${clusterId} | ${namespaceId} - Workloads`
}`;
chrome.updateDocumentTitle(`${subnav} - OCP Advisor | Red Hat Insights`);
chrome.updateDocumentTitle(`${subnav} - Advisor | OpenShift`);
}, [workload, namespaceId, clusterId]);

return (
Expand Down
2 changes: 1 addition & 1 deletion src/Messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineMessages({
documentTitle: {
id: 'documentTitle',
description: 'The title of the page as it appears in the browser tab',
defaultMessage: '{subnav} - OCP Advisor | Red Hat Insights',
defaultMessage: '{subnav} - Advisor | OpenShift',
},
clusters: {
id: 'clusters',
Expand Down

0 comments on commit b703b17

Please sign in to comment.