fix(Execute Workflow Node): Update Execute Workflow node info notice text (#4809)

fix(ExecuteWorkflow node): Update Execute Workflow info notice text
This commit is contained in:
OlegIvaniv 2022-12-05 10:08:06 +01:00 committed by GitHub
parent 3bb3809eec
commit 9e7a156532
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. <a href="https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.executeworkflow/" target="_blank">More info</a>',
'Any data you pass into this node will be output by the Execute Workflow Trigger. <a href="https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.executeworkflow/" target="_blank">More info</a>',
name: 'executeWorkflowNotice',
type: 'notice',
default: '',