1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Fix-up json error messages

This commit is contained in:
Nick O'Leary 2018-10-24 10:03:58 +01:00
parent 09abec15b1
commit 4a027b8a79
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -172,9 +172,10 @@
"import": "Import to", "import": "Import to",
"newFlow": "new flow", "newFlow": "new flow",
"errors": { "errors": {
"invalidFlowNotObject": "Input not a valid flow - item __index__ not a node object", "notArray": "Input not a JSON Array",
"invalidFlowMissingId": "Input not a valid flow - item __index__ missing 'id' property", "itemNotObject": "Input not a valid flow - item __index__ not a node object",
"invalidFlowMissingType": "Input not a valid flow - item __index__ missing 'type' property" "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", "copyMessagePath": "Path copied",