remove confusing placeholder, add prompt to check email for code

This commit is contained in:
Alex Grintsvayg 2017-07-24 09:03:55 -04:00
parent 6967059c7e
commit 7ea5c615bd

View file

@ -35,7 +35,6 @@ class UserEmailVerify extends React.PureComponent {
<FormRow <FormRow
type="text" type="text"
label={__("Verification Code")} label={__("Verification Code")}
placeholder="a94bXXXXXXXXXXXXXX"
name="code" name="code"
value={this.state.code} value={this.state.code}
onChange={event => { onChange={event => {
@ -46,7 +45,7 @@ class UserEmailVerify extends React.PureComponent {
{/* render help separately so it always shows */} {/* render help separately so it always shows */}
<div className="form-field__helper"> <div className="form-field__helper">
<p> <p>
{__("Email")}{" "} {__("Check your email for a verification code. Email")}{" "}
<Link href="mailto:help@lbry.io" label="help@lbry.io" />{" "} <Link href="mailto:help@lbry.io" label="help@lbry.io" />{" "}
{__("if you did not receive or are having trouble with your code.")} {__("if you did not receive or are having trouble with your code.")}
</p> </p>