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:
greyliath
2023-06-08 15:45:47 +01:00
committed by GitHub
parent cc44af9243
commit 14fba6421e
3 changed files with 5 additions and 5 deletions

View File

@@ -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: '',