mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
fix(Hubspot Node): Correct canvas name of HubSpot node (#4054)
In workflow canvas, HubSpot node's default name was incorrectly "Hubspot", changed to correct brand capitalisation.
This commit is contained in:
@@ -57,7 +57,7 @@ export class Hubspot implements INodeType {
|
|||||||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||||
description: 'Consume HubSpot API',
|
description: 'Consume HubSpot API',
|
||||||
defaults: {
|
defaults: {
|
||||||
name: 'Hubspot',
|
name: 'HubSpot',
|
||||||
},
|
},
|
||||||
inputs: ['main'],
|
inputs: ['main'],
|
||||||
outputs: ['main'],
|
outputs: ['main'],
|
||||||
|
|||||||
Reference in New Issue
Block a user