1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

use note over secure note in menu ribbon (#15315)

This commit is contained in:
Jordan Aasen
2025-06-24 12:44:24 -07:00
committed by GitHub
parent 9ba3cc0690
commit 8b0e8b9350

View File

@@ -99,7 +99,7 @@ export class FileMenu extends FirstMenu implements IMenubarMenu {
},
{
id: "typeSecureNote",
label: this.localize("typeSecureNote"),
label: this.localize("typeNote"),
click: () => this.sendMessage("newSecureNote"),
accelerator: "CmdOrCtrl+Shift+S",
},