From 9e7a156532293956e74103c66babd6c967bb062c Mon Sep 17 00:00:00 2001 From: OlegIvaniv Date: Mon, 5 Dec 2022 10:08:06 +0100 Subject: [PATCH] fix(Execute Workflow Node): Update Execute Workflow node info notice text (#4809) fix(ExecuteWorkflow node): Update Execute Workflow info notice text --- .../nodes-base/nodes/ExecuteWorkflow/ExecuteWorkflow.node.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nodes-base/nodes/ExecuteWorkflow/ExecuteWorkflow.node.ts b/packages/nodes-base/nodes/ExecuteWorkflow/ExecuteWorkflow.node.ts index 8272a31418..9cc068147a 100644 --- a/packages/nodes-base/nodes/ExecuteWorkflow/ExecuteWorkflow.node.ts +++ b/packages/nodes-base/nodes/ExecuteWorkflow/ExecuteWorkflow.node.ts @@ -132,7 +132,7 @@ export class ExecuteWorkflow implements INodeType { }, { displayName: - 'Any data you pass into this node will be output by the start node of the workflow to be executed. More info', + 'Any data you pass into this node will be output by the Execute Workflow Trigger. More info', name: 'executeWorkflowNotice', type: 'notice', default: '',