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:
@@ -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+,',
|
||||
|
||||
Reference in New Issue
Block a user