mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
chore: Fix typo in Jenkins credential (no-changelog) (#12242)
This commit is contained in:
@@ -9,7 +9,7 @@ export class JenkinsApi implements ICredentialType {
|
|||||||
|
|
||||||
properties: INodeProperties[] = [
|
properties: INodeProperties[] = [
|
||||||
{
|
{
|
||||||
displayName: 'Jenking Username',
|
displayName: 'Jenkins Username',
|
||||||
name: 'username',
|
name: 'username',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user