refactor: Fix some typos (no-changelog) (#5616)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-03-03 18:49:19 +01:00
committed by GitHub
parent 4e244937c9
commit 3c57062571
53 changed files with 100 additions and 99 deletions

View File

@@ -94,7 +94,7 @@ export const organizationFields: INodeProperties[] = [
name: 'details',
type: 'string',
default: '',
description: 'Details obout the organization, such as the address',
description: 'Details about the organization, such as the address',
},
{
displayName: 'Domain Names',
@@ -192,7 +192,7 @@ export const organizationFields: INodeProperties[] = [
name: 'details',
type: 'string',
default: '',
description: 'Details obout the organization, such as the address',
description: 'Details about the organization, such as the address',
},
{
displayName: 'Domain Names',

View File

@@ -213,12 +213,12 @@ export const triggerPlaceholders = [
description: 'Your notes, stored in your profile',
},
{
name: 'Satisfation Current Rating',
name: 'Satisfaction Current Rating',
value: 'satisfaction.current_rating',
description: 'The text of the current satisfaction rating',
},
{
name: 'Satisfation Current Comment',
name: 'Satisfaction Current Comment',
value: 'satisfaction.current_comment',
description: 'The text of the current satisfaction rating comment',
},