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

Commit cbd568a

Browse files
authored
Merge pull request #5371 from resynth1943/change-password-to-new-password-in-forgot-password
Change "Password" to "New Password"
2 parents 067b4ca + a74f4fa commit cbd568a

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
@@ -314,7 +314,7 @@ export default class ForgotPassword extends React.Component {
314314
<Field
315315
name="reset_password"
316316
type="password"
317-
label={_t('Password')}
317+
label={_t('New Password')}
318318
value={this.state.password}
319319
onChange={this.onInputChanged.bind(this, "password")}
320320
onFocus={() => CountlyAnalytics.instance.track("onboarding_forgot_password_newPassword_focus")}

0 commit comments

Comments
 (0)