Change "Password" to "New Password"
Doesn't solve most issues in the Forgot Password menu, but clears up the UI a little. "New Password" makes more sense here, as "Password" may suggest to the user that they have to enter the password they forgot. Signed-off-by: Resynth <resynth1943@tutanota.com>
This commit is contained in:
parent
d5e9d5306a
commit
a74f4fa25e
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ export default class ForgotPassword extends React.Component {
|
||||||
<Field
|
<Field
|
||||||
name="reset_password"
|
name="reset_password"
|
||||||
type="password"
|
type="password"
|
||||||
label={_t('Password')}
|
label={_t('New Password')}
|
||||||
value={this.state.password}
|
value={this.state.password}
|
||||||
onChange={this.onInputChanged.bind(this, "password")}
|
onChange={this.onInputChanged.bind(this, "password")}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue