From c565d43c6761c5f90170beb4fee5c9d4648d8472 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Thu, 14 Nov 2019 10:16:53 -0500 Subject: [PATCH] clarify text --- ui/component/userEmailVerify/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/component/userEmailVerify/view.jsx b/ui/component/userEmailVerify/view.jsx index 693a1a671..60ac15761 100644 --- a/ui/component/userEmailVerify/view.jsx +++ b/ui/component/userEmailVerify/view.jsx @@ -60,7 +60,7 @@ class UserEmailVerify extends React.PureComponent {

{isReturningUser ? __('Check Your Email') : __('Confirm Your Email')}

- {__('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'), })}