mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
Update description of 'Keep Source' toggle (#2112)
Fixed some improper grammar in the 'Keep Source' toggle of the Move Binary Data node in order to improve readability
This commit is contained in:
@@ -299,7 +299,7 @@ export class MoveBinaryData implements INodeType {
|
|||||||
name: 'keepSource',
|
name: 'keepSource',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
default: false,
|
default: false,
|
||||||
description: 'If the source key should be kept. By default does it get deleted.',
|
description: 'If the source key should be kept. By default it will be deleted.',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Keep As Base64',
|
displayName: 'Keep As Base64',
|
||||||
|
|||||||
Reference in New Issue
Block a user