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
|
||||
type="text"
|
||||
label="Email"
|
||||
placeholder="scrwvwls@lbry.io"
|
||||
placeholder="youremail@example.org"
|
||||
name="email"
|
||||
value={this.state.email}
|
||||
errorMessage={errorMessage}
|
||||
|
|
Loading…
Reference in a new issue