fix(app): align paste to replace menu label

This commit is contained in:
Danila Poyarkov 2026-05-17 16:13:25 +03:00
parent 011ff17c87
commit 2154bb09a2
2 changed files with 2 additions and 2 deletions

View file

@ -93,7 +93,7 @@
},
{
"id": "paste-to-replace",
"label": "Paste to Replace"
"label": "Paste to replace"
},
{
"id": "selection.duplicate",

View file

@ -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',