clarify text
This commit is contained in:
parent
4dde9cb5dc
commit
c565d43c67
1 changed files with 1 additions and 1 deletions
|
@ -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'),
|
||||
})}
|
||||
|
|
Loading…
Add table
Reference in a new issue