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:
@@ -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"),
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user