mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(Convert to/from binary data Node): Rename 'Move Binary Data' to 'Convert to/from binary data' (#7318)
Github issue / Community forum post (link here to close automatically):
This commit is contained in:
@@ -49,7 +49,7 @@ encodeDecodeOptions.sort((a, b) => {
|
||||
|
||||
export class MoveBinaryData implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Move Binary Data',
|
||||
displayName: 'Convert to/from binary data',
|
||||
name: 'moveBinaryData',
|
||||
icon: 'fa:exchange-alt',
|
||||
group: ['transform'],
|
||||
@@ -57,7 +57,7 @@ export class MoveBinaryData implements INodeType {
|
||||
subtitle: '={{$parameter["mode"]==="binaryToJson" ? "Binary to JSON" : "JSON to Binary"}}',
|
||||
description: 'Move data between binary and JSON properties',
|
||||
defaults: {
|
||||
name: 'Move Binary Data',
|
||||
name: 'Convert to/from binary data',
|
||||
color: '#7722CC',
|
||||
},
|
||||
inputs: ['main'],
|
||||
|
||||
Reference in New Issue
Block a user