mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -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',
|
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',
|
||||||
|
|
Loading…
Reference in a new issue