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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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: '',

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

View file

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