Skip to content

Commit

Permalink
Merge pull request #1641 from maxicapodacqua/fix/improve-phrase-label
Browse files Browse the repository at this point in the history
Adding article to navigation config
  • Loading branch information
tomivm authored May 6, 2024
2 parents d374afd + 101e86a commit b941fae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Settings/Navigation/Navigation.messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default defineMessages({
},
activeImprovePhrase: {
id: 'cboard.components.Settings.Navigation.activeImprovePhrase',
defaultMessage: 'Use Improve Phrase'
defaultMessage: 'Use the Improve Phrase'
},
activeImprovePhraseSecondary: {
id: 'cboard.components.Settings.Navigation.activeImprovePhraseSecondary',
Expand Down
2 changes: 1 addition & 1 deletion src/translations/src/cboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
"cboard.components.Settings.Navigation.vocalizeFoldersSecondary": "Reads folders name out loud when clicked",
"cboard.components.Settings.Navigation.showLiveMode": "Use the Live Mode",
"cboard.components.Settings.Navigation.showLiveModeSecondary": "Live mode allows you to write text directly into the output bar and quickly play the sound. It is intended for users that can write.",
"cboard.components.Settings.Navigation.activeImprovePhrase": "Use Improve Phrase",
"cboard.components.Settings.Navigation.activeImprovePhrase": "Use the Improve Phrase",
"cboard.components.Settings.Navigation.activeImprovePhraseSecondary": "Improve Phrase allows you to gramatically improve the output phrase using Artificial intelligence. It is intended for users of core boards",
"cboard.components.Settings.Navigation.bigScroll": "Enable big scroll buttons",
"cboard.components.Settings.Navigation.bigScrollSecondary": "Shows big scroll buttons. Select the desired style in navigation buttons style section",
Expand Down

0 comments on commit b941fae

Please sign in to comment.