diff --git a/packages/node_modules/@node-red/editor-client/locales/en-US/editor.json b/packages/node_modules/@node-red/editor-client/locales/en-US/editor.json index a7a9f2bd3..fc344b10b 100644 --- a/packages/node_modules/@node-red/editor-client/locales/en-US/editor.json +++ b/packages/node_modules/@node-red/editor-client/locales/en-US/editor.json @@ -172,9 +172,10 @@ "import": "Import to", "newFlow": "new flow", "errors": { - "invalidFlowNotObject": "Input not a valid flow - item __index__ not a node object", - "invalidFlowMissingId": "Input not a valid flow - item __index__ missing 'id' property", - "invalidFlowMissingType": "Input not a valid flow - item __index__ missing 'type' property" + "notArray": "Input not a JSON Array", + "itemNotObject": "Input not a valid flow - item __index__ not a node object", + "missingId": "Input not a valid flow - item __index__ missing 'id' property", + "missingType": "Input not a valid flow - item __index__ missing 'type' property" } }, "copyMessagePath": "Path copied",