mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -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',
|
icon: 'file:strava.svg',
|
||||||
group: ['trigger'],
|
group: ['trigger'],
|
||||||
version: 1,
|
version: 1,
|
||||||
description: 'Starts the workflow when a Github events occurs.',
|
description: 'Starts the workflow when a Strava events occurs.',
|
||||||
defaults: {
|
defaults: {
|
||||||
name: 'Strava Trigger',
|
name: 'Strava Trigger',
|
||||||
color: '#ea5929',
|
color: '#ea5929',
|
||||||
|
|
Loading…
Reference in a new issue