clarify text

This commit is contained in:
Jeremy Kauffman 2019-11-14 10:16:53 -05:00 committed by GitHub
parent 4dde9cb5dc
commit c565d43c67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ class UserEmailVerify extends React.PureComponent<Props> {
<h1 className="section__title--large">{isReturningUser ? __('Check Your Email') : __('Confirm Your Email')}</h1>
<p className="section__subtitle">
{__('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'),
})}