Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit a74f4fa

Browse files
committed
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 <[email protected]>
1 parent d5e9d53 commit a74f4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/structures/auth/ForgotPassword.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ export default class ForgotPassword extends React.Component {
305305
<Field
306306
name="reset_password"
307307
type="password"
308-
label={_t('Password')}
308+
label={_t('New Password')}
309309
value={this.state.password}
310310
onChange={this.onInputChanged.bind(this, "password")}
311311
/>

0 commit comments

Comments
 (0)