mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +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:
@@ -41,7 +41,7 @@ export const personFields: INodeProperties[] = [
|
||||
description: 'Email address (e.g – mbenioff@salesforce.com)',
|
||||
},
|
||||
{
|
||||
displayName: 'Fist Name',
|
||||
displayName: 'First Name',
|
||||
name: 'firstname',
|
||||
type: 'string',
|
||||
default: '',
|
||||
|
||||
Reference in New Issue
Block a user