diff --git a/packages/editor-ui/src/components/NodeSettings.vue b/packages/editor-ui/src/components/NodeSettings.vue index 6808b82566..07f8ac7b2d 100644 --- a/packages/editor-ui/src/components/NodeSettings.vue +++ b/packages/editor-ui/src/components/NodeSettings.vue @@ -248,7 +248,7 @@ export default mixins( type: 'boolean', default: false, noDataExpression: true, - description: 'If active, the workflow continues even if this node\'s
previous nodes - so your workflow should account for unexpected output data.', + description: 'If active, the workflow continues even if this node\'s
execution fails. When this occurs, the node passes along input data from
previous nodes - so your workflow should account for unexpected output data.', }, ] as INodeProperties[],