mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
fix(Gitlab Trigger Node): Fix typo (no-changelog) (#9077)
This commit is contained in:
parent
cd0406904e
commit
1dbc8d4594
|
@ -144,7 +144,7 @@ export class GitlabTrigger implements INodeType {
|
||||||
default: '',
|
default: '',
|
||||||
required: true,
|
required: true,
|
||||||
placeholder: 'n8n-io',
|
placeholder: 'n8n-io',
|
||||||
description: 'Owner of the repsitory',
|
description: 'Owner of the repository',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Repository Name',
|
displayName: 'Repository Name',
|
||||||
|
@ -153,7 +153,7 @@ export class GitlabTrigger implements INodeType {
|
||||||
default: '',
|
default: '',
|
||||||
required: true,
|
required: true,
|
||||||
placeholder: 'n8n',
|
placeholder: 'n8n',
|
||||||
description: 'The name of the repsitory',
|
description: 'The name of the repository',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Events',
|
displayName: 'Events',
|
||||||
|
|
Loading…
Reference in a new issue