Update email placeholder text on login page (#1070)

This commit is contained in:
Trevor Bayless 2021-10-14 19:21:03 -05:00 committed by GitHub
parent 18dd420216
commit f9ab73516c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ class LoginPage extends React.Component {
name="email"
type="email"
className="form-control"
placeholder="Enter email"
placeholder="Email"
data-testid="emailField"
/>
</div>