Merge pull request #1116 from mikasjp/bug/strava_trigger_description

Fixed Strava Trigger node description
This commit is contained in:
Ricardo Espinoza
2020-11-02 19:54:00 -05:00
committed by GitHub

View File

@@ -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',