Change event trigger description of Webhook node

This commit is contained in:
Jan Oberhauser 2021-11-26 12:42:08 +01:00
parent 1500afe689
commit ff48a9a3ed

View file

@ -45,7 +45,7 @@ export class Webhook implements INodeType {
group: ['trigger'], group: ['trigger'],
version: 1, version: 1,
description: 'Starts the workflow when a webhook is called', description: 'Starts the workflow when a webhook is called',
eventTriggerDescription: 'Waiting for you to ping the Test URL', eventTriggerDescription: 'Waiting for you to call the Test URL',
defaults: { defaults: {
name: 'Webhook', name: 'Webhook',
color: '#885577', color: '#885577',