Improve feedback in import dialog to show conflicted nodes

Fixes #4549
This commit is contained in:
Nick O'Leary
2024-01-29 17:48:01 +00:00
parent 9bd7131914
commit 4268a04a04
3 changed files with 33 additions and 13 deletions

View File

@@ -303,7 +303,8 @@
"missingType": "Input not a valid flow - item __index__ missing 'type' property"
},
"conflictNotification1": "Some of the nodes you are importing already exist in your workspace.",
"conflictNotification2": "Select which nodes to import and whether to replace the existing nodes, or to import a copy of them."
"conflictNotification2": "Select which nodes to import and whether to replace the existing nodes, or to import a copy of them.",
"alreadyExists": "This node already exists"
},
"copyMessagePath": "Path copied",
"copyMessageValue": "Value copied",