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:
Kyle Mohr 2021-08-26 12:44:09 -05:00 committed by GitHub
parent 176e475c8e
commit 69745c93d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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