mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): improved UI for missing node field templates
When a node is updated with new fields and workflow needs to be updated, the fields now display "Unknown input/output: FieldName".
This commit is contained in:
@ -977,16 +977,16 @@
|
||||
"unhandledInputProperty": "Unhandled input property",
|
||||
"unhandledOutputProperty": "Unhandled output property",
|
||||
"unknownField": "Unknown field",
|
||||
"unknownFieldType": "$(nodes.unknownField) type",
|
||||
"unknownFieldType": "$t(nodes.unknownField) type",
|
||||
"unknownNode": "Unknown Node",
|
||||
"unknownNodeType":"$t(nodes.unknownNode) type",
|
||||
"unknownTemplate": "Unknown Template",
|
||||
"unknownInput": "Unknown input",
|
||||
"unknownInput": "Unknown input: {{name}}",
|
||||
"unkownInvocation": "Unknown Invocation type",
|
||||
"unknownOutput": "Unknown output",
|
||||
"unknownOutput": "Unknown output: {{name}}",
|
||||
"updateNode": "Update Node",
|
||||
"updateApp": "Update App",
|
||||
"updateAllNodes": "Update All Nodes",
|
||||
"updateAllNodes": "Update Nodes",
|
||||
"allNodesUpdated": "All Nodes Updated",
|
||||
"unableToUpdateNodes_one": "Unable to update {{count}} node",
|
||||
"unableToUpdateNodes_other": "Unable to update {{count}} nodes",
|
||||
|
Reference in New Issue
Block a user