1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 23:03:32 +00:00

[SG-590] Missing error messages (#3514)

* added removed locale keys on clients

* resolved comments
This commit is contained in:
Gbubemi Smith
2022-09-15 18:02:01 +01:00
committed by GitHub
parent ed78f7e7cb
commit 734f052faa
8 changed files with 10 additions and 10 deletions

View File

@@ -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;
}