Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Once more, with braces
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed May 26, 2017
1 parent 97aeb57 commit 647c1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/login/PasswordLogin.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class PasswordLogin extends React.Component {
type="text"
name="username" // make it a little easier for browser's remember-password
onChange={this.onUsernameChanged}
placeholder=_t('username')
placeholder={_t('username')}
value={this.state.username}
autoFocus
/>;
Expand Down

0 comments on commit 647c1b6

Please sign in to comment.