Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/packages/dev-console/locales/en/devconsole.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ const PerspectiveSwitcherTourText: React.FC = () => {
const { t } = useTranslation();
return (
<>
<p>{t('devconsole~Switch between the Developer and Administrator perspectives.')}</p>
<p>{t('devconsole~Switch between the Developer and Core platform perspectives.')}</p>
<p>
{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.',
)}
</p>
<p>
Expand Down