remove confusing placeholder, add prompt to check email for code
This commit is contained in:
parent
6967059c7e
commit
7ea5c615bd
1 changed files with 1 additions and 2 deletions
|
@ -35,7 +35,6 @@ class UserEmailVerify extends React.PureComponent {
|
|||
<FormRow
|
||||
type="text"
|
||||
label={__("Verification Code")}
|
||||
placeholder="a94bXXXXXXXXXXXXXX"
|
||||
name="code"
|
||||
value={this.state.code}
|
||||
onChange={event => {
|
||||
|
@ -46,7 +45,7 @@ class UserEmailVerify extends React.PureComponent {
|
|||
{/* render help separately so it always shows */}
|
||||
<div className="form-field__helper">
|
||||
<p>
|
||||
{__("Email")}{" "}
|
||||
{__("Check your email for a verification code. Email")}{" "}
|
||||
<Link href="mailto:help@lbry.io" label="help@lbry.io" />{" "}
|
||||
{__("if you did not receive or are having trouble with your code.")}
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue