mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
Fixed Strava Trigger node description
This commit is contained in:
parent
c3076a8dc7
commit
530c4a0ea9
|
@ -25,7 +25,7 @@ export class StravaTrigger implements INodeType {
|
|||
icon: 'file:strava.svg',
|
||||
group: ['trigger'],
|
||||
version: 1,
|
||||
description: 'Starts the workflow when a Github events occurs.',
|
||||
description: 'Starts the workflow when a Strava events occurs.',
|
||||
defaults: {
|
||||
name: 'Strava Trigger',
|
||||
color: '#ea5929',
|
||||
|
|
Loading…
Reference in a new issue