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:
Kazuhito Yokoi
2017-06-28 17:25:35 +09:00
committed by Nick O'Leary
parent fd93fef73e
commit 3134bc432b
2 changed files with 7 additions and 7 deletions

View File

@@ -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": {