mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +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[] = [
|
||||
{
|
||||
displayName: 'Jenking Username',
|
||||
displayName: 'Jenkins Username',
|
||||
name: 'username',
|
||||
type: 'string',
|
||||
default: '',
|
||||
|
||||
Reference in New Issue
Block a user