mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-23 11:44:06 -08: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:
parent
176e475c8e
commit
69745c93d8
|
@ -299,7 +299,7 @@ export class MoveBinaryData implements INodeType {
|
|||
name: 'keepSource',
|
||||
type: 'boolean',
|
||||
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',
|
||||
|
|
Loading…
Reference in a new issue