diff --git a/src/main/menu.main.ts b/src/main/menu.main.ts index a311024e..79f512e8 100644 --- a/src/main/menu.main.ts +++ b/src/main/menu.main.ts @@ -30,7 +30,7 @@ export class MenuMain extends BaseMenu { if (process.platform === "darwin") { const firstMenuPart: MenuItemConstructorOptions[] = [ { - label: this.i18nService.t("aboutBitwarden"), + label: this.i18nService.t("about"), role: "about", }, ];