diff --git a/ui/component/userEmailVerify/view.jsx b/ui/component/userEmailVerify/view.jsx index 693a1a671..60ac15761 100644 --- a/ui/component/userEmailVerify/view.jsx +++ b/ui/component/userEmailVerify/view.jsx @@ -60,7 +60,7 @@ class UserEmailVerify extends React.PureComponent {

{isReturningUser ? __('Check Your Email') : __('Confirm Your Email')}

- {__('An email was sent to %email%. Follow the link to %verify_text%. This will update automatically.', { + {__('An email was sent to %email%. Follow the link to %verify_text%. After, this page will update automatically.', { email, verify_text: isReturningUser ? __('sign in') : __('verify your email'), })}