Skip to content

Commit

Permalink
updats text based on design (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
invincibleJai authored Jan 24, 2022
1 parent 19b5c6e commit 64416d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/packages/dev-console/locales/en/devconsole.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
"Help": "Help",
"Restart this tour or access our new quick starts where you can learn more about creating or deploying an application using OpenShift Developer Console.": "Restart this tour or access our new quick starts where you can learn more about creating or deploying an application using OpenShift Developer Console.",
"User Preferences": "User Preferences",
"Set individual preferences for your default screens, language preferences, import settings, and notifications.": "Set individual preferences for your default screens, language preferences, import settings, and notifications.",
"Set your individual console preferences including default views, language, import settings, and more.": "Set your individual console preferences including default views, language, import settings, and more.",
"You’re ready to go!": "You’re ready to go!",
"Edit health checks": "Edit health checks",
"Add health checks": "Add health checks",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ export const getGuidedTour = (): TourDataType => ({
placement: 'bottom',
// t('devconsole~User Preferences')
heading: '%devconsole~User Preferences%',
// t('devconsole~Set individual preferences for your default screens, language preferences, import settings, and notifications.')
// t('devconsole~Set your individual console preferences including default views, language, import settings, and more.')
content:
'%devconsole~Set individual preferences for your default screens, language preferences, import settings, and notifications.%',
'%devconsole~Set your individual console preferences including default views, language, import settings, and more.%',
selector: getSelector('tour-user-button'),
},
],
Expand Down

0 comments on commit 64416d8

Please sign in to comment.