mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-23 11:44:06 -08:00
⚡ Change event trigger description of Webhook node
This commit is contained in:
parent
1500afe689
commit
ff48a9a3ed
|
@ -45,7 +45,7 @@ export class Webhook implements INodeType {
|
|||
group: ['trigger'],
|
||||
version: 1,
|
||||
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: {
|
||||
name: 'Webhook',
|
||||
color: '#885577',
|
||||
|
|
Loading…
Reference in a new issue