From 7ea5c615bd492e2c7970b4733d43a0302028042e Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Mon, 24 Jul 2017 09:03:55 -0400 Subject: [PATCH] remove confusing placeholder, add prompt to check email for code --- ui/js/component/userEmailVerify/view.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/js/component/userEmailVerify/view.jsx b/ui/js/component/userEmailVerify/view.jsx index 5aa656a61..2570eba29 100644 --- a/ui/js/component/userEmailVerify/view.jsx +++ b/ui/js/component/userEmailVerify/view.jsx @@ -35,7 +35,6 @@ class UserEmailVerify extends React.PureComponent { { @@ -46,7 +45,7 @@ class UserEmailVerify extends React.PureComponent { {/* render help separately so it always shows */}

- {__("Email")}{" "} + {__("Check your email for a verification code. Email")}{" "} {" "} {__("if you did not receive or are having trouble with your code.")}