mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
⚡ Improve copy
This commit is contained in:
parent
783c8e67f4
commit
0232a80b8f
|
@ -445,7 +445,7 @@
|
|||
},
|
||||
"nodeSettings": {
|
||||
"alwaysOutputData": {
|
||||
"description": "If active, will output a single, empty item when the output would have been empty. Be careful setting this on 'if' nodes, as it could cause an infinite loop.",
|
||||
"description": "If active, will output a single, empty item when the output would have been empty. Use to prevent the workflow finishing on this node.",
|
||||
"displayName": "Always Output Data"
|
||||
},
|
||||
"clickOnTheQuestionMarkIcon": "Click the '?' icon to open this node on n8n.io",
|
||||
|
|
Loading…
Reference in a new issue