mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
[PM-22419] update success toast text (#15305)
This commit is contained in:
@@ -5065,8 +5065,8 @@
|
||||
"unlockPinSet": {
|
||||
"message": "Unlock PIN set"
|
||||
},
|
||||
"unlockBiometricSet": {
|
||||
"message": "Unlock biometrics set"
|
||||
"unlockWithBiometricSet": {
|
||||
"message": "Unlock with biometrics set"
|
||||
},
|
||||
"authenticating": {
|
||||
"message": "Authenticating"
|
||||
|
||||
@@ -537,7 +537,7 @@ export class AccountSecurityComponent implements OnInit, OnDestroy {
|
||||
this.toastService.showToast({
|
||||
variant: "success",
|
||||
title: null,
|
||||
message: this.i18nService.t("unlockBiometricSet"),
|
||||
message: this.i18nService.t("unlockWithBiometricSet"),
|
||||
});
|
||||
} catch (error) {
|
||||
this.form.controls.biometric.setValue(false);
|
||||
|
||||
Reference in New Issue
Block a user