1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-10-08 02:28:57 +03: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:
maxtkacz 2022-09-09 11:35:19 +02:00 committed by GitHub
parent d0c9120031
commit e1025e888c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'],