From 3350723bf3b06a85c08998ee84b8d2dd8a44e02f Mon Sep 17 00:00:00 2001 From: Rytis Ilciukas Date: Tue, 29 Sep 2020 10:39:51 +0200 Subject: [PATCH] :zap: fix malformed html (#999) --- packages/editor-ui/src/components/NodeSettings.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[],