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
1 changed files with 4 additions and 3 deletions

View File

@ -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",