replace confusing placeholder email text

This commit is contained in:
Jeremy Kauffman 2017-08-12 13:24:02 -04:00
parent fe71355ecf
commit ef4435954a

View file

@ -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}