Skip to content

Commit

Permalink
chore: update toggle text
Browse files Browse the repository at this point in the history
  • Loading branch information
tabathadelane committed Apr 5, 2023
1 parent 5567df4 commit 8ae35ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/components/ToggleView/ToggleSelector.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const TOGGLE_VIEWS = {
const mobileBreakpoint = '450px';

const ToggleSelector = ({ className, showTooltip }) => {
showTooltip = true;
const [currentView, setCurrentView] = useToggleViewContext();
const tessen = useTessen();
const { t } = useTranslation();
Expand Down Expand Up @@ -70,7 +71,7 @@ const ToggleSelector = ({ className, showTooltip }) => {
<Trans i18nKey="home.toggle.tooltip">
<p>👋 Hey there! Are you a new user?</p>
<p>
Check out our <strong>new</strong>quick launch view here!
Check out our <strong>new</strong> introduction view here!
</p>
</Trans>
</Tooltip>
Expand Down
4 changes: 2 additions & 2 deletions src/i18n/translations/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"button2": "Install New Relic"
},
"toggle": {
"newUserView": "User guide view",
"newUserView": "New user view",
"defaultView": "Default view",
"tooltip": "<0>👋 Hey there! Are you a new user? </0><1> Check out our <1>new</1> user guide view here! </1>"
"tooltip": "<0>👋 Hey there! Are you a new user? </0><1> Check out our <1>new</1> introduction view here! </1>"
},
"search": {
"popularSearches": {
Expand Down

0 comments on commit 8ae35ce

Please sign in to comment.