Fix unintentianal Capitalisation in Split node

to close #4832
This commit is contained in:
Dave Conway-Jones
2024-07-16 14:37:16 +01:00
parent 29b128e5e0
commit ff35c46d5d
8 changed files with 20 additions and 13 deletions

View File

@@ -1011,12 +1011,13 @@
"tip": "Tip: The filename should be an absolute path, otherwise it will be relative to the working directory of the Node-RED process."
},
"split": {
"split": "Split",
"split": "split",
"intro": "Split <code>msg.payload</code> based on type:",
"object": "<b>Object</b>",
"objectSend": "Send a message for each key/value pair",
"strBuff": "<b>String</b> / <b>Buffer</b>",
"array": "<b>Array</b>",
"splitThe": "Split the",
"splitUsing": "Split using",
"splitLength": "Fixed length of",
"stream": "Handle as a stream of messages",