Skip to content

Commit

Permalink
Few more text updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed Dec 17, 2024
1 parent f5daf38 commit 3c3829d
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions src/js/settings/components/classifai-settings/welcome-guide.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,29 +43,23 @@ export const ClassifAIWelcomeGuide = ( { closeWelcomeGuide } ) => {
</p>
<p>
{ __(
'To get started, you need to follow a few simple steps:',
"To get started, you'll need to follow a few simple steps:",
'classifai'
) }
</p>
<ol>
<li>
<strong>
{ __(
'Switch on the Feature you want to use. ',
'Turn on the Feature you want to use. ',
'classifai'
) }
</strong>
<NavLink to="/language_processing">
{ __(
'Visit the settings dashboard',
'classifai'
) }
</NavLink>
</li>
<li>
<strong>
{ __(
'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'
) }
</strong>
Expand All @@ -88,6 +82,14 @@ export const ClassifAIWelcomeGuide = ( { closeWelcomeGuide } ) => {
) }
</a>
</li>
<li>
<strong>
{ __(
'Repeat for all additional Features you want to use',
'classifai'
) }
</strong>
</li>
</ol>

<p>
Expand Down

0 comments on commit 3c3829d

Please sign in to comment.