1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

Update i18n string and id for tray menu Lock item (#1334)

This commit is contained in:
Thomas Rittson
2022-02-14 23:40:06 +10:00
committed by GitHub
parent 884615c23a
commit 659c9ea78d
2 changed files with 5 additions and 5 deletions

View File

@@ -153,9 +153,9 @@ export class Main {
this.menuMain.init();
await this.trayMain.init("Bitwarden", [
{
label: this.i18nService.t("lockNow"),
label: this.i18nService.t("lockVault"),
enabled: false,
id: "lockNow",
id: "lockVault",
click: () => this.messagingService.send("lockVault"),
},
]);