s/username/User name/

This commit is contained in:
Matthew Hodgson 2017-05-27 00:13:04 +01:00
parent 1c841f27d7
commit 81704a5b5e
6 changed files with 6 additions and 6 deletions

View file

@ -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
/>;