mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
fix(Merge Node): update description in merge node
This commit is contained in:
parent
faaeb52a14
commit
47eb531e98
|
@ -59,12 +59,12 @@ const versionDescription: INodeTypeDescription = {
|
|||
{
|
||||
name: 'Merge By Fields',
|
||||
value: 'mergeByFields',
|
||||
description: 'Pair items with the same field values',
|
||||
description: 'Combine items with the same field values',
|
||||
},
|
||||
{
|
||||
name: 'Merge By Position',
|
||||
value: 'mergeByPosition',
|
||||
description: 'Pair items based on their order',
|
||||
description: 'Combine items based on their order',
|
||||
},
|
||||
{
|
||||
name: 'Multiplex',
|
||||
|
|
Loading…
Reference in a new issue