mirror of
https://github.com/bitwarden/clients.git
synced 2026-02-11 03:15:16 +08:00
[SG-590] Missing error messages (#3514)
* added removed locale keys on clients * resolved comments
This commit is contained in:
@@ -180,7 +180,7 @@ export class LockComponent implements OnInit, OnDestroy {
|
||||
this.platformUtilsService.showToast(
|
||||
"error",
|
||||
this.i18nService.t("errorOccurred"),
|
||||
this.i18nService.t("masterPassRequired")
|
||||
this.i18nService.t("masterPasswordRequired")
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user