Skip to content

Commit

Permalink
Update agreement wording for Tax step.
Browse files Browse the repository at this point in the history
  • Loading branch information
kloon committed Apr 17, 2024
1 parent fea8a05 commit 9792e1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/free-trial/tax/woocommerce-tax/plugins.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ export const Plugins: React.FC< SetupStepProps > = ( {
nextStep();
}, [ isResolving ] );

const agreementText = pluginsToActivate.includes( 'woocommerce-services' )
const agreementText = pluginsToActivate.includes( 'woocommerce-tax' )
? __(
'By installing Jetpack and WooCommerce Tax you agree to the {{link}}Terms of Service{{/link}}.',
'By installing Woo Tax you agree to the {{link}}Terms of Service{{/link}}.',
'woocommerce'
)
: __(
Expand Down

0 comments on commit 9792e1d

Please sign in to comment.