diff --git a/packages/editor-ui/src/plugins/i18n/locales/en.json b/packages/editor-ui/src/plugins/i18n/locales/en.json index ff2ac1129e..005c955d74 100644 --- a/packages/editor-ui/src/plugins/i18n/locales/en.json +++ b/packages/editor-ui/src/plugins/i18n/locales/en.json @@ -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",