Small improvements on Drift-Node

This commit is contained in:
Jan Oberhauser
2020-02-29 17:40:04 +01:00
parent 657732ac68
commit 5a608cbf5b
5 changed files with 13 additions and 13 deletions

View File

@@ -65,7 +65,7 @@ export const contactFields = [
],
},
},
description: 'The email of the Contact',
description: 'The email of the contact.',
},
{
displayName: 'Additional Fields',
@@ -89,14 +89,14 @@ export const contactFields = [
name: 'name',
type: 'string',
default: '',
description: 'The name of the Contact',
description: 'The name of the contact.',
},
{
displayName: 'Phone',
name: 'phone',
type: 'string',
default: '',
description: 'The phone number associated with the Contact',
description: 'The phone number associated with the contact.',
},
],
},
@@ -143,21 +143,21 @@ export const contactFields = [
name: 'email',
type: 'string',
default: '',
description: 'The email of the Contact',
description: 'The email of the contact.',
},
{
displayName: 'Name',
name: 'name',
type: 'string',
default: '',
description: 'The name of the Contact',
description: 'The name of the contact.',
},
{
displayName: 'Phone',
name: 'phone',
type: 'string',
default: '',
description: 'The phone number associated with the Contact',
description: 'The phone number associated with the contact.',
},
]
},