fix(Merge Node): update description in merge node

This commit is contained in:
Michael Kret 2022-09-27 16:07:55 +03:00 committed by GitHub
parent faaeb52a14
commit 47eb531e98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',