mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
chore: Fix typo in Jenkins credential (no-changelog) (#12242)
This commit is contained in:
parent
819ebd058d
commit
46bd58cdfe
|
@ -9,7 +9,7 @@ export class JenkinsApi implements ICredentialType {
|
|||
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Jenking Username',
|
||||
displayName: 'Jenkins Username',
|
||||
name: 'username',
|
||||
type: 'string',
|
||||
default: '',
|
||||
|
|
Loading…
Reference in a new issue