mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
Fixed spelling mistakes (#814)
* Fixed spelling mistakes * Fixed spelling * Edited spelling mistakes
This commit is contained in:
@@ -36,7 +36,7 @@ export const opportunityOperations = [
|
||||
{
|
||||
name: 'Get All',
|
||||
value: 'getAll',
|
||||
description: 'Get all opportunitys',
|
||||
description: 'Get all opportunities',
|
||||
},
|
||||
{
|
||||
name: 'Get Summary',
|
||||
|
||||
@@ -119,7 +119,7 @@ export const taskFields = [
|
||||
type: 'number',
|
||||
default: '',
|
||||
description: `Duration of the call in seconds. Not subject to field-level security,<br/>
|
||||
available for any user in an organization with Salesforce CRM Call Cente`,
|
||||
available for any user in an organization with Salesforce CRM Call Center`,
|
||||
},
|
||||
{
|
||||
displayName: 'Call Object',
|
||||
@@ -434,7 +434,7 @@ export const taskFields = [
|
||||
type: 'number',
|
||||
default: '',
|
||||
description: `Duration of the call in seconds. Not subject to field-level security,<br/>
|
||||
available for any user in an organization with Salesforce CRM Call Cente`,
|
||||
available for any user in an organization with Salesforce CRM Call Center`,
|
||||
},
|
||||
{
|
||||
displayName: 'Call Object',
|
||||
|
||||
Reference in New Issue
Block a user