mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix: Fist name to First Name in certain nodes (no-changelog) (#6404)
* Update PersonDescription.ts * Update LeadDescription.ts * Update PersonDescription.ts
This commit is contained in:
@@ -229,7 +229,7 @@ export const leadFields: INodeProperties[] = [
|
||||
description: 'Email address for the lead',
|
||||
},
|
||||
{
|
||||
displayName: 'Fist Name',
|
||||
displayName: 'First Name',
|
||||
name: 'firstname',
|
||||
type: 'string',
|
||||
default: '',
|
||||
@@ -498,7 +498,7 @@ export const leadFields: INodeProperties[] = [
|
||||
description: 'Email address for the lead',
|
||||
},
|
||||
{
|
||||
displayName: 'Fist Name',
|
||||
displayName: 'First Name',
|
||||
name: 'firstname',
|
||||
type: 'string',
|
||||
default: '',
|
||||
|
||||
Reference in New Issue
Block a user