From 91f25abf2cd0108afc28e81757cf34a54c9f1442 Mon Sep 17 00:00:00 2001 From: zeppi Date: Wed, 23 Dec 2020 16:51:41 -0500 Subject: [PATCH] email spam reminder --- ui/component/userEmailVerify/view.jsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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={