mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08: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:
parent
d0c9120031
commit
e1025e888c
|
@ -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'],
|
||||
|
|
Loading…
Reference in a new issue