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