mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
use note over secure note in menu ribbon (#15315)
This commit is contained in:
@@ -99,7 +99,7 @@ export class FileMenu extends FirstMenu implements IMenubarMenu {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "typeSecureNote",
|
id: "typeSecureNote",
|
||||||
label: this.localize("typeSecureNote"),
|
label: this.localize("typeNote"),
|
||||||
click: () => this.sendMessage("newSecureNote"),
|
click: () => this.sendMessage("newSecureNote"),
|
||||||
accelerator: "CmdOrCtrl+Shift+S",
|
accelerator: "CmdOrCtrl+Shift+S",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user