From a9572ce388a64f956ecadb7556d1661619a6a11b Mon Sep 17 00:00:00 2001 From: Boris Berenberg Date: Tue, 5 May 2020 09:27:04 -0400 Subject: [PATCH] Update Merge node to remove colloquism and jargon --- packages/nodes-base/nodes/Merge.node.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nodes-base/nodes/Merge.node.ts b/packages/nodes-base/nodes/Merge.node.ts index c16432356d..901c393c54 100644 --- a/packages/nodes-base/nodes/Merge.node.ts +++ b/packages/nodes-base/nodes/Merge.node.ts @@ -69,7 +69,7 @@ export class Merge implements INodeType { { name: 'Wait', value: 'wait', - description: 'Waits till data of both inputs is available and will then output a single empty item. Source Nodes must connect to both Input 1 and 2. Source:Destination must be 2:1, if you need more Sources, daisy chain multiple Merge nodes. This node will not output any data.', + description: 'Waits till data of both inputs is available and will then output a single empty item. Source Nodes must connect to both Input 1 and 2. This node only supports 2 Sources, if you need more Sources, connect multiple Merge nodes in series. This node will not output any data.', }, ], default: 'append',