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:
parent
09abec15b1
commit
4a027b8a79
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user