lowercase username placeholder in Password Login and Registration Form

This commit is contained in:
Michael Telatynski 2020-11-23 10:23:28 +00:00
parent a1351ea1cd
commit 6f6e850075
2 changed files with 2 additions and 0 deletions

View file

@ -522,6 +522,7 @@ export default class RegistrationForm extends React.PureComponent<IProps, IState
type="text"
autoFocus={true}
label={_t("Username")}
placeholder={_t("Username").toLocaleLowerCase()}
value={this.state.username}
onChange={this.onUsernameChange}
onValidate={this.onUsernameValidate}