Skip to content

Commit

Permalink
[#768] Copy updates to Onboarding Wizard + Site Guide (#778)
Browse files Browse the repository at this point in the history
* [#768] Remove reference to payment setup from onboarding complete step

* [#768] Bold the reminder to leave the license key field blank

* [#768] Add note about color palette

* Remove extra brackets

---------

Co-authored-by: Nick Telsan <[email protected]>
  • Loading branch information
clatwell and nick-telsan authored Mar 15, 2024
1 parent 9c3b700 commit f77fc75
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@ export function ActivateAccessibilityCheckerStep() {
<H1>{__('Activate Accessibility Checker Pro', 'goodbids')}</H1>
<P>
{__(
'All GOODBIDS Nonprofit sites must meet web accessibility guidelines. The Accessibility Checker Pro plugin is required to help you with compliance. Click the button below, then click Activate License to enable the plugin. Leave the license field blank to use the GOODBIDS license key.',
'All GOODBIDS Nonprofit sites must meet web accessibility guidelines. The Accessibility Checker Pro plugin is required to help you with compliance. Click the button below, then click Activate License to enable the plugin.',
'goodbids',
)}
)}{' '}
<b>
{__(
'Reminder: Leave the license field blank to use the GOODBIDS license key.',
'goodbids',
)}
</b>
</P>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function OnboardingCompleteStep() {

<P>
{__(
'Hooray! We’ve confirmed that you set up payments. You’ve now completed the required steps for onboarding and you’re ready to start customizing your site. Click the button below to turn on the lights and see our site setup dashboard, which will walk you through all the next steps to build out and launch your site. ',
'Hooray! You’ve completed the required steps for onboarding and you’re ready to start customizing your site. Click the button below to turn on the lights and see our site setup dashboard, which will walk you through all the next steps to build out and launch your site. ',
'goodbids',
)}
</P>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function SiteAppearance() {
<MultiStepHeading
title={__('Site Appearance', 'goodbids')}
content={__(
'Choose a Theme Style that best fits your Nonprofit’s look and feel, then click the pencil icon to make it your own. You can change the colors, typography, and sitewide layout.',
'Choose a Theme Style that best fits your Nonprofit’s look and feel, then click the pencil icon to make it your own. You can change the colors, typography, and sitewide layout. Adjust the Palette in the Colors tab to apply your brand colors across the site.',
'goodbids',
)}
>
Expand Down

0 comments on commit f77fc75

Please sign in to comment.