fix(app): align paste to replace menu label
This commit is contained in:
parent
011ff17c87
commit
2154bb09a2
|
|
@ -93,7 +93,7 @@
|
|||
},
|
||||
{
|
||||
"id": "paste-to-replace",
|
||||
"label": "Paste to Replace"
|
||||
"label": "Paste to replace"
|
||||
},
|
||||
{
|
||||
"id": "selection.duplicate",
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue