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",
|
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user