Update `Confirm` password placeholder

pull/21833/head
Michael Telatynski 2020-11-11 13:45:50 +00:00
parent d0513406ee
commit 0bee4bd72b
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ export default class RegistrationForm extends React.Component {
ref={field => this[FIELD_PASSWORD_CONFIRM] = field}
type="password"
autoComplete="new-password"
label={_t("Confirm")}
label={_t("Confirm password")}
value={this.state.passwordConfirm}
onChange={this.onPasswordConfirmChange}
onValidate={this.onPasswordConfirmValidate}