diff --git a/client/landing/stepper/declarative-flow/internals/steps-repository/migration-trial/trial-plan.tsx b/client/landing/stepper/declarative-flow/internals/steps-repository/migration-trial/trial-plan.tsx index 9f510da4e7b8c..1b67f00d3c144 100644 --- a/client/landing/stepper/declarative-flow/internals/steps-repository/migration-trial/trial-plan.tsx +++ b/client/landing/stepper/declarative-flow/internals/steps-repository/migration-trial/trial-plan.tsx @@ -106,7 +106,9 @@ const TrialPlan = function ( props: Props ) { { sprintf( /* translators: the planName could be "Pro" or "Business" */ - __( 'Try the %(planName)s plan free for 7 days and migrate your site for free' ), + __( + 'Give the %(planName)s plan a try with the 7-day free trial, and migrate your site without costs' + ), { planName: plan?.getTitle() } ) }