mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor: Fix some typos (no-changelog) (#5616)
This commit is contained in:
committed by
GitHub
parent
4e244937c9
commit
3c57062571
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user