diff --git a/ui/component/userEmailVerify/view.jsx b/ui/component/userEmailVerify/view.jsx index a9c4a5eba..2b570c385 100644 --- a/ui/component/userEmailVerify/view.jsx +++ b/ui/component/userEmailVerify/view.jsx @@ -79,10 +79,13 @@ class UserEmailVerify extends React.PureComponent { title={isReturningUser ? __('Check Your email') : __('Confirm your account')} subtitle={

- {__('We just sent an email to %email% with a link for you to %verify_text%.', { - email, - verify_text: isReturningUser ? __('log in') : __('verify your account'), - })} + {__( + 'We just sent an email to %email% with a link for you to %verify_text%. Remember to check other email folders like spam or promotions.', + { + email, + verify_text: isReturningUser ? __('log in') : __('verify your account'), + } + )}

} actions={