Skip to content

Commit df20450

Browse files
psychedelicioushipsterusername
authored andcommitted
fix(ui): workflows hotkeys translation keys
1 parent e70059b commit df20450

File tree

1 file changed

+8
-8
lines changed
  • invokeai/frontend/web/public/locales

1 file changed

+8
-8
lines changed

invokeai/frontend/web/public/locales/en.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -523,35 +523,35 @@
523523
"title": "Workflows",
524524
"addNode": {
525525
"title": "Add Node",
526-
"descl": "Open the add node menu."
526+
"desc": "Open the add node menu."
527527
},
528528
"copySelection": {
529529
"title": "Copy",
530-
"descl": "Copy selected nodes and edges."
530+
"desc": "Copy selected nodes and edges."
531531
},
532532
"pasteSelection": {
533533
"title": "Paste",
534-
"descl": "Paste copied nodes and edges."
534+
"desc": "Paste copied nodes and edges."
535535
},
536536
"pasteSelectionWithEdges": {
537537
"title": "Paste with Edges",
538-
"descl": "Paste copied nodes, edges, and all edges connected to copied nodes."
538+
"desc": "Paste copied nodes, edges, and all edges connected to copied nodes."
539539
},
540540
"selectAll": {
541541
"title": "Select All",
542-
"descl": "Select all nodes and edges."
542+
"desc": "Select all nodes and edges."
543543
},
544544
"deleteSelection": {
545545
"title": "Delete",
546-
"descl": "Delete selected nodes and edges."
546+
"desc": "Delete selected nodes and edges."
547547
},
548548
"undo": {
549549
"title": "Undo",
550-
"descl": "Undo the last workflow action."
550+
"desc": "Undo the last workflow action."
551551
},
552552
"redo": {
553553
"title": "Redo",
554-
"descl": "Redo the last workflow action."
554+
"desc": "Redo the last workflow action."
555555
}
556556
},
557557
"viewer": {

0 commit comments

Comments
 (0)