From 2154bb09a20b54b649db1ed0a4912e3440e06e1e Mon Sep 17 00:00:00 2001 From: Danila Poyarkov Date: Sun, 17 May 2026 16:13:25 +0300 Subject: [PATCH] fix(app): align paste to replace menu label --- desktop/generated/menu.json | 2 +- src/app/shell/menu/schema.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/generated/menu.json b/desktop/generated/menu.json index f99933a0f..f46b53973 100644 --- a/desktop/generated/menu.json +++ b/desktop/generated/menu.json @@ -93,7 +93,7 @@ }, { "id": "paste-to-replace", - "label": "Paste to Replace" + "label": "Paste to replace" }, { "id": "selection.duplicate", diff --git a/src/app/shell/menu/schema.ts b/src/app/shell/menu/schema.ts index c5afedfb6..d1ca25196 100644 --- a/src/app/shell/menu/schema.ts +++ b/src/app/shell/menu/schema.ts @@ -69,7 +69,7 @@ export const APP_MENU_SCHEMA = [ { id: 'copy', label: 'Copy', shortcut: 'MOD+C' }, { id: 'cut', label: 'Cut', shortcut: 'MOD+X' }, { id: 'paste', label: 'Paste', shortcut: 'MOD+V' }, - { id: 'paste-to-replace', label: 'Paste to Replace' }, + { id: 'paste-to-replace', label: 'Paste to replace' }, { id: 'selection.duplicate', label: 'Duplicate',