mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-05 23:53:21 +00:00
fix about 118n string (#818)
This commit is contained in:
@@ -30,7 +30,7 @@ export class MenuMain extends BaseMenu {
|
|||||||
if (process.platform === "darwin") {
|
if (process.platform === "darwin") {
|
||||||
const firstMenuPart: MenuItemConstructorOptions[] = [
|
const firstMenuPart: MenuItemConstructorOptions[] = [
|
||||||
{
|
{
|
||||||
label: this.i18nService.t("aboutBitwarden"),
|
label: this.i18nService.t("about"),
|
||||||
role: "about",
|
role: "about",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user