1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

preferences and menu bar labels for mac

This commit is contained in:
Kyle Spearrin
2019-06-01 22:02:16 -04:00
parent 270588fdbc
commit 2bb71e6af1
4 changed files with 18 additions and 3 deletions

View File

@@ -358,7 +358,7 @@ export class MenuMain extends BaseMenu {
const firstMenuOptions: MenuItemConstructorOptions[] = [
{ type: 'separator' },
{
label: this.main.i18nService.t('settings'),
label: this.main.i18nService.t(process.platform === 'darwin' ? 'preferences' : 'settings'),
id: 'settings',
click: () => this.main.messagingService.send('openSettings'),
accelerator: 'CmdOrCtrl+,',