mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 12:44:07 -08:00
⚡ Fix name of TogglTrigger-Node
This commit is contained in:
parent
8ffe5824a9
commit
30e07bd81d
|
@ -11,7 +11,7 @@ import { togglApiRequest } from './GenericFunctions';
|
|||
|
||||
export class TogglTrigger implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Toggl',
|
||||
displayName: 'Toggl Trigger',
|
||||
name: 'toggl',
|
||||
icon: 'file:toggl.png',
|
||||
group: ['trigger'],
|
||||
|
|
Loading…
Reference in a new issue