mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01:00
Changed temp password reset phrase names to match translations (#10756)
This commit is contained in:
parent
ffaf94a5db
commit
f0fe397307
@ -101,11 +101,11 @@ export class UpdateTempPasswordComponent extends BaseChangePasswordComponent imp
|
|||||||
|
|
||||||
get masterPasswordWarningText(): string {
|
get masterPasswordWarningText(): string {
|
||||||
if (this.reason == ForceSetPasswordReason.WeakMasterPassword) {
|
if (this.reason == ForceSetPasswordReason.WeakMasterPassword) {
|
||||||
return this.i18nService.t("weakMasterPasswordWarning");
|
return this.i18nService.t("updateWeakMasterPasswordWarning");
|
||||||
} else if (this.reason == ForceSetPasswordReason.TdeOffboarding) {
|
} else if (this.reason == ForceSetPasswordReason.TdeOffboarding) {
|
||||||
return this.i18nService.t("tdeDisabledMasterPasswordRequired");
|
return this.i18nService.t("tdeDisabledMasterPasswordRequired");
|
||||||
} else {
|
} else {
|
||||||
return this.i18nService.t("masterPasswordWarning");
|
return this.i18nService.t("updateMasterPasswordWarning");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user