From 8b0e8b9350b5e4baf873cb694c249e0fe066bf5b Mon Sep 17 00:00:00 2001 From: Jordan Aasen <166539328+jaasen-livefront@users.noreply.github.com> Date: Tue, 24 Jun 2025 12:44:24 -0700 Subject: [PATCH] use note over secure note in menu ribbon (#15315) --- apps/desktop/src/main/menu/menu.file.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src/main/menu/menu.file.ts b/apps/desktop/src/main/menu/menu.file.ts index f132a464788..19ba5e99792 100644 --- a/apps/desktop/src/main/menu/menu.file.ts +++ b/apps/desktop/src/main/menu/menu.file.ts @@ -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", },