Skip to content

Commit

Permalink
fix: update help text
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenn00dle committed Nov 8, 2024
1 parent 6b6dce6 commit c3eada0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wizards/engagement/views/reader-activation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ export default withWizardScreen( ( { wizardApiFetch } ) => {
'newspack-plugin'
) }
help={ __(
'Prompt users who are not logged in to sign in or register a new account before proceeding to checkout.',
'Prompt users who are not logged in to sign in or register a new account before proceeding to checkout. When disabled, an account will automatically be created with the email address used at checkout.',
'newspack-plugin'
) }
checked={ config.woocommerce_registration_required }
Expand Down

0 comments on commit c3eada0

Please sign in to comment.