Merge pull request #4794 from lbryio/email-folders

advise users to check email folders on sign in
This commit is contained in:
jessopb 2020-09-28 14:34:38 -04:00 committed by GitHub
commit 9f59dac965
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,10 +66,13 @@ class UserEmailVerify extends React.PureComponent<Props> {
title={isReturningUser ? __('Check Your Email') : __('Confirm your account')}
subtitle={
<p>
{__('We just sent an email to %email% with a link for you to %verify_text%.', {
email,
verify_text: isReturningUser ? __('sign in') : __('verify your account'),
})}
{__(
'We just sent an email to %email% with a link for you to %verify_text%. Be sure to check any Promotions folders.',
{
email,
verify_text: isReturningUser ? __('sign in') : __('verify your account'),
}
)}
</p>
}
actions={