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"]}}', 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'],