mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -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"]}}',
|
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'],
|
||||||
|
|
Loading…
Reference in a new issue