diff --git a/client/login/magic-login/emailed-login-link-successfully-jetpack-connect.tsx b/client/login/magic-login/emailed-login-link-successfully-jetpack-connect.tsx index ab6c3ec2908b..07d4321bc700 100644 --- a/client/login/magic-login/emailed-login-link-successfully-jetpack-connect.tsx +++ b/client/login/magic-login/emailed-login-link-successfully-jetpack-connect.tsx @@ -63,7 +63,7 @@ const EmailedLoginLinkSuccessfullyJetpackConnect: FC< Props > = ( {
{ translate( - "Didn't get the code? Check your spam folder or {{button}}resend the email{{/button}}", + "Didn't get the email? Check your spam folder, or {{button}}resend the email{{/button}}. Wrong email or account? {{link}}Use a different account{{/link}}.", { components: { button: ( @@ -73,17 +73,11 @@ const EmailedLoginLinkSuccessfullyJetpackConnect: FC< Props > = ( { onClick={ onResendEmail } /> ), + link: , }, } ) }
-- { translate( 'Wrong email or account? {{link}}Use a different account{{/link}}', { - components: { - link: , - }, - } ) } -
{ translate( - "Didn't get the code? Check your spam folder or {{button}}resend the email{{/button}}", + "Didn't get the code? Check your spam folder, or {{button}}resend the email{{/button}}. Wrong email or account? {{link}}Use a different account{{/link}}.", { components: { button: ( @@ -262,17 +262,11 @@ const VerifyLoginCode = ( { disabled={ isRedirecting } /> ), + link: , }, } ) }
-- { translate( 'Wrong email or account? {{link}}Use a different account{{/link}}', { - components: { - link: , - }, - } ) } -