Skip to content

Commit

Permalink
Update email placeholder text on login page (ToolJet#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbayless authored Oct 15, 2021
1 parent 18dd420 commit f9ab735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/LoginPage/LoginPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f9ab735

Please sign in to comment.