diff --git a/frontend/packages/dev-console/locales/en/devconsole.json b/frontend/packages/dev-console/locales/en/devconsole.json index 6f92a22abe1..a734934e923 100644 --- a/frontend/packages/dev-console/locales/en/devconsole.json +++ b/frontend/packages/dev-console/locales/en/devconsole.json @@ -262,8 +262,8 @@ "Deploy Image": "Deploy Image", "Cancel": "Cancel", "Get started with a tour of some of the key areas in OpenShift {{version}}'s Developer perspective that can help you complete workflows and be more productive.": "Get started with a tour of some of the key areas in OpenShift {{version}}'s Developer perspective that can help you complete workflows and be more productive.", - "Switch between the Developer and Administrator perspectives.": "Switch between the Developer and Administrator perspectives.", - "Use the Administrator perspective to manage workload storage, networking, cluster settings, and more. This may require additional user access.": "Use the Administrator perspective to manage workload storage, networking, cluster settings, and more. This may require additional user access.", + "Switch between the Developer and Core platform perspectives.": "Switch between the Developer and Core platform perspectives.", + "Use the Core platform perspective to manage workload storage, networking, cluster settings, and more. This may require additional user access.": "Use the Core platform perspective to manage workload storage, networking, cluster settings, and more. This may require additional user access.", "Use the Developer perspective to build applications and associated components and services, define how they work together, and monitor their health over time.": "Use the Developer perspective to build applications and associated components and services, define how they work together, and monitor their health over time.", "Use command line tools directly from the Console. CLIs are pre-installed and fully authenticated when you need them.": "Use command line tools directly from the Console. CLIs are pre-installed and fully authenticated when you need them.", "Access odo CLI": "Access odo CLI", diff --git a/frontend/packages/dev-console/src/components/guided-tour/GuidedTourText.tsx b/frontend/packages/dev-console/src/components/guided-tour/GuidedTourText.tsx index 92f32bdfcf5..ed84580fcb6 100644 --- a/frontend/packages/dev-console/src/components/guided-tour/GuidedTourText.tsx +++ b/frontend/packages/dev-console/src/components/guided-tour/GuidedTourText.tsx @@ -27,10 +27,10 @@ const PerspectiveSwitcherTourText: React.FC = () => { const { t } = useTranslation(); return ( <> -

{t('devconsole~Switch between the Developer and Administrator perspectives.')}

+

{t('devconsole~Switch between the Developer and Core platform perspectives.')}

{t( - 'devconsole~Use the Administrator perspective to manage workload storage, networking, cluster settings, and more. This may require additional user access.', + 'devconsole~Use the Core platform perspective to manage workload storage, networking, cluster settings, and more. This may require additional user access.', )}