mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Fix typo in Box Trigger description (#1280)
This trigger probably used the Github trigger as template and forgot to replace the description.
This commit is contained in:
@@ -21,7 +21,7 @@ export class BoxTrigger implements INodeType {
|
|||||||
icon: 'file:box.png',
|
icon: 'file:box.png',
|
||||||
group: ['trigger'],
|
group: ['trigger'],
|
||||||
version: 1,
|
version: 1,
|
||||||
description: 'Starts the workflow when a Github events occurs.',
|
description: 'Starts the workflow when a Box events occurs.',
|
||||||
defaults: {
|
defaults: {
|
||||||
name: 'Box Trigger',
|
name: 'Box Trigger',
|
||||||
color: '#00aeef',
|
color: '#00aeef',
|
||||||
|
|||||||
Reference in New Issue
Block a user