1
0
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:
Brandon Treston
2025-07-09 16:53:21 -04:00
committed by GitHub
parent eec7420826
commit c51e37e77d

View File

@@ -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",
},
];