mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 21:37:32 -08:00
⚡ Improve copy
This commit is contained in:
parent
783c8e67f4
commit
0232a80b8f
|
@ -445,7 +445,7 @@
|
||||||
},
|
},
|
||||||
"nodeSettings": {
|
"nodeSettings": {
|
||||||
"alwaysOutputData": {
|
"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"
|
"displayName": "Always Output Data"
|
||||||
},
|
},
|
||||||
"clickOnTheQuestionMarkIcon": "Click the '?' icon to open this node on n8n.io",
|
"clickOnTheQuestionMarkIcon": "Click the '?' icon to open this node on n8n.io",
|
||||||
|
|
Loading…
Reference in a new issue