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

@@ -52,7 +52,7 @@ export const personFields: INodeProperties[] = [
/* person:create */
/* -------------------------------------------------------------------------- */
{
displayName: 'Fist Name',
displayName: 'First Name',
name: 'firstName',
type: 'string',
required: true,
@@ -154,7 +154,7 @@ export const personFields: INodeProperties[] = [
},
options: [
{
displayName: 'Fist Name',
displayName: 'First Name',
name: 'firstName',
type: 'string',
default: '',