mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Improve editor messages (jsonata.json and messages.json) (#1299)
* Modify typo and improve messages in jsonata.json * Change csv to CSV(messages.json)
This commit is contained in:
committed by
Nick O'Leary
parent
fd93fef73e
commit
3134bc432b
@@ -620,8 +620,8 @@
|
||||
"windows": "Windows (\\r\\n)"
|
||||
},
|
||||
"errors": {
|
||||
"csv_js": "This node only handles csv strings or js objects.",
|
||||
"obj_csv": "No columns template specified for object -> csv."
|
||||
"csv_js": "This node only handles CSV strings or js objects.",
|
||||
"obj_csv": "No columns template specified for object -> CSV."
|
||||
}
|
||||
},
|
||||
"html": {
|
||||
|
Reference in New Issue
Block a user