Merge pull request #4550 from node-red/4549-improve-import-confict-dialog

Improve feedback in import dialog to show conflicted nodes
This commit is contained in:
Nick O'Leary
2024-02-06 16:36:15 +00:00
committed by GitHub
4 changed files with 35 additions and 14 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",