mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
Merge pull request #1116 from mikasjp/bug/strava_trigger_description
Fixed Strava Trigger node description
This commit is contained in:
commit
34f69fd652
|
@ -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