s/username/User name/
This commit is contained in:
parent
1c841f27d7
commit
81704a5b5e
6 changed files with 6 additions and 6 deletions
|
@ -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('User name')}
|
||||
value={this.state.username}
|
||||
autoFocus
|
||||
/>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue