Skip to content

Commit

Permalink
Update description of 'Keep Source' toggle (n8n-io#2112)
Browse files Browse the repository at this point in the history
Fixed some improper grammar in the 'Keep Source' toggle of the Move Binary Data node in order to improve readability
  • Loading branch information
kylefmohr authored Aug 26, 2021
1 parent 176e475 commit 69745c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nodes-base/nodes/MoveBinaryData.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 69745c9

Please sign in to comment.