Migrate more strings to translation keys (#11642)
This commit is contained in:
@@ -396,7 +396,7 @@ export default class ForgotPassword extends React.Component<Props, State> {
|
||||
<PassphraseField
|
||||
name="reset_password"
|
||||
type="password"
|
||||
label={_td("New Password")}
|
||||
label={_td("auth|change_password_new_label")}
|
||||
value={this.state.password}
|
||||
minScore={PASSWORD_MIN_SCORE}
|
||||
fieldRef={(field) => (this.fieldPassword = field)}
|
||||
|
||||
Reference in New Issue
Block a user