Skip to content

Commit

Permalink
fix(Hubspot Node): Correct canvas name of HubSpot node (n8n-io#4054)
Browse files Browse the repository at this point in the history
In workflow canvas, HubSpot node's default name was incorrectly "Hubspot", changed to correct brand capitalisation.
  • Loading branch information
maxtkacz authored Sep 9, 2022
1 parent 3b82721 commit f24397a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nodes-base/nodes/Hubspot/Hubspot.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class Hubspot implements INodeType {
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
description: 'Consume HubSpot API',
defaults: {
name: 'Hubspot',
name: 'HubSpot',
},
inputs: ['main'],
outputs: ['main'],
Expand Down

0 comments on commit f24397a

Please sign in to comment.