replace confusing placeholder email text
This commit is contained in:
parent
fe71355ecf
commit
ef4435954a
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class UserEmailNew extends React.PureComponent {
|
||||||
<FormRow
|
<FormRow
|
||||||
type="text"
|
type="text"
|
||||||
label="Email"
|
label="Email"
|
||||||
placeholder="scrwvwls@lbry.io"
|
placeholder="youremail@example.org"
|
||||||
name="email"
|
name="email"
|
||||||
value={this.state.email}
|
value={this.state.email}
|
||||||
errorMessage={errorMessage}
|
errorMessage={errorMessage}
|
||||||
|
|
Loading…
Add table
Reference in a new issue