mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Change event trigger description of Webhook node
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user