Merge pull request #5371 from resynth1943/change-password-to-new-password-in-forgot-password

Change "Password" to "New Password"
This commit is contained in:
Travis Ralston 2020-11-04 12:15:49 -07:00 committed by GitHub
commit cbd568a1e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -314,7 +314,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")}
onFocus={() => CountlyAnalytics.instance.track("onboarding_forgot_password_newPassword_focus")} onFocus={() => CountlyAnalytics.instance.track("onboarding_forgot_password_newPassword_focus")}