Minor improvements to Pushcut Nodes

This commit is contained in:
Jan Oberhauser
2020-12-12 08:59:25 +01:00
parent 23b61475d9
commit 46e6212750
3 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ export class PushcutTrigger implements INodeType {
icon: 'file:pushcut.png',
group: ['trigger'],
version: 1,
description: 'Starts the workflow when a Github events occurs.',
description: 'Starts the workflow when a Pushcut events occurs.',
defaults: {
name: 'Pushcut Trigger',
color: '#1f2957',