diff --git a/src/js/settings/components/classifai-settings/welcome-guide.js b/src/js/settings/components/classifai-settings/welcome-guide.js index 8bbd439de..3ec831ce6 100644 --- a/src/js/settings/components/classifai-settings/welcome-guide.js +++ b/src/js/settings/components/classifai-settings/welcome-guide.js @@ -43,7 +43,7 @@ export const ClassifAIWelcomeGuide = ( { closeWelcomeGuide } ) => {

{ __( - 'To get started, you need to follow a few simple steps:', + "To get started, you'll need to follow a few simple steps:", 'classifai' ) }

@@ -51,21 +51,15 @@ export const ClassifAIWelcomeGuide = ( { closeWelcomeGuide } ) => {
  • { __( - 'Switch on the Feature you want to use. ', + 'Turn on the Feature you want to use. ', 'classifai' ) } - - { __( - 'Visit the settings dashboard', - 'classifai' - ) } -
  • { __( - 'Choose which AI Provider you want to use for that Feature. Ensure you have an account with that Provider.', + 'Choose which AI Provider you want to use for that Feature. Ensure you have an account setup with that Provider.', 'classifai' ) } @@ -88,6 +82,14 @@ export const ClassifAIWelcomeGuide = ( { closeWelcomeGuide } ) => { ) }
  • +
  • + + { __( + 'Repeat for all additional Features you want to use', + 'classifai' + ) } + +