diff --git a/packages/nodes-base/.eslintrc.js b/packages/nodes-base/.eslintrc.js
index 80853f230c2..fb4629d9ded 100644
--- a/packages/nodes-base/.eslintrc.js
+++ b/packages/nodes-base/.eslintrc.js
@@ -78,7 +78,6 @@ module.exports = {
'n8n-nodes-base/node-execute-block-wrong-error-thrown': 'error',
'n8n-nodes-base/node-filename-against-convention': 'error',
'n8n-nodes-base/node-param-array-type-assertion': 'error',
- 'n8n-nodes-base/node-param-collection-type-unsorted-items': 'error',
'n8n-nodes-base/node-param-color-type-unused': 'error',
'n8n-nodes-base/node-param-default-missing': 'error',
'n8n-nodes-base/node-param-default-wrong-for-boolean': 'error',
diff --git a/packages/nodes-base/nodes/ActionNetwork/descriptions/PersonTagDescription.ts b/packages/nodes-base/nodes/ActionNetwork/descriptions/PersonTagDescription.ts
index b6161f7f3a6..637cfd81091 100644
--- a/packages/nodes-base/nodes/ActionNetwork/descriptions/PersonTagDescription.ts
+++ b/packages/nodes-base/nodes/ActionNetwork/descriptions/PersonTagDescription.ts
@@ -35,7 +35,7 @@ export const personTagFields: INodeProperties[] = [
displayName: 'Tag Name or ID',
name: 'tagId',
description:
- 'ID of the tag to add. Choose from the list, or specify an ID using an expression.',
+ 'ID of the tag to add. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getTags',
@@ -71,7 +71,7 @@ export const personTagFields: INodeProperties[] = [
displayName: 'Tag Name or ID',
name: 'tagId',
description:
- 'ID of the tag whose tagging to delete. Choose from the list, or specify an ID using an expression.',
+ 'ID of the tag whose tagging to delete. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getTags',
@@ -89,7 +89,7 @@ export const personTagFields: INodeProperties[] = [
displayName: 'Tagging Name or ID',
name: 'taggingId',
description:
- 'ID of the tagging to remove. Choose from the list, or specify an ID using an expression.',
+ 'ID of the tagging to remove. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsDependsOn: ['tagId'],
diff --git a/packages/nodes-base/nodes/ActiveCampaign/AccountDescription.ts b/packages/nodes-base/nodes/ActiveCampaign/AccountDescription.ts
index 0140122898b..dc2102f970e 100644
--- a/packages/nodes-base/nodes/ActiveCampaign/AccountDescription.ts
+++ b/packages/nodes-base/nodes/ActiveCampaign/AccountDescription.ts
@@ -111,7 +111,7 @@ export const accountFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the field to set. Choose from the list, or specify an ID using an expression.',
+ 'ID of the field to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Field Value',
@@ -196,7 +196,7 @@ export const accountFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the field to set. Choose from the list, or specify an ID using an expression.',
+ 'ID of the field to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Field Value',
diff --git a/packages/nodes-base/nodes/ActiveCampaign/ActiveCampaignTrigger.node.ts b/packages/nodes-base/nodes/ActiveCampaign/ActiveCampaignTrigger.node.ts
index 80bc1a3a3db..8415c928e63 100644
--- a/packages/nodes-base/nodes/ActiveCampaign/ActiveCampaignTrigger.node.ts
+++ b/packages/nodes-base/nodes/ActiveCampaign/ActiveCampaignTrigger.node.ts
@@ -45,7 +45,7 @@ export class ActiveCampaignTrigger implements INodeType {
name: 'events',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsMethod: 'getEvents',
},
diff --git a/packages/nodes-base/nodes/ActiveCampaign/ContactDescription.ts b/packages/nodes-base/nodes/ActiveCampaign/ContactDescription.ts
index 408ae80d696..9298b6721f7 100644
--- a/packages/nodes-base/nodes/ActiveCampaign/ContactDescription.ts
+++ b/packages/nodes-base/nodes/ActiveCampaign/ContactDescription.ts
@@ -119,7 +119,7 @@ export const contactFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the field to set. Choose from the list, or specify an ID using an expression.',
+ 'ID of the field to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Field Value',
@@ -211,7 +211,7 @@ export const contactFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the field to set. Choose from the list, or specify an ID using an expression.',
+ 'ID of the field to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Field Value',
diff --git a/packages/nodes-base/nodes/ActiveCampaign/ContactTagDescription.ts b/packages/nodes-base/nodes/ActiveCampaign/ContactTagDescription.ts
index ffe4c97a69f..735ab367359 100644
--- a/packages/nodes-base/nodes/ActiveCampaign/ContactTagDescription.ts
+++ b/packages/nodes-base/nodes/ActiveCampaign/ContactTagDescription.ts
@@ -38,7 +38,7 @@ export const contactTagFields: INodeProperties[] = [
name: 'tagId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTags',
},
diff --git a/packages/nodes-base/nodes/Affinity/ListEntryDescription.ts b/packages/nodes-base/nodes/Affinity/ListEntryDescription.ts
index cd6933ea1ad..930cd41fbcc 100644
--- a/packages/nodes-base/nodes/Affinity/ListEntryDescription.ts
+++ b/packages/nodes-base/nodes/Affinity/ListEntryDescription.ts
@@ -61,7 +61,7 @@ export const listEntryFields: INodeProperties[] = [
},
},
description:
- 'The unique ID of the list whose list entries are to be retrieved. Choose from the list, or specify an ID using an expression.',
+ 'The unique ID of the list whose list entries are to be retrieved. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Entity ID',
@@ -120,7 +120,7 @@ export const listEntryFields: INodeProperties[] = [
},
},
description:
- 'The unique ID of the list that contains the specified list_entry_id. Choose from the list, or specify an ID using an expression.',
+ 'The unique ID of the list that contains the specified list_entry_id. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Entry ID',
@@ -154,7 +154,7 @@ export const listEntryFields: INodeProperties[] = [
},
default: '',
description:
- 'The unique ID of the list whose list entries are to be retrieved. Choose from the list, or specify an ID using an expression.',
+ 'The unique ID of the list whose list entries are to be retrieved. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
@@ -206,7 +206,7 @@ export const listEntryFields: INodeProperties[] = [
},
},
description:
- 'The unique ID of the list that contains the specified list_entry_id. Choose from the list, or specify an ID using an expression.',
+ 'The unique ID of the list that contains the specified list_entry_id. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Entry ID',
diff --git a/packages/nodes-base/nodes/Affinity/OrganizationDescription.ts b/packages/nodes-base/nodes/Affinity/OrganizationDescription.ts
index 418bddbd80d..ffb917f3ec0 100644
--- a/packages/nodes-base/nodes/Affinity/OrganizationDescription.ts
+++ b/packages/nodes-base/nodes/Affinity/OrganizationDescription.ts
@@ -101,7 +101,7 @@ export const organizationFields: INodeProperties[] = [
},
default: [],
description:
- 'Persons that the new organization will be associated with. Choose from the list, or specify IDs using an expression.',
+ 'Persons that the new organization will be associated with. Choose from the list, or specify IDs using an expression.',
},
],
},
@@ -158,7 +158,7 @@ export const organizationFields: INodeProperties[] = [
},
default: [],
description:
- 'Persons that the new organization will be associated with. Choose from the list, or specify IDs using an expression.',
+ 'Persons that the new organization will be associated with. Choose from the list, or specify IDs using an expression.',
},
],
},
diff --git a/packages/nodes-base/nodes/Affinity/PersonDescription.ts b/packages/nodes-base/nodes/Affinity/PersonDescription.ts
index 664a46a3e89..4c92e9b7744 100644
--- a/packages/nodes-base/nodes/Affinity/PersonDescription.ts
+++ b/packages/nodes-base/nodes/Affinity/PersonDescription.ts
@@ -101,7 +101,7 @@ export const personFields: INodeProperties[] = [
},
default: [],
description:
- 'Organizations that the person is associated with. Choose from the list, or specify IDs using an expression.',
+ 'Organizations that the person is associated with. Choose from the list, or specify IDs using an expression.',
},
],
},
@@ -176,7 +176,7 @@ export const personFields: INodeProperties[] = [
},
default: [],
description:
- 'Organizations that the person is associated with. Choose from the list, or specify IDs using an expression.',
+ 'Organizations that the person is associated with. Choose from the list, or specify IDs using an expression.',
},
],
},
diff --git a/packages/nodes-base/nodes/Airtable/v1/AirtableV1.node.ts b/packages/nodes-base/nodes/Airtable/v1/AirtableV1.node.ts
index 84ddd66e06d..526894110a5 100644
--- a/packages/nodes-base/nodes/Airtable/v1/AirtableV1.node.ts
+++ b/packages/nodes-base/nodes/Airtable/v1/AirtableV1.node.ts
@@ -1,4 +1,3 @@
-/* eslint-disable n8n-nodes-base/node-filename-against-convention */
import type {
IExecuteFunctions,
IDataObject,
diff --git a/packages/nodes-base/nodes/Airtable/v2/actions/record/search.operation.ts b/packages/nodes-base/nodes/Airtable/v2/actions/record/search.operation.ts
index 4d3fc8e9df8..29f753794f2 100644
--- a/packages/nodes-base/nodes/Airtable/v2/actions/record/search.operation.ts
+++ b/packages/nodes-base/nodes/Airtable/v2/actions/record/search.operation.ts
@@ -107,7 +107,7 @@ const properties: INodeProperties[] = [
},
default: '',
description:
- 'Name of the field to sort on. Choose from the list, or specify an ID using an expression.',
+ 'Name of the field to sort on. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Direction',
diff --git a/packages/nodes-base/nodes/ApiTemplateIo/ApiTemplateIo.node.ts b/packages/nodes-base/nodes/ApiTemplateIo/ApiTemplateIo.node.ts
index 28f1a52c6a5..1d03f57f406 100644
--- a/packages/nodes-base/nodes/ApiTemplateIo/ApiTemplateIo.node.ts
+++ b/packages/nodes-base/nodes/ApiTemplateIo/ApiTemplateIo.node.ts
@@ -125,7 +125,7 @@ export class ApiTemplateIo implements INodeType {
required: true,
default: '',
description:
- 'ID of the image template to use. Choose from the list, or specify an ID using an expression.',
+ 'ID of the image template to use. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getImageTemplates',
},
@@ -143,7 +143,7 @@ export class ApiTemplateIo implements INodeType {
required: true,
default: '',
description:
- 'ID of the PDF template to use. Choose from the list, or specify an ID using an expression.',
+ 'ID of the PDF template to use. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getPdfTemplates',
},
diff --git a/packages/nodes-base/nodes/Asana/Asana.node.ts b/packages/nodes-base/nodes/Asana/Asana.node.ts
index 550c3862732..c5d3401674f 100644
--- a/packages/nodes-base/nodes/Asana/Asana.node.ts
+++ b/packages/nodes-base/nodes/Asana/Asana.node.ts
@@ -202,7 +202,7 @@ export class Asana implements INodeType {
},
default: '',
description:
- 'Set Assignee on the subtask. Choose from the list, or specify an ID using an expression.',
+ 'Set Assignee on the subtask. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Assignee Status',
@@ -269,7 +269,7 @@ export class Asana implements INodeType {
},
default: '',
description:
- 'The workspace to create the subtask in. Choose from the list, or specify an ID using an expression.',
+ 'The workspace to create the subtask in. Choose from the list, or specify an ID using an expression.',
},
],
},
@@ -343,7 +343,7 @@ export class Asana implements INodeType {
},
default: ['gid', 'name', 'resource_type'],
description:
- 'Defines fields to return. Choose from the list, or specify IDs using an expression.',
+ 'Defines fields to return. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Pretty',
@@ -434,7 +434,7 @@ export class Asana implements INodeType {
},
},
description:
- 'The workspace to create the task in. Choose from the list, or specify an ID using an expression.',
+ 'The workspace to create the task in. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Name',
@@ -543,7 +543,7 @@ export class Asana implements INodeType {
},
default: '',
description:
- 'The assignee to filter tasks on. Note: If you specify assignee, you must also specify the workspace to filter on. Choose from the list, or specify an ID using an expression.',
+ 'The assignee to filter tasks on. Note: If you specify assignee, you must also specify the workspace to filter on. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Field Names or IDs',
@@ -554,7 +554,7 @@ export class Asana implements INodeType {
},
default: ['gid', 'name', 'resource_type'],
description:
- 'Defines fields to return. Choose from the list, or specify IDs using an expression.',
+ 'Defines fields to return. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Pretty',
@@ -572,7 +572,7 @@ export class Asana implements INodeType {
},
default: '',
description:
- 'The project to filter tasks on. Choose from the list, or specify an ID using an expression.',
+ 'The project to filter tasks on. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Section Name or ID',
@@ -583,7 +583,7 @@ export class Asana implements INodeType {
},
default: '',
description:
- 'The section to filter tasks on. Choose from the list, or specify an ID using an expression.',
+ 'The section to filter tasks on. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Workspace Name or ID',
@@ -594,7 +594,7 @@ export class Asana implements INodeType {
},
default: '',
description:
- 'The workspace to filter tasks on. Note: If you specify workspace, you must also specify the assignee to filter on. Choose from the list, or specify an ID using an expression.',
+ 'The workspace to filter tasks on. Note: If you specify workspace, you must also specify the assignee to filter on. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Completed Since',
@@ -649,7 +649,7 @@ export class Asana implements INodeType {
},
},
description:
- 'Project to show the sections of. Choose from the list, or specify an ID using an expression.',
+ 'Project to show the sections of. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Section Name or ID',
@@ -669,7 +669,7 @@ export class Asana implements INodeType {
},
},
description:
- 'The Section to move the task to. Choose from the list, or specify an ID using an expression.',
+ 'The Section to move the task to. Choose from the list, or specify an ID using an expression.',
},
// ----------------------------------
@@ -710,7 +710,7 @@ export class Asana implements INodeType {
},
},
description:
- 'The workspace in which the task is searched. Choose from the list, or specify an ID using an expression.',
+ 'The workspace in which the task is searched. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Filters',
@@ -771,7 +771,7 @@ export class Asana implements INodeType {
},
default: '',
description:
- 'Set Assignee on the task. Choose from the list, or specify an ID using an expression.',
+ 'Set Assignee on the task. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Assignee Status',
@@ -850,7 +850,7 @@ export class Asana implements INodeType {
},
default: [],
description:
- 'The project to filter tasks on. Choose from the list, or specify IDs using an expression.',
+ 'The project to filter tasks on. Choose from the list, or specify IDs using an expression.',
},
],
},
@@ -1052,7 +1052,7 @@ export class Asana implements INodeType {
},
},
description:
- 'The project where the task will be added. Choose from the list, or specify an ID using an expression.',
+ 'The project where the task will be added. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Additional Fields',
@@ -1128,7 +1128,7 @@ export class Asana implements INodeType {
},
},
description:
- 'The project where the task will be removed from. Choose from the list, or specify an ID using an expression.',
+ 'The project where the task will be removed from. Choose from the list, or specify an ID using an expression.',
},
// ----------------------------------
// taskTag
@@ -1196,7 +1196,7 @@ export class Asana implements INodeType {
},
},
description:
- 'The tag that should be added. Choose from the list, or specify an ID using an expression.',
+ 'The tag that should be added. Choose from the list, or specify an ID using an expression.',
},
// ----------------------------------
@@ -1234,7 +1234,7 @@ export class Asana implements INodeType {
},
},
description:
- 'The tag that should be added. Choose from the list, or specify an ID using an expression.',
+ 'The tag that should be added. Choose from the list, or specify an ID using an expression.',
},
// ----------------------------------
@@ -1306,7 +1306,7 @@ export class Asana implements INodeType {
},
},
description:
- 'The workspace in which to get users. Choose from the list, or specify an ID using an expression.',
+ 'The workspace in which to get users. Choose from the list, or specify an ID using an expression.',
},
// ----------------------------------
@@ -1391,7 +1391,7 @@ export class Asana implements INodeType {
},
},
description:
- 'The workspace to create the project in. Choose from the list, or specify an ID using an expression.',
+ 'The workspace to create the project in. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Team Name or ID',
@@ -1409,7 +1409,7 @@ export class Asana implements INodeType {
},
default: '',
description:
- 'The team this project will be assigned to. Choose from the list, or specify an ID using an expression.',
+ 'The team this project will be assigned to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Additional Fields',
@@ -1524,7 +1524,7 @@ export class Asana implements INodeType {
},
},
description:
- 'The workspace in which to get users. Choose from the list, or specify an ID using an expression.',
+ 'The workspace in which to get users. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
@@ -1589,7 +1589,7 @@ export class Asana implements INodeType {
},
default: '',
description:
- 'The new name of the task. Choose from the list, or specify an ID using an expression.',
+ 'The new name of the task. Choose from the list, or specify an ID using an expression.',
},
],
},
@@ -1613,7 +1613,7 @@ export class Asana implements INodeType {
},
},
description:
- 'The workspace in which to get users. Choose from the list, or specify an ID using an expression.',
+ 'The workspace in which to get users. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Project ID',
@@ -1711,7 +1711,7 @@ export class Asana implements INodeType {
},
default: '',
description:
- 'The team this project will be assigned to. Choose from the list, or specify an ID using an expression.',
+ 'The team this project will be assigned to. Choose from the list, or specify an ID using an expression.',
},
],
},
diff --git a/packages/nodes-base/nodes/Asana/AsanaTrigger.node.ts b/packages/nodes-base/nodes/Asana/AsanaTrigger.node.ts
index 2b44d15c758..691daa5bb77 100644
--- a/packages/nodes-base/nodes/Asana/AsanaTrigger.node.ts
+++ b/packages/nodes-base/nodes/Asana/AsanaTrigger.node.ts
@@ -92,7 +92,7 @@ export class AsanaTrigger implements INodeType {
options: [],
default: '',
description:
- 'The workspace ID the resource is registered under. This is only required if you want to allow overriding existing webhooks. Choose from the list, or specify an ID using an expression.',
+ 'The workspace ID the resource is registered under. This is only required if you want to allow overriding existing webhooks. Choose from the list, or specify an ID using an expression.',
},
],
};
diff --git a/packages/nodes-base/nodes/Automizy/ContactDescription.ts b/packages/nodes-base/nodes/Automizy/ContactDescription.ts
index f676c801a8b..4d00755a143 100644
--- a/packages/nodes-base/nodes/Automizy/ContactDescription.ts
+++ b/packages/nodes-base/nodes/Automizy/ContactDescription.ts
@@ -72,7 +72,7 @@ export const contactFields: INodeProperties[] = [
required: true,
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getLists',
},
@@ -120,7 +120,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getCustomFields',
},
description:
- 'The end user specified key of the user defined data. Choose from the list, or specify an ID using an expression.',
+ 'The end user specified key of the user defined data. Choose from the list, or specify an ID using an expression.',
default: '',
},
{
@@ -174,7 +174,7 @@ export const contactFields: INodeProperties[] = [
},
default: [],
description:
- 'The tags you want to set to the contact. Choose from the list, or specify IDs using an expression.',
+ 'The tags you want to set to the contact. Choose from the list, or specify IDs using an expression.',
},
],
},
@@ -224,7 +224,7 @@ export const contactFields: INodeProperties[] = [
required: true,
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getLists',
},
@@ -354,7 +354,7 @@ export const contactFields: INodeProperties[] = [
},
default: [],
description:
- 'The tags you want to add to the contact. Choose from the list, or specify IDs using an expression.',
+ 'The tags you want to add to the contact. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Custom Fields',
@@ -379,7 +379,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getCustomFields',
},
description:
- 'The end user specified key of the user defined data. Choose from the list, or specify an ID using an expression.',
+ 'The end user specified key of the user defined data. Choose from the list, or specify an ID using an expression.',
default: '',
},
{
@@ -403,7 +403,7 @@ export const contactFields: INodeProperties[] = [
},
default: [],
description:
- 'The tags you want to add to the contact. Choose from the list, or specify IDs using an expression.',
+ 'The tags you want to add to the contact. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Status',
@@ -444,7 +444,7 @@ export const contactFields: INodeProperties[] = [
},
default: [],
description:
- 'The tags you want to set to the contact. Will replace all existing ones. Choose from the list, or specify IDs using an expression.',
+ 'The tags you want to set to the contact. Will replace all existing ones. Choose from the list, or specify IDs using an expression.',
},
],
},
diff --git a/packages/nodes-base/nodes/Autopilot/ContactDescription.ts b/packages/nodes-base/nodes/Autopilot/ContactDescription.ts
index f9de12af4fa..ecf010db2ee 100644
--- a/packages/nodes-base/nodes/Autopilot/ContactDescription.ts
+++ b/packages/nodes-base/nodes/Autopilot/ContactDescription.ts
@@ -103,7 +103,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getCustomFields',
},
description:
- 'User-specified key of user-defined data. Choose from the list, or specify an ID using an expression.',
+ 'User-specified key of user-defined data. Choose from the list, or specify an ID using an expression.',
default: '',
},
{
@@ -162,7 +162,7 @@ export const contactFields: INodeProperties[] = [
},
default: '',
description:
- 'List to which this contact will be added on creation. Choose from the list, or specify an ID using an expression.',
+ 'List to which this contact will be added on creation. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Mailing Country',
diff --git a/packages/nodes-base/nodes/Autopilot/ContactJourneyDescription.ts b/packages/nodes-base/nodes/Autopilot/ContactJourneyDescription.ts
index 2301faca127..e203bf73ad9 100644
--- a/packages/nodes-base/nodes/Autopilot/ContactJourneyDescription.ts
+++ b/packages/nodes-base/nodes/Autopilot/ContactJourneyDescription.ts
@@ -43,7 +43,7 @@ export const contactJourneyFields: INodeProperties[] = [
},
default: '',
description:
- 'List ID. Choose from the list, or specify an ID using an expression.',
+ 'List ID. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Contact ID',
diff --git a/packages/nodes-base/nodes/Autopilot/ContactListDescription.ts b/packages/nodes-base/nodes/Autopilot/ContactListDescription.ts
index 7edc8fc71bf..568f2e10d52 100644
--- a/packages/nodes-base/nodes/Autopilot/ContactListDescription.ts
+++ b/packages/nodes-base/nodes/Autopilot/ContactListDescription.ts
@@ -61,7 +61,7 @@ export const contactListFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the list to operate on. Choose from the list, or specify an ID using an expression.',
+ 'ID of the list to operate on. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Contact ID',
diff --git a/packages/nodes-base/nodes/Aws/AwsLambda.node.ts b/packages/nodes-base/nodes/Aws/AwsLambda.node.ts
index 1dc35d651b9..b7c19cfcbcd 100644
--- a/packages/nodes-base/nodes/Aws/AwsLambda.node.ts
+++ b/packages/nodes-base/nodes/Aws/AwsLambda.node.ts
@@ -64,7 +64,7 @@ export class AwsLambda implements INodeType {
default: '',
required: true,
description:
- 'The function you want to invoke. Choose from the list, or specify an ID using an expression.',
+ 'The function you want to invoke. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Qualifier',
diff --git a/packages/nodes-base/nodes/Aws/DynamoDB/ItemDescription.ts b/packages/nodes-base/nodes/Aws/DynamoDB/ItemDescription.ts
index 6111ad73937..8a36e8c11ad 100644
--- a/packages/nodes-base/nodes/Aws/DynamoDB/ItemDescription.ts
+++ b/packages/nodes-base/nodes/Aws/DynamoDB/ItemDescription.ts
@@ -49,7 +49,7 @@ export const itemFields: INodeProperties[] = [
displayName: 'Table Name or ID',
name: 'tableName',
description:
- 'Table to operate on. Choose from the list, or specify an ID using an expression.',
+ 'Table to operate on. Choose from the list, or specify an ID using an expression.',
type: 'options',
required: true,
displayOptions: {
diff --git a/packages/nodes-base/nodes/Aws/ELB/ListenerCertificateDescription.ts b/packages/nodes-base/nodes/Aws/ELB/ListenerCertificateDescription.ts
index 4e688aa71e0..053ba50ca10 100644
--- a/packages/nodes-base/nodes/Aws/ELB/ListenerCertificateDescription.ts
+++ b/packages/nodes-base/nodes/Aws/ELB/ListenerCertificateDescription.ts
@@ -57,7 +57,7 @@ export const listenerCertificateFields: INodeProperties[] = [
},
default: '',
description:
- 'Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an expression.',
+ 'Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Listener ARN Name or ID',
@@ -76,7 +76,7 @@ export const listenerCertificateFields: INodeProperties[] = [
},
default: '',
description:
- 'Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an expression.',
+ 'Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Certificate ARN',
@@ -113,7 +113,7 @@ export const listenerCertificateFields: INodeProperties[] = [
},
default: '',
description:
- 'Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an expression.',
+ 'Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Listener ARN Name or ID',
@@ -132,7 +132,7 @@ export const listenerCertificateFields: INodeProperties[] = [
},
default: '',
description:
- 'Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an expression.',
+ 'Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
@@ -185,7 +185,7 @@ export const listenerCertificateFields: INodeProperties[] = [
},
default: '',
description:
- 'Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an expression.',
+ 'Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Listener ARN Name or ID',
@@ -204,7 +204,7 @@ export const listenerCertificateFields: INodeProperties[] = [
},
default: '',
description:
- 'Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an expression.',
+ 'Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Certificate ARN',
diff --git a/packages/nodes-base/nodes/Aws/ELB/LoadBalancerDescription.ts b/packages/nodes-base/nodes/Aws/ELB/LoadBalancerDescription.ts
index 870bdbc4a5e..dedffc199d5 100644
--- a/packages/nodes-base/nodes/Aws/ELB/LoadBalancerDescription.ts
+++ b/packages/nodes-base/nodes/Aws/ELB/LoadBalancerDescription.ts
@@ -135,7 +135,7 @@ export const loadBalancerFields: INodeProperties[] = [
name: 'subnets',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
displayOptions: {
show: {
resource: ['loadBalancer'],
@@ -166,7 +166,7 @@ export const loadBalancerFields: INodeProperties[] = [
name: 'securityGroups',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsMethod: 'getSecurityGroups',
},
diff --git a/packages/nodes-base/nodes/Aws/S3/V1/AwsS3V1.node.ts b/packages/nodes-base/nodes/Aws/S3/V1/AwsS3V1.node.ts
index 8456f4a8cf6..fa3879b71db 100644
--- a/packages/nodes-base/nodes/Aws/S3/V1/AwsS3V1.node.ts
+++ b/packages/nodes-base/nodes/Aws/S3/V1/AwsS3V1.node.ts
@@ -1,4 +1,3 @@
-/* eslint-disable n8n-nodes-base/node-filename-against-convention */
import { createHash } from 'crypto';
import { paramCase, snakeCase } from 'change-case';
diff --git a/packages/nodes-base/nodes/Aws/S3/V2/AwsS3V2.node.ts b/packages/nodes-base/nodes/Aws/S3/V2/AwsS3V2.node.ts
index fe97fa07611..dd2b840d8bd 100644
--- a/packages/nodes-base/nodes/Aws/S3/V2/AwsS3V2.node.ts
+++ b/packages/nodes-base/nodes/Aws/S3/V2/AwsS3V2.node.ts
@@ -1,4 +1,3 @@
-/* eslint-disable n8n-nodes-base/node-filename-against-convention */
import { createHash } from 'crypto';
import type { Readable } from 'stream';
import { paramCase, snakeCase } from 'change-case';
diff --git a/packages/nodes-base/nodes/Aws/SES/AwsSes.node.ts b/packages/nodes-base/nodes/Aws/SES/AwsSes.node.ts
index 4589f8a212f..052928a681c 100644
--- a/packages/nodes-base/nodes/Aws/SES/AwsSes.node.ts
+++ b/packages/nodes-base/nodes/Aws/SES/AwsSes.node.ts
@@ -459,7 +459,7 @@ export class AwsSes implements INodeType {
},
default: '',
description:
- 'The ARN of the template to use when sending this email. Choose from the list, or specify an ID using an expression.',
+ 'The ARN of the template to use when sending this email. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'From Email',
diff --git a/packages/nodes-base/nodes/Aws/SQS/AwsSqs.node.ts b/packages/nodes-base/nodes/Aws/SQS/AwsSqs.node.ts
index 474a928bb2e..ba99d9fcacb 100644
--- a/packages/nodes-base/nodes/Aws/SQS/AwsSqs.node.ts
+++ b/packages/nodes-base/nodes/Aws/SQS/AwsSqs.node.ts
@@ -67,7 +67,7 @@ export class AwsSqs implements INodeType {
default: '',
required: true,
description:
- 'Queue to send a message to. Choose from the list, or specify an ID using an expression.',
+ 'Queue to send a message to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Queue Type',
diff --git a/packages/nodes-base/nodes/BambooHr/v1/actions/employee/create/shareDescription.ts b/packages/nodes-base/nodes/BambooHr/v1/actions/employee/create/shareDescription.ts
index cc06de2dc1c..fc0c688b9d8 100644
--- a/packages/nodes-base/nodes/BambooHr/v1/actions/employee/create/shareDescription.ts
+++ b/packages/nodes-base/nodes/BambooHr/v1/actions/employee/create/shareDescription.ts
@@ -65,7 +65,7 @@ export const createEmployeeSharedDescription = (sync = false): INodeProperties[]
name: 'department',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getDepartments',
},
@@ -76,7 +76,7 @@ export const createEmployeeSharedDescription = (sync = false): INodeProperties[]
name: 'division',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getDivisions',
},
@@ -131,7 +131,7 @@ export const createEmployeeSharedDescription = (sync = false): INodeProperties[]
name: 'location',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getEmployeeLocations',
},
diff --git a/packages/nodes-base/nodes/BambooHr/v1/actions/employee/get/description.ts b/packages/nodes-base/nodes/BambooHr/v1/actions/employee/get/description.ts
index 47ed409869b..6212cb74fbb 100644
--- a/packages/nodes-base/nodes/BambooHr/v1/actions/employee/get/description.ts
+++ b/packages/nodes-base/nodes/BambooHr/v1/actions/employee/get/description.ts
@@ -36,7 +36,7 @@ export const employeeGetDescription: EmployeeProperties = [
},
default: ['all'],
description:
- 'Set of fields to get from employee data. Choose from the list, or specify IDs using an expression.',
+ 'Set of fields to get from employee data. Choose from the list, or specify IDs using an expression.',
},
],
},
diff --git a/packages/nodes-base/nodes/BambooHr/v1/actions/employee/update/sharedDescription.ts b/packages/nodes-base/nodes/BambooHr/v1/actions/employee/update/sharedDescription.ts
index 6dc0790177b..afc2939eda1 100644
--- a/packages/nodes-base/nodes/BambooHr/v1/actions/employee/update/sharedDescription.ts
+++ b/packages/nodes-base/nodes/BambooHr/v1/actions/employee/update/sharedDescription.ts
@@ -65,7 +65,7 @@ export const updateEmployeeSharedDescription = (sync = false): INodeProperties[]
name: 'department',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getDepartments',
},
@@ -76,7 +76,7 @@ export const updateEmployeeSharedDescription = (sync = false): INodeProperties[]
name: 'division',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getDivisions',
},
@@ -153,7 +153,7 @@ export const updateEmployeeSharedDescription = (sync = false): INodeProperties[]
name: 'location',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getEmployeeLocations',
},
diff --git a/packages/nodes-base/nodes/BambooHr/v1/actions/employeeDocument/update/description.ts b/packages/nodes-base/nodes/BambooHr/v1/actions/employeeDocument/update/description.ts
index db711e6e32b..cd18901a5e8 100644
--- a/packages/nodes-base/nodes/BambooHr/v1/actions/employeeDocument/update/description.ts
+++ b/packages/nodes-base/nodes/BambooHr/v1/actions/employeeDocument/update/description.ts
@@ -50,7 +50,7 @@ export const employeeDocumentUpdateDescription: EmployeeDocumentProperties = [
},
default: '',
description:
- 'ID of the new category of the file. Choose from the list, or specify an ID using an expression.',
+ 'ID of the new category of the file. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Name',
diff --git a/packages/nodes-base/nodes/BambooHr/v1/actions/file/update/description.ts b/packages/nodes-base/nodes/BambooHr/v1/actions/file/update/description.ts
index 8f332f46fcc..7052b55344f 100644
--- a/packages/nodes-base/nodes/BambooHr/v1/actions/file/update/description.ts
+++ b/packages/nodes-base/nodes/BambooHr/v1/actions/file/update/description.ts
@@ -37,7 +37,7 @@ export const fileUpdateDescription: FileProperties = [
},
default: '',
description:
- 'Move the file to a different category. Choose from the list, or specify an ID using an expression.',
+ 'Move the file to a different category. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Name',
diff --git a/packages/nodes-base/nodes/BambooHr/v1/actions/file/upload/description.ts b/packages/nodes-base/nodes/BambooHr/v1/actions/file/upload/description.ts
index f949e3ed936..4d3581185d4 100644
--- a/packages/nodes-base/nodes/BambooHr/v1/actions/file/upload/description.ts
+++ b/packages/nodes-base/nodes/BambooHr/v1/actions/file/upload/description.ts
@@ -21,7 +21,7 @@ export const fileUploadDescription: INodeProperties[] = [
name: 'categoryId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getCompanyFileCategories',
},
diff --git a/packages/nodes-base/nodes/Bannerbear/ImageDescription.ts b/packages/nodes-base/nodes/Bannerbear/ImageDescription.ts
index 4e4c7620115..5295a94b4ea 100644
--- a/packages/nodes-base/nodes/Bannerbear/ImageDescription.ts
+++ b/packages/nodes-base/nodes/Bannerbear/ImageDescription.ts
@@ -49,7 +49,7 @@ export const imageFields: INodeProperties[] = [
},
},
description:
- 'The template ID you want to use. Choose from the list, or specify an ID using an expression.',
+ 'The template ID you want to use. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Additional Fields',
@@ -134,7 +134,7 @@ export const imageFields: INodeProperties[] = [
},
default: '',
description:
- 'The name of the item you want to change. Choose from the list, or specify an ID using an expression.',
+ 'The name of the item you want to change. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Text',
diff --git a/packages/nodes-base/nodes/Baserow/OperationDescription.ts b/packages/nodes-base/nodes/Baserow/OperationDescription.ts
index e31c97fcabb..36332d1423a 100644
--- a/packages/nodes-base/nodes/Baserow/OperationDescription.ts
+++ b/packages/nodes-base/nodes/Baserow/OperationDescription.ts
@@ -11,7 +11,7 @@ export const operationFields: INodeProperties[] = [
default: '',
required: true,
description:
- 'Database to operate on. Choose from the list, or specify an ID using an expression.',
+ 'Database to operate on. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getDatabaseIds',
},
@@ -23,7 +23,7 @@ export const operationFields: INodeProperties[] = [
default: '',
required: true,
description:
- 'Table to operate on. Choose from the list, or specify an ID using an expression.',
+ 'Table to operate on. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsDependsOn: ['databaseId'],
loadOptionsMethod: 'getTableIds',
@@ -132,7 +132,7 @@ export const operationFields: INodeProperties[] = [
name: 'fieldId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['tableId'],
loadOptionsMethod: 'getTableFields',
@@ -232,7 +232,7 @@ export const operationFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'Field to compare. Choose from the list, or specify an ID using an expression.',
+ 'Field to compare. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsDependsOn: ['tableId'],
loadOptionsMethod: 'getTableFields',
@@ -411,7 +411,7 @@ export const operationFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'Field name to sort by. Choose from the list, or specify an ID using an expression.',
+ 'Field name to sort by. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsDependsOn: ['tableId'],
loadOptionsMethod: 'getTableFields',
diff --git a/packages/nodes-base/nodes/Beeminder/Beeminder.node.ts b/packages/nodes-base/nodes/Beeminder/Beeminder.node.ts
index 3d906e5f1f6..751bb19fc08 100644
--- a/packages/nodes-base/nodes/Beeminder/Beeminder.node.ts
+++ b/packages/nodes-base/nodes/Beeminder/Beeminder.node.ts
@@ -104,7 +104,7 @@ export class Beeminder implements INodeType {
},
default: '',
description:
- 'The name of the goal. Choose from the list, or specify an ID using an expression.',
+ 'The name of the goal. Choose from the list, or specify an ID using an expression.',
required: true,
},
{
diff --git a/packages/nodes-base/nodes/Bitbucket/BitbucketTrigger.node.ts b/packages/nodes-base/nodes/Bitbucket/BitbucketTrigger.node.ts
index 96c99104a20..fd789e48228 100644
--- a/packages/nodes-base/nodes/Bitbucket/BitbucketTrigger.node.ts
+++ b/packages/nodes-base/nodes/Bitbucket/BitbucketTrigger.node.ts
@@ -78,7 +78,7 @@ export class BitbucketTrigger implements INodeType {
required: true,
default: '',
description:
- 'The repository of which to listen to the events. Choose from the list, or specify an ID using an expression.',
+ 'The repository of which to listen to the events. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Event Names or IDs',
@@ -96,7 +96,7 @@ export class BitbucketTrigger implements INodeType {
required: true,
default: [],
description:
- 'The events to listen to. Choose from the list, or specify IDs using an expression.',
+ 'The events to listen to. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Repository Name or ID',
@@ -114,7 +114,7 @@ export class BitbucketTrigger implements INodeType {
required: true,
default: '',
description:
- 'The repository of which to listen to the events. Choose from the list, or specify an ID using an expression.',
+ 'The repository of which to listen to the events. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Event Names or IDs',
@@ -132,7 +132,7 @@ export class BitbucketTrigger implements INodeType {
required: true,
default: [],
description:
- 'The events to listen to. Choose from the list, or specify IDs using an expression.',
+ 'The events to listen to. Choose from the list, or specify IDs using an expression.',
},
],
};
diff --git a/packages/nodes-base/nodes/Bitly/LinkDescription.ts b/packages/nodes-base/nodes/Bitly/LinkDescription.ts
index cde8e825087..29271e09679 100644
--- a/packages/nodes-base/nodes/Bitly/LinkDescription.ts
+++ b/packages/nodes-base/nodes/Bitly/LinkDescription.ts
@@ -77,7 +77,7 @@ export const linkFields: INodeProperties[] = [
name: 'group',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getGroups',
@@ -88,7 +88,7 @@ export const linkFields: INodeProperties[] = [
name: 'tags',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
default: [],
typeOptions: {
loadOptionsMethod: 'getTags',
@@ -192,7 +192,7 @@ export const linkFields: INodeProperties[] = [
name: 'group',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getGroups',
@@ -209,7 +209,7 @@ export const linkFields: INodeProperties[] = [
name: 'tags',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
default: [],
typeOptions: {
loadOptionsMethod: 'getTags',
diff --git a/packages/nodes-base/nodes/Bitwarden/descriptions/CollectionDescription.ts b/packages/nodes-base/nodes/Bitwarden/descriptions/CollectionDescription.ts
index c22cc41178c..1ce924bc4dd 100644
--- a/packages/nodes-base/nodes/Bitwarden/descriptions/CollectionDescription.ts
+++ b/packages/nodes-base/nodes/Bitwarden/descriptions/CollectionDescription.ts
@@ -107,7 +107,7 @@ export const collectionFields: INodeProperties[] = [
name: 'groups',
type: 'multiOptions',
description:
- 'The group to assign this collection to. Choose from the list, or specify IDs using an expression.',
+ 'The group to assign this collection to. Choose from the list, or specify IDs using an expression.',
default: [],
typeOptions: {
loadOptionsMethod: 'getGroups',
diff --git a/packages/nodes-base/nodes/Bitwarden/descriptions/GroupDescription.ts b/packages/nodes-base/nodes/Bitwarden/descriptions/GroupDescription.ts
index 3f708eead3b..9e0827c7ad1 100644
--- a/packages/nodes-base/nodes/Bitwarden/descriptions/GroupDescription.ts
+++ b/packages/nodes-base/nodes/Bitwarden/descriptions/GroupDescription.ts
@@ -149,7 +149,7 @@ export const groupFields: INodeProperties[] = [
name: 'collections',
type: 'multiOptions',
description:
- 'The collections to assign to this group. Choose from the list, or specify IDs using an expression.',
+ 'The collections to assign to this group. Choose from the list, or specify IDs using an expression.',
default: [],
typeOptions: {
loadOptionsMethod: 'getCollections',
@@ -194,7 +194,7 @@ export const groupFields: INodeProperties[] = [
name: 'collections',
type: 'multiOptions',
description:
- 'The collections to assign to this group. Choose from the list, or specify IDs using an expression.',
+ 'The collections to assign to this group. Choose from the list, or specify IDs using an expression.',
default: [],
typeOptions: {
loadOptionsMethod: 'getCollections',
diff --git a/packages/nodes-base/nodes/Bitwarden/descriptions/MemberDescription.ts b/packages/nodes-base/nodes/Bitwarden/descriptions/MemberDescription.ts
index cb3518dafd4..923140e6b59 100644
--- a/packages/nodes-base/nodes/Bitwarden/descriptions/MemberDescription.ts
+++ b/packages/nodes-base/nodes/Bitwarden/descriptions/MemberDescription.ts
@@ -176,7 +176,7 @@ export const memberFields: INodeProperties[] = [
name: 'collections',
type: 'multiOptions',
description:
- 'The collections to assign to this member. Choose from the list, or specify IDs using an expression.',
+ 'The collections to assign to this member. Choose from the list, or specify IDs using an expression.',
default: [],
typeOptions: {
loadOptionsMethod: 'getCollections',
@@ -236,7 +236,7 @@ export const memberFields: INodeProperties[] = [
name: 'collections',
type: 'multiOptions',
description:
- 'The collections to assign to this member. Choose from the list, or specify IDs using an expression.',
+ 'The collections to assign to this member. Choose from the list, or specify IDs using an expression.',
default: [],
typeOptions: {
loadOptionsMethod: 'getCollections',
diff --git a/packages/nodes-base/nodes/Cal/CalTrigger.node.ts b/packages/nodes-base/nodes/Cal/CalTrigger.node.ts
index 7a0213572d2..af60e1d2e55 100644
--- a/packages/nodes-base/nodes/Cal/CalTrigger.node.ts
+++ b/packages/nodes-base/nodes/Cal/CalTrigger.node.ts
@@ -136,7 +136,7 @@ export class CalTrigger implements INodeType {
loadOptionsMethod: 'getEventTypes',
},
description:
- 'The EventType to monitor. Choose from the list, or specify an ID using an expression.',
+ 'The EventType to monitor. Choose from the list, or specify an ID using an expression.',
default: '',
},
{
diff --git a/packages/nodes-base/nodes/Cisco/Webex/descriptions/MeetingDescription.ts b/packages/nodes-base/nodes/Cisco/Webex/descriptions/MeetingDescription.ts
index 3fefcf530f3..ecdf18b2682 100644
--- a/packages/nodes-base/nodes/Cisco/Webex/descriptions/MeetingDescription.ts
+++ b/packages/nodes-base/nodes/Cisco/Webex/descriptions/MeetingDescription.ts
@@ -356,7 +356,7 @@ export const meetingFields: INodeProperties[] = [
},
default: '',
description:
- 'URL of the Webex site which the meeting is created on. If not specified, the meeting is created on user\'s preferred site. Choose from the list, or specify an ID using an expression.',
+ 'URL of the Webex site which the meeting is created on. If not specified, the meeting is created on user\'s preferred site. Choose from the list, or specify an ID using an expression.',
},
],
},
@@ -591,7 +591,7 @@ export const meetingFields: INodeProperties[] = [
},
default: '',
description:
- 'URL of the Webex site which the API lists meetings from. Choose from the list, or specify an ID using an expression.',
+ 'URL of the Webex site which the API lists meetings from. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'State',
@@ -939,7 +939,7 @@ export const meetingFields: INodeProperties[] = [
},
default: '',
description:
- 'URL of the Webex site which the meeting is created on. If not specified, the meeting is created on user\'s preferred site. Choose from the list, or specify an ID using an expression.',
+ 'URL of the Webex site which the meeting is created on. If not specified, the meeting is created on user\'s preferred site. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Start',
diff --git a/packages/nodes-base/nodes/Cisco/Webex/descriptions/MessageDescription.ts b/packages/nodes-base/nodes/Cisco/Webex/descriptions/MessageDescription.ts
index 6cf90d50a58..08d5d1a76af 100644
--- a/packages/nodes-base/nodes/Cisco/Webex/descriptions/MessageDescription.ts
+++ b/packages/nodes-base/nodes/Cisco/Webex/descriptions/MessageDescription.ts
@@ -80,7 +80,7 @@ export const messageFields: INodeProperties[] = [
name: 'roomId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getRooms',
},
@@ -416,7 +416,7 @@ export const messageFields: INodeProperties[] = [
displayName: 'Room Name or ID',
name: 'roomId',
description:
- 'List messages in a room, by ID. Choose from the list, or specify an ID using an expression.',
+ 'List messages in a room, by ID. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getRooms',
diff --git a/packages/nodes-base/nodes/ClickUp/ClickUpTrigger.node.ts b/packages/nodes-base/nodes/ClickUp/ClickUpTrigger.node.ts
index 0d70804af82..89906844656 100644
--- a/packages/nodes-base/nodes/ClickUp/ClickUpTrigger.node.ts
+++ b/packages/nodes-base/nodes/ClickUp/ClickUpTrigger.node.ts
@@ -76,7 +76,7 @@ export class ClickUpTrigger implements INodeType {
name: 'team',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTeams',
},
diff --git a/packages/nodes-base/nodes/ClickUp/FolderDescription.ts b/packages/nodes-base/nodes/ClickUp/FolderDescription.ts
index 861dc648b2b..fae2844d9df 100644
--- a/packages/nodes-base/nodes/ClickUp/FolderDescription.ts
+++ b/packages/nodes-base/nodes/ClickUp/FolderDescription.ts
@@ -56,7 +56,7 @@ export const folderFields: INodeProperties[] = [
name: 'team',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -74,7 +74,7 @@ export const folderFields: INodeProperties[] = [
name: 'space',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -110,7 +110,7 @@ export const folderFields: INodeProperties[] = [
name: 'team',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -128,7 +128,7 @@ export const folderFields: INodeProperties[] = [
name: 'space',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -147,7 +147,7 @@ export const folderFields: INodeProperties[] = [
name: 'folder',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -170,7 +170,7 @@ export const folderFields: INodeProperties[] = [
name: 'team',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -188,7 +188,7 @@ export const folderFields: INodeProperties[] = [
name: 'space',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -207,7 +207,7 @@ export const folderFields: INodeProperties[] = [
name: 'folder',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -230,7 +230,7 @@ export const folderFields: INodeProperties[] = [
name: 'team',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -248,7 +248,7 @@ export const folderFields: INodeProperties[] = [
name: 'space',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -309,7 +309,7 @@ export const folderFields: INodeProperties[] = [
name: 'team',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -327,7 +327,7 @@ export const folderFields: INodeProperties[] = [
name: 'space',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -346,7 +346,7 @@ export const folderFields: INodeProperties[] = [
name: 'folder',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
diff --git a/packages/nodes-base/nodes/ClickUp/GoalDescription.ts b/packages/nodes-base/nodes/ClickUp/GoalDescription.ts
index 1dd4d3fd549..c1af54cc687 100644
--- a/packages/nodes-base/nodes/ClickUp/GoalDescription.ts
+++ b/packages/nodes-base/nodes/ClickUp/GoalDescription.ts
@@ -56,7 +56,7 @@ export const goalFields: INodeProperties[] = [
name: 'team',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -170,7 +170,7 @@ export const goalFields: INodeProperties[] = [
name: 'team',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
diff --git a/packages/nodes-base/nodes/ClickUp/GuestDescription.ts b/packages/nodes-base/nodes/ClickUp/GuestDescription.ts
index f1e320dca8d..a3e347a2315 100644
--- a/packages/nodes-base/nodes/ClickUp/GuestDescription.ts
+++ b/packages/nodes-base/nodes/ClickUp/GuestDescription.ts
@@ -50,7 +50,7 @@ export const guestFields: INodeProperties[] = [
name: 'team',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -118,7 +118,7 @@ export const guestFields: INodeProperties[] = [
name: 'team',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -153,7 +153,7 @@ export const guestFields: INodeProperties[] = [
name: 'team',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -188,7 +188,7 @@ export const guestFields: INodeProperties[] = [
name: 'team',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
diff --git a/packages/nodes-base/nodes/ClickUp/ListDescription.ts b/packages/nodes-base/nodes/ClickUp/ListDescription.ts
index 12b6b36fb95..d9e259fca9e 100644
--- a/packages/nodes-base/nodes/ClickUp/ListDescription.ts
+++ b/packages/nodes-base/nodes/ClickUp/ListDescription.ts
@@ -68,7 +68,7 @@ export const listFields: INodeProperties[] = [
name: 'team',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -86,7 +86,7 @@ export const listFields: INodeProperties[] = [
name: 'space',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -118,7 +118,7 @@ export const listFields: INodeProperties[] = [
name: 'folder',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -199,7 +199,7 @@ export const listFields: INodeProperties[] = [
name: 'status',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getStatuses',
loadOptionsDependsOn: ['list'],
@@ -265,7 +265,7 @@ export const listFields: INodeProperties[] = [
name: 'team',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -283,7 +283,7 @@ export const listFields: INodeProperties[] = [
name: 'space',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -315,7 +315,7 @@ export const listFields: INodeProperties[] = [
name: 'folder',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -335,7 +335,7 @@ export const listFields: INodeProperties[] = [
name: 'list',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -355,7 +355,7 @@ export const listFields: INodeProperties[] = [
name: 'list',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -379,7 +379,7 @@ export const listFields: INodeProperties[] = [
name: 'team',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -397,7 +397,7 @@ export const listFields: INodeProperties[] = [
name: 'space',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -429,7 +429,7 @@ export const listFields: INodeProperties[] = [
name: 'folder',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -466,7 +466,7 @@ export const listFields: INodeProperties[] = [
name: 'team',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -484,7 +484,7 @@ export const listFields: INodeProperties[] = [
name: 'space',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -516,7 +516,7 @@ export const listFields: INodeProperties[] = [
name: 'folder',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -553,7 +553,7 @@ export const listFields: INodeProperties[] = [
name: 'team',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -571,7 +571,7 @@ export const listFields: INodeProperties[] = [
name: 'space',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -603,7 +603,7 @@ export const listFields: INodeProperties[] = [
name: 'folder',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -665,7 +665,7 @@ export const listFields: INodeProperties[] = [
name: 'team',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -683,7 +683,7 @@ export const listFields: INodeProperties[] = [
name: 'space',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -715,7 +715,7 @@ export const listFields: INodeProperties[] = [
name: 'folder',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -761,7 +761,7 @@ export const listFields: INodeProperties[] = [
name: 'assignee',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getAssignees',
loadOptionsDependsOn: ['list'],
diff --git a/packages/nodes-base/nodes/ClickUp/SpaceTagDescription.ts b/packages/nodes-base/nodes/ClickUp/SpaceTagDescription.ts
index c4a3704c3b6..e3caed56e1a 100644
--- a/packages/nodes-base/nodes/ClickUp/SpaceTagDescription.ts
+++ b/packages/nodes-base/nodes/ClickUp/SpaceTagDescription.ts
@@ -76,7 +76,7 @@ export const spaceTagFields: INodeProperties[] = [
name: 'name',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['space'],
loadOptionsMethod: 'getTags',
diff --git a/packages/nodes-base/nodes/ClickUp/TaskDescription.ts b/packages/nodes-base/nodes/ClickUp/TaskDescription.ts
index 9e71a37be23..b62fa8b57ae 100644
--- a/packages/nodes-base/nodes/ClickUp/TaskDescription.ts
+++ b/packages/nodes-base/nodes/ClickUp/TaskDescription.ts
@@ -68,7 +68,7 @@ export const taskFields: INodeProperties[] = [
name: 'team',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -86,7 +86,7 @@ export const taskFields: INodeProperties[] = [
name: 'space',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -118,7 +118,7 @@ export const taskFields: INodeProperties[] = [
name: 'folder',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -138,7 +138,7 @@ export const taskFields: INodeProperties[] = [
name: 'list',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -158,7 +158,7 @@ export const taskFields: INodeProperties[] = [
name: 'list',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -205,7 +205,7 @@ export const taskFields: INodeProperties[] = [
name: 'assignees',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsMethod: 'getAssignees',
loadOptionsDependsOn: ['list'],
@@ -288,7 +288,7 @@ export const taskFields: INodeProperties[] = [
name: 'status',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getStatuses',
loadOptionsDependsOn: ['list'],
@@ -305,7 +305,7 @@ export const taskFields: INodeProperties[] = [
},
default: [],
description:
- 'The array of tags applied to this task. Choose from the list, or specify IDs using an expression.',
+ 'The array of tags applied to this task. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Time Estimate',
@@ -466,7 +466,7 @@ export const taskFields: INodeProperties[] = [
name: 'team',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -484,7 +484,7 @@ export const taskFields: INodeProperties[] = [
name: 'space',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -516,7 +516,7 @@ export const taskFields: INodeProperties[] = [
name: 'folder',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -536,7 +536,7 @@ export const taskFields: INodeProperties[] = [
name: 'list',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -556,7 +556,7 @@ export const taskFields: INodeProperties[] = [
name: 'list',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -626,7 +626,7 @@ export const taskFields: INodeProperties[] = [
name: 'assignees',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsMethod: 'getAssignees',
loadOptionsDependsOn: ['list'],
@@ -658,7 +658,7 @@ export const taskFields: INodeProperties[] = [
},
default: '',
description:
- 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Operator',
@@ -797,7 +797,7 @@ export const taskFields: INodeProperties[] = [
name: 'statuses',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsMethod: 'getStatuses',
loadOptionsDependsOn: ['list'],
@@ -821,7 +821,7 @@ export const taskFields: INodeProperties[] = [
},
default: [],
description:
- 'The array of tags applied to this task. Choose from the list, or specify IDs using an expression.',
+ 'The array of tags applied to this task. Choose from the list, or specify IDs using an expression.',
},
],
},
diff --git a/packages/nodes-base/nodes/ClickUp/TaskTagDescription.ts b/packages/nodes-base/nodes/ClickUp/TaskTagDescription.ts
index be833c44ca7..bfaa8e3f3fc 100644
--- a/packages/nodes-base/nodes/ClickUp/TaskTagDescription.ts
+++ b/packages/nodes-base/nodes/ClickUp/TaskTagDescription.ts
@@ -88,7 +88,7 @@ export const taskTagFields: INodeProperties[] = [
},
default: '',
description:
- 'Only used when the parameter is set to custom_task_ids=true. Choose from the list, or specify an ID using an expression.',
+ 'Only used when the parameter is set to custom_task_ids=true. Choose from the list, or specify an ID using an expression.',
},
],
},
diff --git a/packages/nodes-base/nodes/ClickUp/TimeEntryDescription.ts b/packages/nodes-base/nodes/ClickUp/TimeEntryDescription.ts
index f8642e177ef..c214ccbd494 100644
--- a/packages/nodes-base/nodes/ClickUp/TimeEntryDescription.ts
+++ b/packages/nodes-base/nodes/ClickUp/TimeEntryDescription.ts
@@ -68,7 +68,7 @@ export const timeEntryFields: INodeProperties[] = [
name: 'team',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -148,7 +148,7 @@ export const timeEntryFields: INodeProperties[] = [
name: 'team',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -197,7 +197,7 @@ export const timeEntryFields: INodeProperties[] = [
name: 'team',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -215,7 +215,7 @@ export const timeEntryFields: INodeProperties[] = [
name: 'space',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -247,7 +247,7 @@ export const timeEntryFields: INodeProperties[] = [
name: 'folder',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -267,7 +267,7 @@ export const timeEntryFields: INodeProperties[] = [
name: 'list',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -287,7 +287,7 @@ export const timeEntryFields: INodeProperties[] = [
name: 'list',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -334,7 +334,7 @@ export const timeEntryFields: INodeProperties[] = [
name: 'task',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
displayOptions: {
show: {
resource: ['timeEntry'],
@@ -365,7 +365,7 @@ export const timeEntryFields: INodeProperties[] = [
name: 'assignee',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getAssignees',
loadOptionsDependsOn: ['list'],
@@ -390,7 +390,7 @@ export const timeEntryFields: INodeProperties[] = [
name: 'tags',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsDependsOn: ['team'],
loadOptionsMethod: 'getTimeEntryTags',
@@ -408,7 +408,7 @@ export const timeEntryFields: INodeProperties[] = [
name: 'team',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -471,7 +471,7 @@ export const timeEntryFields: INodeProperties[] = [
name: 'team',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -493,7 +493,7 @@ export const timeEntryFields: INodeProperties[] = [
name: 'team',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -528,7 +528,7 @@ export const timeEntryFields: INodeProperties[] = [
name: 'team',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -546,7 +546,7 @@ export const timeEntryFields: INodeProperties[] = [
name: 'space',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -578,7 +578,7 @@ export const timeEntryFields: INodeProperties[] = [
name: 'folder',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -598,7 +598,7 @@ export const timeEntryFields: INodeProperties[] = [
name: 'list',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -618,7 +618,7 @@ export const timeEntryFields: INodeProperties[] = [
name: 'list',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -677,7 +677,7 @@ export const timeEntryFields: INodeProperties[] = [
name: 'assignee',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getAssignees',
loadOptionsDependsOn: ['list'],
@@ -715,7 +715,7 @@ export const timeEntryFields: INodeProperties[] = [
name: 'tags',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsDependsOn: ['spaceId'],
loadOptionsMethod: 'getTags',
@@ -727,7 +727,7 @@ export const timeEntryFields: INodeProperties[] = [
name: 'task',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTasks',
loadOptionsDependsOn: ['archived', 'list'],
diff --git a/packages/nodes-base/nodes/ClickUp/TimeEntryTagDescription.ts b/packages/nodes-base/nodes/ClickUp/TimeEntryTagDescription.ts
index 9a2d930dbbe..80e52a84e2d 100644
--- a/packages/nodes-base/nodes/ClickUp/TimeEntryTagDescription.ts
+++ b/packages/nodes-base/nodes/ClickUp/TimeEntryTagDescription.ts
@@ -44,7 +44,7 @@ export const timeEntryTagFields: INodeProperties[] = [
name: 'team',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -97,7 +97,7 @@ export const timeEntryTagFields: INodeProperties[] = [
name: 'team',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -174,7 +174,7 @@ export const timeEntryTagFields: INodeProperties[] = [
name: 'team',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
displayOptions: {
show: {
@@ -205,7 +205,7 @@ export const timeEntryTagFields: INodeProperties[] = [
name: 'tagNames',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsMethod: 'getTimeEntryTags',
loadOptionsDependsOn: ['teamId'],
diff --git a/packages/nodes-base/nodes/Clockify/Clockify.node.ts b/packages/nodes-base/nodes/Clockify/Clockify.node.ts
index 02de9c04a5c..8f5456dd670 100644
--- a/packages/nodes-base/nodes/Clockify/Clockify.node.ts
+++ b/packages/nodes-base/nodes/Clockify/Clockify.node.ts
@@ -103,7 +103,7 @@ export class Clockify implements INodeType {
name: 'workspaceId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'listWorkspaces',
},
diff --git a/packages/nodes-base/nodes/Clockify/ClockifyTrigger.node.ts b/packages/nodes-base/nodes/Clockify/ClockifyTrigger.node.ts
index a7fce6f3486..cbca70f49c3 100644
--- a/packages/nodes-base/nodes/Clockify/ClockifyTrigger.node.ts
+++ b/packages/nodes-base/nodes/Clockify/ClockifyTrigger.node.ts
@@ -43,7 +43,7 @@ export class ClockifyTrigger implements INodeType {
name: 'workspaceId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'listWorkspaces',
},
diff --git a/packages/nodes-base/nodes/Clockify/ProjectDescription.ts b/packages/nodes-base/nodes/Clockify/ProjectDescription.ts
index ec71a4c4138..b58d20ef3cb 100644
--- a/packages/nodes-base/nodes/Clockify/ProjectDescription.ts
+++ b/packages/nodes-base/nodes/Clockify/ProjectDescription.ts
@@ -95,7 +95,7 @@ export const projectFields: INodeProperties[] = [
name: 'clientId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['workspaceId'],
loadOptionsMethod: 'loadClientsForWorkspace',
@@ -253,7 +253,7 @@ export const projectFields: INodeProperties[] = [
name: 'clients',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsDependsOn: ['workspaceId'],
loadOptionsMethod: 'loadClientsForWorkspace',
@@ -345,7 +345,7 @@ export const projectFields: INodeProperties[] = [
name: 'users',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['workspaceId'],
loadOptionsMethod: 'loadUsersForWorkspace',
@@ -418,7 +418,7 @@ export const projectFields: INodeProperties[] = [
name: 'clientId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['workspaceId'],
loadOptionsMethod: 'loadClientsForWorkspace',
diff --git a/packages/nodes-base/nodes/Clockify/TaskDescription.ts b/packages/nodes-base/nodes/Clockify/TaskDescription.ts
index 8545a5aa565..80476798c96 100644
--- a/packages/nodes-base/nodes/Clockify/TaskDescription.ts
+++ b/packages/nodes-base/nodes/Clockify/TaskDescription.ts
@@ -53,7 +53,7 @@ export const taskFields: INodeProperties[] = [
name: 'projectId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['workspaceId'],
loadOptionsMethod: 'loadProjectsForWorkspace',
@@ -101,7 +101,7 @@ export const taskFields: INodeProperties[] = [
name: 'assigneeIds',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
default: [],
typeOptions: {
loadOptionsMethod: 'loadUsersForWorkspace',
@@ -280,7 +280,7 @@ export const taskFields: INodeProperties[] = [
name: 'assigneeIds',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
default: [],
typeOptions: {
loadOptionsMethod: 'loadUsersForWorkspace',
diff --git a/packages/nodes-base/nodes/Clockify/TimeEntryDescription.ts b/packages/nodes-base/nodes/Clockify/TimeEntryDescription.ts
index 342281875df..4e8ff391a39 100644
--- a/packages/nodes-base/nodes/Clockify/TimeEntryDescription.ts
+++ b/packages/nodes-base/nodes/Clockify/TimeEntryDescription.ts
@@ -102,7 +102,7 @@ export const timeEntryFields: INodeProperties[] = [
},
default: '',
description:
- 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Value',
@@ -132,7 +132,7 @@ export const timeEntryFields: INodeProperties[] = [
name: 'projectId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['workspaceId'],
loadOptionsMethod: 'loadProjectsForWorkspace',
@@ -144,7 +144,7 @@ export const timeEntryFields: INodeProperties[] = [
name: 'tagIds',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsDependsOn: ['workspaceId'],
loadOptionsMethod: 'loadTagsForWorkspace',
@@ -283,7 +283,7 @@ export const timeEntryFields: INodeProperties[] = [
},
default: '',
description:
- 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Value',
@@ -313,7 +313,7 @@ export const timeEntryFields: INodeProperties[] = [
name: 'projectId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['workspaceId'],
loadOptionsMethod: 'loadProjectsForWorkspace',
@@ -331,7 +331,7 @@ export const timeEntryFields: INodeProperties[] = [
name: 'tagIds',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsDependsOn: ['workspaceId'],
loadOptionsMethod: 'loadTagsForWorkspace',
diff --git a/packages/nodes-base/nodes/Cloudflare/ZoneCertificateDescription.ts b/packages/nodes-base/nodes/Cloudflare/ZoneCertificateDescription.ts
index 81d446bac1b..9b70e640bcd 100644
--- a/packages/nodes-base/nodes/Cloudflare/ZoneCertificateDescription.ts
+++ b/packages/nodes-base/nodes/Cloudflare/ZoneCertificateDescription.ts
@@ -50,7 +50,7 @@ export const zoneCertificateFields: INodeProperties[] = [
name: 'zoneId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getZones',
},
diff --git a/packages/nodes-base/nodes/Cockpit/CollectionDescription.ts b/packages/nodes-base/nodes/Cockpit/CollectionDescription.ts
index e8dfb810a7e..39f12bd1485 100644
--- a/packages/nodes-base/nodes/Cockpit/CollectionDescription.ts
+++ b/packages/nodes-base/nodes/Cockpit/CollectionDescription.ts
@@ -52,7 +52,7 @@ export const collectionFields: INodeProperties[] = [
},
required: true,
description:
- 'Name of the collection to operate on. Choose from the list, or specify an ID using an expression.',
+ 'Name of the collection to operate on. Choose from the list, or specify an ID using an expression.',
},
// Collection:entry:getAll
diff --git a/packages/nodes-base/nodes/Cockpit/SingletonDescription.ts b/packages/nodes-base/nodes/Cockpit/SingletonDescription.ts
index 65e7d997c0a..c18e396c947 100644
--- a/packages/nodes-base/nodes/Cockpit/SingletonDescription.ts
+++ b/packages/nodes-base/nodes/Cockpit/SingletonDescription.ts
@@ -39,6 +39,6 @@ export const singletonFields: INodeProperties[] = [
},
required: true,
description:
- 'Name of the singleton to operate on. Choose from the list, or specify an ID using an expression.',
+ 'Name of the singleton to operate on. Choose from the list, or specify an ID using an expression.',
},
];
diff --git a/packages/nodes-base/nodes/Coda/ControlDescription.ts b/packages/nodes-base/nodes/Coda/ControlDescription.ts
index 761f535c2b2..16d005de4dc 100644
--- a/packages/nodes-base/nodes/Coda/ControlDescription.ts
+++ b/packages/nodes-base/nodes/Coda/ControlDescription.ts
@@ -49,7 +49,7 @@ export const controlFields: INodeProperties[] = [
},
},
description:
- 'ID of the doc. Choose from the list, or specify an ID using an expression.',
+ 'ID of the doc. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Control ID',
@@ -84,7 +84,7 @@ export const controlFields: INodeProperties[] = [
},
},
description:
- 'ID of the doc. Choose from the list, or specify an ID using an expression.',
+ 'ID of the doc. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
diff --git a/packages/nodes-base/nodes/Coda/FormulaDescription.ts b/packages/nodes-base/nodes/Coda/FormulaDescription.ts
index b4bc81990f2..8737a9473fc 100644
--- a/packages/nodes-base/nodes/Coda/FormulaDescription.ts
+++ b/packages/nodes-base/nodes/Coda/FormulaDescription.ts
@@ -49,7 +49,7 @@ export const formulaFields: INodeProperties[] = [
},
},
description:
- 'ID of the doc. Choose from the list, or specify an ID using an expression.',
+ 'ID of the doc. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Formula ID',
@@ -84,7 +84,7 @@ export const formulaFields: INodeProperties[] = [
},
},
description:
- 'ID of the doc. Choose from the list, or specify an ID using an expression.',
+ 'ID of the doc. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
diff --git a/packages/nodes-base/nodes/Coda/TableDescription.ts b/packages/nodes-base/nodes/Coda/TableDescription.ts
index 5beff988e7a..087082665e9 100644
--- a/packages/nodes-base/nodes/Coda/TableDescription.ts
+++ b/packages/nodes-base/nodes/Coda/TableDescription.ts
@@ -79,7 +79,7 @@ export const tableFields: INodeProperties[] = [
},
},
description:
- 'ID of the doc. Choose from the list, or specify an ID using an expression.',
+ 'ID of the doc. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Table Name or ID',
@@ -98,7 +98,7 @@ export const tableFields: INodeProperties[] = [
},
},
description:
- 'The table to create the row in. Choose from the list, or specify an ID using an expression.',
+ 'The table to create the row in. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Options',
@@ -149,7 +149,7 @@ export const tableFields: INodeProperties[] = [
},
},
description:
- 'ID of the doc. Choose from the list, or specify an ID using an expression.',
+ 'ID of the doc. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Table Name or ID',
@@ -168,7 +168,7 @@ export const tableFields: INodeProperties[] = [
},
},
description:
- 'The table to get the row from. Choose from the list, or specify an ID using an expression.',
+ 'The table to get the row from. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Row ID',
@@ -255,7 +255,7 @@ export const tableFields: INodeProperties[] = [
},
},
description:
- 'ID of the doc. Choose from the list, or specify an ID using an expression.',
+ 'ID of the doc. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Table Name or ID',
@@ -274,7 +274,7 @@ export const tableFields: INodeProperties[] = [
},
},
description:
- 'The table to get the rows from. Choose from the list, or specify an ID using an expression.',
+ 'The table to get the rows from. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
@@ -410,7 +410,7 @@ export const tableFields: INodeProperties[] = [
},
},
description:
- 'ID of the doc. Choose from the list, or specify an ID using an expression.',
+ 'ID of the doc. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Table Name or ID',
@@ -429,7 +429,7 @@ export const tableFields: INodeProperties[] = [
},
},
description:
- 'The table to delete the row in. Choose from the list, or specify an ID using an expression.',
+ 'The table to delete the row in. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Row ID',
@@ -464,7 +464,7 @@ export const tableFields: INodeProperties[] = [
},
},
description:
- 'ID of the doc. Choose from the list, or specify an ID using an expression.',
+ 'ID of the doc. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Table Name or ID',
@@ -483,7 +483,7 @@ export const tableFields: INodeProperties[] = [
},
},
description:
- 'The table to get the row from. Choose from the list, or specify an ID using an expression.',
+ 'The table to get the row from. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Row ID',
@@ -505,7 +505,7 @@ export const tableFields: INodeProperties[] = [
name: 'columnId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
required: true,
typeOptions: {
loadOptionsMethod: 'getColumns',
@@ -538,7 +538,7 @@ export const tableFields: INodeProperties[] = [
},
},
description:
- 'ID of the doc. Choose from the list, or specify an ID using an expression.',
+ 'ID of the doc. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Table Name or ID',
@@ -557,7 +557,7 @@ export const tableFields: INodeProperties[] = [
},
},
description:
- 'The table to get the row from. Choose from the list, or specify an ID using an expression.',
+ 'The table to get the row from. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Column ID',
@@ -592,7 +592,7 @@ export const tableFields: INodeProperties[] = [
},
},
description:
- 'ID of the doc. Choose from the list, or specify an ID using an expression.',
+ 'ID of the doc. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Table Name or ID',
@@ -611,7 +611,7 @@ export const tableFields: INodeProperties[] = [
},
},
description:
- 'The table to get the row from. Choose from the list, or specify an ID using an expression.',
+ 'The table to get the row from. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
diff --git a/packages/nodes-base/nodes/Coda/ViewDescription.ts b/packages/nodes-base/nodes/Coda/ViewDescription.ts
index a649ca5747c..b5768eea9f5 100644
--- a/packages/nodes-base/nodes/Coda/ViewDescription.ts
+++ b/packages/nodes-base/nodes/Coda/ViewDescription.ts
@@ -78,7 +78,7 @@ export const viewFields: INodeProperties[] = [
},
},
description:
- 'ID of the doc. Choose from the list, or specify an ID using an expression.',
+ 'ID of the doc. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'View ID',
@@ -113,7 +113,7 @@ export const viewFields: INodeProperties[] = [
},
},
description:
- 'ID of the doc. Choose from the list, or specify an ID using an expression.',
+ 'ID of the doc. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
@@ -165,7 +165,7 @@ export const viewFields: INodeProperties[] = [
},
},
description:
- 'ID of the doc. Choose from the list, or specify an ID using an expression.',
+ 'ID of the doc. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'View Name or ID',
@@ -184,7 +184,7 @@ export const viewFields: INodeProperties[] = [
},
},
description:
- 'The table to get the rows from. Choose from the list, or specify an ID using an expression.',
+ 'The table to get the rows from. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
@@ -313,7 +313,7 @@ export const viewFields: INodeProperties[] = [
},
},
description:
- 'ID of the doc. Choose from the list, or specify an ID using an expression.',
+ 'ID of the doc. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'View Name or ID',
@@ -332,7 +332,7 @@ export const viewFields: INodeProperties[] = [
},
},
description:
- 'The table to get the rows from. Choose from the list, or specify an ID using an expression.',
+ 'The table to get the rows from. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
@@ -384,7 +384,7 @@ export const viewFields: INodeProperties[] = [
},
},
description:
- 'ID of the doc. Choose from the list, or specify an ID using an expression.',
+ 'ID of the doc. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'View Name or ID',
@@ -403,7 +403,7 @@ export const viewFields: INodeProperties[] = [
},
},
description:
- 'The view to get the row from. Choose from the list, or specify an ID using an expression.',
+ 'The view to get the row from. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Row Name or ID',
@@ -422,7 +422,7 @@ export const viewFields: INodeProperties[] = [
},
},
description:
- 'The view to get the row from. Choose from the list, or specify an ID using an expression.',
+ 'The view to get the row from. Choose from the list, or specify an ID using an expression.',
},
/* -------------------------------------------------------------------------- */
/* view:pushViewButton */
@@ -443,7 +443,7 @@ export const viewFields: INodeProperties[] = [
},
},
description:
- 'ID of the doc. Choose from the list, or specify an ID using an expression.',
+ 'ID of the doc. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'View Name or ID',
@@ -462,7 +462,7 @@ export const viewFields: INodeProperties[] = [
},
},
description:
- 'The view to get the row from. Choose from the list, or specify an ID using an expression.',
+ 'The view to get the row from. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Row Name or ID',
@@ -481,14 +481,14 @@ export const viewFields: INodeProperties[] = [
},
},
description:
- 'The view to get the row from. Choose from the list, or specify an ID using an expression.',
+ 'The view to get the row from. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Column Name or ID',
name: 'columnId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
required: true,
typeOptions: {
loadOptionsMethod: 'getViewColumns',
@@ -521,7 +521,7 @@ export const viewFields: INodeProperties[] = [
},
},
description:
- 'ID of the doc. Choose from the list, or specify an ID using an expression.',
+ 'ID of the doc. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'View Name or ID',
@@ -540,7 +540,7 @@ export const viewFields: INodeProperties[] = [
},
},
description:
- 'The view to get the row from. Choose from the list, or specify an ID using an expression.',
+ 'The view to get the row from. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Row Name or ID',
@@ -559,7 +559,7 @@ export const viewFields: INodeProperties[] = [
},
},
description:
- 'The view to get the row from. Choose from the list, or specify an ID using an expression.',
+ 'The view to get the row from. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Key Name',
diff --git a/packages/nodes-base/nodes/CoinGecko/CoinDescription.ts b/packages/nodes-base/nodes/CoinGecko/CoinDescription.ts
index eb29e969e1d..83195b08991 100644
--- a/packages/nodes-base/nodes/CoinGecko/CoinDescription.ts
+++ b/packages/nodes-base/nodes/CoinGecko/CoinDescription.ts
@@ -99,7 +99,7 @@ export const coinFields: INodeProperties[] = [
required: true,
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getCoins',
},
@@ -128,7 +128,7 @@ export const coinFields: INodeProperties[] = [
},
default: '',
description:
- 'The first currency in the pair. For BTC:ETH this is BTC. Choose from the list, or specify an ID using an expression.',
+ 'The first currency in the pair. For BTC:ETH this is BTC. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Base Currency Name or ID',
@@ -146,7 +146,7 @@ export const coinFields: INodeProperties[] = [
},
default: '',
description:
- 'The first currency in the pair. For BTC:ETH this is BTC. Choose from the list, or specify an ID using an expression.',
+ 'The first currency in the pair. For BTC:ETH this is BTC. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Coin Name or ID',
@@ -154,7 +154,7 @@ export const coinFields: INodeProperties[] = [
required: true,
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getCoins',
},
@@ -185,7 +185,7 @@ export const coinFields: INodeProperties[] = [
default: [],
placeholder: 'bitcoin',
description:
- 'The first currency in the pair. For BTC:ETH this is BTC. Choose from the list, or specify IDs using an expression.',
+ 'The first currency in the pair. For BTC:ETH this is BTC. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Platform ID',
@@ -258,7 +258,7 @@ export const coinFields: INodeProperties[] = [
},
default: '',
description:
- 'The first currency in the pair. For BTC:ETH this is BTC. Choose from the list, or specify an ID using an expression.',
+ 'The first currency in the pair. For BTC:ETH this is BTC. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Quote Currency Name or ID',
@@ -276,7 +276,7 @@ export const coinFields: INodeProperties[] = [
},
default: '',
description:
- 'The second currency in the pair. For BTC:ETH this is ETH. Choose from the list, or specify an ID using an expression.',
+ 'The second currency in the pair. For BTC:ETH this is ETH. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Quote Currency Names or IDs',
@@ -294,7 +294,7 @@ export const coinFields: INodeProperties[] = [
},
default: [],
description:
- 'The second currency in the pair. For BTC:ETH this is ETH. Choose from the list, or specify IDs using an expression.',
+ 'The second currency in the pair. For BTC:ETH this is ETH. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Range (Days)',
@@ -573,7 +573,7 @@ export const coinFields: INodeProperties[] = [
},
default: [],
description:
- 'Filter results by exchange IDs. Choose from the list, or specify IDs using an expression.',
+ 'Filter results by exchange IDs. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Include Exchange Logo',
diff --git a/packages/nodes-base/nodes/CoinGecko/EventDescription.ts b/packages/nodes-base/nodes/CoinGecko/EventDescription.ts
index 1205724e3eb..004d9653492 100644
--- a/packages/nodes-base/nodes/CoinGecko/EventDescription.ts
+++ b/packages/nodes-base/nodes/CoinGecko/EventDescription.ts
@@ -78,7 +78,7 @@ export const eventFields: INodeProperties[] = [
},
default: '',
description:
- 'Country code of event. Choose from the list, or specify an ID using an expression.',
+ 'Country code of event. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'From Date',
@@ -103,7 +103,7 @@ export const eventFields: INodeProperties[] = [
},
default: '',
description:
- 'Type of event. Choose from the list, or specify an ID using an expression.',
+ 'Type of event. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Upcoming Events Only',
diff --git a/packages/nodes-base/nodes/ConvertKit/ConvertKitTrigger.node.ts b/packages/nodes-base/nodes/ConvertKit/ConvertKitTrigger.node.ts
index 7d69a465736..9c3441fd863 100644
--- a/packages/nodes-base/nodes/ConvertKit/ConvertKitTrigger.node.ts
+++ b/packages/nodes-base/nodes/ConvertKit/ConvertKitTrigger.node.ts
@@ -97,7 +97,7 @@ export class ConvertKitTrigger implements INodeType {
name: 'formId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getForms',
},
@@ -114,7 +114,7 @@ export class ConvertKitTrigger implements INodeType {
name: 'courseId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getSequences',
},
@@ -156,7 +156,7 @@ export class ConvertKitTrigger implements INodeType {
name: 'tagId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTags',
},
diff --git a/packages/nodes-base/nodes/ConvertKit/FormDescription.ts b/packages/nodes-base/nodes/ConvertKit/FormDescription.ts
index 93e8d5b27b9..44fbf9589c1 100644
--- a/packages/nodes-base/nodes/ConvertKit/FormDescription.ts
+++ b/packages/nodes-base/nodes/ConvertKit/FormDescription.ts
@@ -42,7 +42,7 @@ export const formFields: INodeProperties[] = [
name: 'id',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getForms',
},
diff --git a/packages/nodes-base/nodes/ConvertKit/SequenceDescription.ts b/packages/nodes-base/nodes/ConvertKit/SequenceDescription.ts
index 501a4ee05e2..19934893d27 100644
--- a/packages/nodes-base/nodes/ConvertKit/SequenceDescription.ts
+++ b/packages/nodes-base/nodes/ConvertKit/SequenceDescription.ts
@@ -42,7 +42,7 @@ export const sequenceFields: INodeProperties[] = [
name: 'id',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getSequences',
},
@@ -166,7 +166,7 @@ export const sequenceFields: INodeProperties[] = [
},
default: [],
description:
- 'Tags. Choose from the list, or specify IDs using an expression.',
+ 'Tags. Choose from the list, or specify IDs using an expression.',
},
],
},
diff --git a/packages/nodes-base/nodes/ConvertKit/TagSubscriberDescription.ts b/packages/nodes-base/nodes/ConvertKit/TagSubscriberDescription.ts
index 5780921c6a5..cd58f99ef6d 100644
--- a/packages/nodes-base/nodes/ConvertKit/TagSubscriberDescription.ts
+++ b/packages/nodes-base/nodes/ConvertKit/TagSubscriberDescription.ts
@@ -41,7 +41,7 @@ export const tagSubscriberFields: INodeProperties[] = [
name: 'tagId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTags',
},
diff --git a/packages/nodes-base/nodes/Cortex/AnalyzerDescriptions.ts b/packages/nodes-base/nodes/Cortex/AnalyzerDescriptions.ts
index 449f34a593e..338410f7366 100644
--- a/packages/nodes-base/nodes/Cortex/AnalyzerDescriptions.ts
+++ b/packages/nodes-base/nodes/Cortex/AnalyzerDescriptions.ts
@@ -43,7 +43,7 @@ export const analyzerFields: INodeProperties[] = [
},
},
description:
- 'Choose the analyzer. Choose from the list, or specify an ID using an expression.',
+ 'Choose the analyzer. Choose from the list, or specify an ID using an expression.',
default: '',
},
{
@@ -66,7 +66,7 @@ export const analyzerFields: INodeProperties[] = [
},
default: '',
description:
- 'Choose the observable type. Choose from the list, or specify an ID using an expression.',
+ 'Choose the observable type. Choose from the list, or specify an ID using an expression.',
},
// Observable type != file
diff --git a/packages/nodes-base/nodes/Cortex/ResponderDescription.ts b/packages/nodes-base/nodes/Cortex/ResponderDescription.ts
index 64966847f3b..6de2a325893 100644
--- a/packages/nodes-base/nodes/Cortex/ResponderDescription.ts
+++ b/packages/nodes-base/nodes/Cortex/ResponderDescription.ts
@@ -43,7 +43,7 @@ export const responderFields: INodeProperties[] = [
},
},
description:
- 'Choose the responder. Choose from the list, or specify an ID using an expression.',
+ 'Choose the responder. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Entity Type Name or ID',
@@ -61,7 +61,7 @@ export const responderFields: INodeProperties[] = [
},
default: '',
description:
- 'Choose the Data type. Choose from the list, or specify an ID using an expression.',
+ 'Choose the Data type. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'JSON Parameters',
diff --git a/packages/nodes-base/nodes/Crypto/Crypto.node.ts b/packages/nodes-base/nodes/Crypto/Crypto.node.ts
index f456e4d8750..6bbaa30e74c 100644
--- a/packages/nodes-base/nodes/Crypto/Crypto.node.ts
+++ b/packages/nodes-base/nodes/Crypto/Crypto.node.ts
@@ -334,7 +334,7 @@ export class Crypto implements INodeType {
},
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
options: supportedAlgorithms,
default: '',
required: true,
diff --git a/packages/nodes-base/nodes/DateTime/V1/DateTimeV1.node.ts b/packages/nodes-base/nodes/DateTime/V1/DateTimeV1.node.ts
index 0cd1fbd91bc..2b380552818 100644
--- a/packages/nodes-base/nodes/DateTime/V1/DateTimeV1.node.ts
+++ b/packages/nodes-base/nodes/DateTime/V1/DateTimeV1.node.ts
@@ -1,4 +1,3 @@
-/* eslint-disable n8n-nodes-base/node-filename-against-convention */
import type {
IDataObject,
IExecuteFunctions,
@@ -66,7 +65,7 @@ const versionDescription: INodeTypeDescription = {
properties: [
{
displayName:
- "More powerful date functionality is available in expressions, e.g. {{ $now.plus(1, 'week') }}",
+ "More powerful date functionality is available in expressions, e.g. {{ $now.plus(1, 'week') }}",
name: 'noticeDateTime',
type: 'notice',
default: '',
@@ -222,7 +221,7 @@ const versionDescription: INodeTypeDescription = {
},
default: 'UTC',
description:
- 'The timezone to convert from. Choose from the list, or specify an ID using an expression.',
+ 'The timezone to convert from. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'To Timezone Name or ID',
@@ -233,7 +232,7 @@ const versionDescription: INodeTypeDescription = {
},
default: 'UTC',
description:
- 'The timezone to convert to. Choose from the list, or specify an ID using an expression.',
+ 'The timezone to convert to. Choose from the list, or specify an ID using an expression.',
},
],
},
diff --git a/packages/nodes-base/nodes/DateTime/V2/AddToDateDescription.ts b/packages/nodes-base/nodes/DateTime/V2/AddToDateDescription.ts
index 37e89016561..e6efc9e01c1 100644
--- a/packages/nodes-base/nodes/DateTime/V2/AddToDateDescription.ts
+++ b/packages/nodes-base/nodes/DateTime/V2/AddToDateDescription.ts
@@ -4,7 +4,7 @@ import { includeInputFields } from './common.descriptions';
export const AddToDateDescription: INodeProperties[] = [
{
displayName:
- "You can also do this using an expression, e.g. {{your_date.plus(5, 'minutes')}}. More info",
+ "You can also do this using an expression, e.g. {{your_date.plus(5, 'minutes')}}. More info",
name: 'notice',
type: 'notice',
default: '',
diff --git a/packages/nodes-base/nodes/DateTime/V2/CurrentDateDescription.ts b/packages/nodes-base/nodes/DateTime/V2/CurrentDateDescription.ts
index 26110b1b0d3..81e25c2f38d 100644
--- a/packages/nodes-base/nodes/DateTime/V2/CurrentDateDescription.ts
+++ b/packages/nodes-base/nodes/DateTime/V2/CurrentDateDescription.ts
@@ -4,7 +4,7 @@ import { includeInputFields } from './common.descriptions';
export const CurrentDateDescription: INodeProperties[] = [
{
displayName:
- 'You can also refer to the current date in n8n expressions by using {{$now}} or {{$today}}. More info',
+ 'You can also refer to the current date in n8n expressions by using {{$now}} or {{$today}}. More info',
name: 'notice',
type: 'notice',
default: '',
diff --git a/packages/nodes-base/nodes/DateTime/V2/ExtractDateDescription.ts b/packages/nodes-base/nodes/DateTime/V2/ExtractDateDescription.ts
index 4f59ea8e549..2cbabc72a5a 100644
--- a/packages/nodes-base/nodes/DateTime/V2/ExtractDateDescription.ts
+++ b/packages/nodes-base/nodes/DateTime/V2/ExtractDateDescription.ts
@@ -4,7 +4,7 @@ import { includeInputFields } from './common.descriptions';
export const ExtractDateDescription: INodeProperties[] = [
{
displayName:
- 'You can also do this using an expression, e.g. {{ your_date.extract("month") }}}. More info',
+ 'You can also do this using an expression, e.g. {{ your_date.extract("month") }}}. More info',
name: 'notice',
type: 'notice',
default: '',
diff --git a/packages/nodes-base/nodes/DateTime/V2/FormatDateDescription.ts b/packages/nodes-base/nodes/DateTime/V2/FormatDateDescription.ts
index 3111afa3a54..65f578b5a69 100644
--- a/packages/nodes-base/nodes/DateTime/V2/FormatDateDescription.ts
+++ b/packages/nodes-base/nodes/DateTime/V2/FormatDateDescription.ts
@@ -4,7 +4,7 @@ import { includeInputFields } from './common.descriptions';
export const FormatDateDescription: INodeProperties[] = [
{
displayName:
- "You can also do this using an expression, e.g. {{your_date.format('yyyy-MM-dd')}}. More info",
+ "You can also do this using an expression, e.g. {{your_date.format('yyyy-MM-dd')}}. More info",
name: 'notice',
type: 'notice',
default: '',
diff --git a/packages/nodes-base/nodes/DateTime/V2/RoundDateDescription.ts b/packages/nodes-base/nodes/DateTime/V2/RoundDateDescription.ts
index 8a0fa38c0c4..0108fa17e40 100644
--- a/packages/nodes-base/nodes/DateTime/V2/RoundDateDescription.ts
+++ b/packages/nodes-base/nodes/DateTime/V2/RoundDateDescription.ts
@@ -4,7 +4,7 @@ import { includeInputFields } from './common.descriptions';
export const RoundDateDescription: INodeProperties[] = [
{
displayName:
- "You can also do this using an expression, e.g. {{ your_date.beginningOf('month') }} or {{ your_date.endOfMonth() }}. More info",
+ "You can also do this using an expression, e.g. {{ your_date.beginningOf('month') }} or {{ your_date.endOfMonth() }}. More info",
name: 'notice',
type: 'notice',
default: '',
diff --git a/packages/nodes-base/nodes/DateTime/V2/SubtractFromDateDescription.ts b/packages/nodes-base/nodes/DateTime/V2/SubtractFromDateDescription.ts
index 3d35de2db17..8de53d6b379 100644
--- a/packages/nodes-base/nodes/DateTime/V2/SubtractFromDateDescription.ts
+++ b/packages/nodes-base/nodes/DateTime/V2/SubtractFromDateDescription.ts
@@ -4,7 +4,7 @@ import { includeInputFields } from './common.descriptions';
export const SubtractFromDateDescription: INodeProperties[] = [
{
displayName:
- "You can also do this using an expression, e.g. {{your_date.minus(5, 'minutes')}}. More info",
+ "You can also do this using an expression, e.g. {{your_date.minus(5, 'minutes')}}. More info",
name: 'notice',
type: 'notice',
default: '',
diff --git a/packages/nodes-base/nodes/DeepL/TextDescription.ts b/packages/nodes-base/nodes/DeepL/TextDescription.ts
index d5ded349e01..83b5e6cb5e9 100644
--- a/packages/nodes-base/nodes/DeepL/TextDescription.ts
+++ b/packages/nodes-base/nodes/DeepL/TextDescription.ts
@@ -23,7 +23,7 @@ export const textOperations: INodeProperties[] = [
},
default: '',
description:
- 'Language to translate to. Choose from the list, or specify an ID using an expression.',
+ 'Language to translate to. Choose from the list, or specify an ID using an expression.',
required: true,
displayOptions: {
show: {
@@ -44,7 +44,7 @@ export const textOperations: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'Language to translate from. Choose from the list, or specify an ID using an expression.',
+ 'Language to translate from. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getLanguages',
},
diff --git a/packages/nodes-base/nodes/Demio/EventDescription.ts b/packages/nodes-base/nodes/Demio/EventDescription.ts
index 130ae8768aa..021ee3d0347 100644
--- a/packages/nodes-base/nodes/Demio/EventDescription.ts
+++ b/packages/nodes-base/nodes/Demio/EventDescription.ts
@@ -160,7 +160,7 @@ export const eventFields: INodeProperties[] = [
name: 'eventId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getEvents',
},
@@ -293,7 +293,7 @@ export const eventFields: INodeProperties[] = [
},
default: '',
description:
- 'Event Session ID. Choose from the list, or specify an ID using an expression.',
+ 'Event Session ID. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Website',
diff --git a/packages/nodes-base/nodes/Demio/ReportDescription.ts b/packages/nodes-base/nodes/Demio/ReportDescription.ts
index 20c40afdd07..0cabf622a9f 100644
--- a/packages/nodes-base/nodes/Demio/ReportDescription.ts
+++ b/packages/nodes-base/nodes/Demio/ReportDescription.ts
@@ -32,7 +32,7 @@ export const reportFields: INodeProperties[] = [
name: 'eventId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getEvents',
},
@@ -55,7 +55,7 @@ export const reportFields: INodeProperties[] = [
default: '',
required: true,
description:
- 'ID of the session. Choose from the list, or specify an ID using an expression.',
+ 'ID of the session. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['report'],
diff --git a/packages/nodes-base/nodes/Discord/v1/DiscordV1.node.ts b/packages/nodes-base/nodes/Discord/v1/DiscordV1.node.ts
index 5ae8acdd572..6f0f24ce631 100644
--- a/packages/nodes-base/nodes/Discord/v1/DiscordV1.node.ts
+++ b/packages/nodes-base/nodes/Discord/v1/DiscordV1.node.ts
@@ -1,5 +1,3 @@
-/* eslint-disable n8n-nodes-base/node-filename-against-convention */
-
import type {
IExecuteFunctions,
INodeExecutionData,
diff --git a/packages/nodes-base/nodes/Discourse/PostDescription.ts b/packages/nodes-base/nodes/Discourse/PostDescription.ts
index eaf213a61b9..90980b28907 100644
--- a/packages/nodes-base/nodes/Discourse/PostDescription.ts
+++ b/packages/nodes-base/nodes/Discourse/PostDescription.ts
@@ -96,7 +96,7 @@ export const postFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the category. Choose from the list, or specify an ID using an expression.',
+ 'ID of the category. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Reply To Post Number',
diff --git a/packages/nodes-base/nodes/E2eTest/E2eTest.node.ts b/packages/nodes-base/nodes/E2eTest/E2eTest.node.ts
index 5dd91f524e9..24c121988bf 100644
--- a/packages/nodes-base/nodes/E2eTest/E2eTest.node.ts
+++ b/packages/nodes-base/nodes/E2eTest/E2eTest.node.ts
@@ -57,7 +57,7 @@ export class E2eTest implements INodeType {
displayName: 'Remote Options Name or ID',
name: 'remoteOptions',
description:
- 'Remote options to load. Choose from the list, or specify an ID using an expression.',
+ 'Remote options to load. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsDependsOn: ['fieldId'],
diff --git a/packages/nodes-base/nodes/ERPNext/DocumentDescription.ts b/packages/nodes-base/nodes/ERPNext/DocumentDescription.ts
index aaa7da69208..34e06be79ff 100644
--- a/packages/nodes-base/nodes/ERPNext/DocumentDescription.ts
+++ b/packages/nodes-base/nodes/ERPNext/DocumentDescription.ts
@@ -60,7 +60,7 @@ export const documentFields: INodeProperties[] = [
},
default: '',
description:
- 'DocType whose documents to retrieve. Choose from the list, or specify an ID using an expression.',
+ 'DocType whose documents to retrieve. Choose from the list, or specify an ID using an expression.',
placeholder: 'Customer',
displayOptions: {
show: {
@@ -122,7 +122,7 @@ export const documentFields: INodeProperties[] = [
},
default: [],
description:
- 'Comma-separated list of fields to return. Choose from the list, or specify IDs using an expression.',
+ 'Comma-separated list of fields to return. Choose from the list, or specify IDs using an expression.',
placeholder: 'name,country',
},
{
@@ -145,7 +145,7 @@ export const documentFields: INodeProperties[] = [
name: 'field',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getDocFields',
loadOptionsDependsOn: ['docType'],
@@ -211,7 +211,7 @@ export const documentFields: INodeProperties[] = [
},
required: true,
description:
- 'DocType you would like to create. Choose from the list, or specify an ID using an expression.',
+ 'DocType you would like to create. Choose from the list, or specify an ID using an expression.',
placeholder: 'Customer',
displayOptions: {
show: {
@@ -247,7 +247,7 @@ export const documentFields: INodeProperties[] = [
name: 'field',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getDocFields',
loadOptionsDependsOn: ['docType'],
@@ -277,7 +277,7 @@ export const documentFields: INodeProperties[] = [
},
default: '',
description:
- 'The type of document you would like to get. Choose from the list, or specify an ID using an expression.',
+ 'The type of document you would like to get. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['document'],
@@ -313,7 +313,7 @@ export const documentFields: INodeProperties[] = [
},
default: '',
description:
- 'The type of document you would like to delete. Choose from the list, or specify an ID using an expression.',
+ 'The type of document you would like to delete. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['document'],
@@ -349,7 +349,7 @@ export const documentFields: INodeProperties[] = [
},
default: '',
description:
- 'The type of document you would like to update. Choose from the list, or specify an ID using an expression.',
+ 'The type of document you would like to update. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['document'],
@@ -398,7 +398,7 @@ export const documentFields: INodeProperties[] = [
name: 'field',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getDocFields',
loadOptionsDependsOn: ['docType'],
diff --git a/packages/nodes-base/nodes/EditImage/EditImage.node.ts b/packages/nodes-base/nodes/EditImage/EditImage.node.ts
index fe555a2a54c..3e4544de8ea 100644
--- a/packages/nodes-base/nodes/EditImage/EditImage.node.ts
+++ b/packages/nodes-base/nodes/EditImage/EditImage.node.ts
@@ -851,7 +851,7 @@ export class EditImage implements INodeType {
},
default: 'default',
description:
- 'The font to use. Choose from the list, or specify an ID using an expression.',
+ 'The font to use. Choose from the list, or specify an ID using an expression.',
},
],
},
@@ -892,7 +892,7 @@ export class EditImage implements INodeType {
},
default: 'default',
description:
- 'The font to use. Choose from the list, or specify an ID using an expression.',
+ 'The font to use. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Format',
diff --git a/packages/nodes-base/nodes/Egoi/Egoi.node.ts b/packages/nodes-base/nodes/Egoi/Egoi.node.ts
index 871725f4608..e922c7ad213 100644
--- a/packages/nodes-base/nodes/Egoi/Egoi.node.ts
+++ b/packages/nodes-base/nodes/Egoi/Egoi.node.ts
@@ -98,7 +98,7 @@ export class Egoi implements INodeType {
},
default: '',
description:
- 'ID of list to operate on. Choose from the list, or specify an ID using an expression.',
+ 'ID of list to operate on. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Email',
@@ -189,7 +189,7 @@ export class Egoi implements INodeType {
name: 'field_id',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getExtraFields',
loadOptionsDependsOn: ['list'],
@@ -254,7 +254,7 @@ export class Egoi implements INodeType {
},
default: [],
description:
- 'List of tag IDs to be added. Choose from the list, or specify IDs using an expression.',
+ 'List of tag IDs to be added. Choose from the list, or specify IDs using an expression.',
},
],
},
@@ -317,7 +317,7 @@ export class Egoi implements INodeType {
name: 'field_id',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getExtraFields',
loadOptionsDependsOn: ['list'],
@@ -382,7 +382,7 @@ export class Egoi implements INodeType {
},
default: [],
description:
- 'List of tag IDs to be added. Choose from the list, or specify IDs using an expression.',
+ 'List of tag IDs to be added. Choose from the list, or specify IDs using an expression.',
},
],
},
diff --git a/packages/nodes-base/nodes/Elastic/ElasticSecurity/descriptions/CaseDescription.ts b/packages/nodes-base/nodes/Elastic/ElasticSecurity/descriptions/CaseDescription.ts
index be4e0af5f2e..b5023533b6d 100644
--- a/packages/nodes-base/nodes/Elastic/ElasticSecurity/descriptions/CaseDescription.ts
+++ b/packages/nodes-base/nodes/Elastic/ElasticSecurity/descriptions/CaseDescription.ts
@@ -74,7 +74,7 @@ export const caseFields: INodeProperties[] = [
displayName: 'Connector Name or ID',
name: 'connectorId',
description:
- 'Connectors allow you to send Elastic Security cases into other systems (only ServiceNow, Jira, or IBM Resilient). Choose from the list, or specify an ID using an expression.',
+ 'Connectors allow you to send Elastic Security cases into other systems (only ServiceNow, Jira, or IBM Resilient). Choose from the list, or specify an ID using an expression.',
type: 'options',
required: true,
default: '',
@@ -427,7 +427,7 @@ export const caseFields: INodeProperties[] = [
name: 'tags',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
default: [],
typeOptions: {
loadOptionsMethod: 'getTags',
diff --git a/packages/nodes-base/nodes/Elastic/ElasticSecurity/descriptions/CaseTagDescription.ts b/packages/nodes-base/nodes/Elastic/ElasticSecurity/descriptions/CaseTagDescription.ts
index 7b142e4d8a6..7e648fd8316 100644
--- a/packages/nodes-base/nodes/Elastic/ElasticSecurity/descriptions/CaseTagDescription.ts
+++ b/packages/nodes-base/nodes/Elastic/ElasticSecurity/descriptions/CaseTagDescription.ts
@@ -51,7 +51,7 @@ export const caseTagFields: INodeProperties[] = [
name: 'tag',
type: 'options',
description:
- 'Tag to attach to the case. Choose from the list, or specify an ID using an expression.',
+ 'Tag to attach to the case. Choose from the list, or specify an ID using an expression.',
required: true,
default: '',
typeOptions: {
@@ -86,7 +86,7 @@ export const caseTagFields: INodeProperties[] = [
name: 'tag',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
required: true,
default: '',
typeOptions: {
diff --git a/packages/nodes-base/nodes/EmailReadImap/v1/EmailReadImapV1.node.ts b/packages/nodes-base/nodes/EmailReadImap/v1/EmailReadImapV1.node.ts
index 25a44e6734c..9cd9d849af7 100644
--- a/packages/nodes-base/nodes/EmailReadImap/v1/EmailReadImapV1.node.ts
+++ b/packages/nodes-base/nodes/EmailReadImap/v1/EmailReadImapV1.node.ts
@@ -1,4 +1,3 @@
-/* eslint-disable n8n-nodes-base/node-filename-against-convention */
import type {
ITriggerFunctions,
IBinaryData,
diff --git a/packages/nodes-base/nodes/EmailReadImap/v2/EmailReadImapV2.node.ts b/packages/nodes-base/nodes/EmailReadImap/v2/EmailReadImapV2.node.ts
index 3af8f9709bd..afe4104d65f 100644
--- a/packages/nodes-base/nodes/EmailReadImap/v2/EmailReadImapV2.node.ts
+++ b/packages/nodes-base/nodes/EmailReadImap/v2/EmailReadImapV2.node.ts
@@ -1,4 +1,3 @@
-/* eslint-disable n8n-nodes-base/node-filename-against-convention */
import type {
ITriggerFunctions,
IBinaryData,
diff --git a/packages/nodes-base/nodes/EmailSend/v1/EmailSendV1.node.ts b/packages/nodes-base/nodes/EmailSend/v1/EmailSendV1.node.ts
index d0f92d2cfd3..45ea02ffa69 100644
--- a/packages/nodes-base/nodes/EmailSend/v1/EmailSendV1.node.ts
+++ b/packages/nodes-base/nodes/EmailSend/v1/EmailSendV1.node.ts
@@ -1,4 +1,3 @@
-/* eslint-disable n8n-nodes-base/node-filename-against-convention */
import type {
IDataObject,
IExecuteFunctions,
diff --git a/packages/nodes-base/nodes/EmailSend/v2/EmailSendV2.node.ts b/packages/nodes-base/nodes/EmailSend/v2/EmailSendV2.node.ts
index 5660d5ad391..f2670607c3b 100644
--- a/packages/nodes-base/nodes/EmailSend/v2/EmailSendV2.node.ts
+++ b/packages/nodes-base/nodes/EmailSend/v2/EmailSendV2.node.ts
@@ -1,4 +1,3 @@
-/* eslint-disable n8n-nodes-base/node-filename-against-convention */
import type {
IExecuteFunctions,
INodeExecutionData,
diff --git a/packages/nodes-base/nodes/Emelia/CampaignDescription.ts b/packages/nodes-base/nodes/Emelia/CampaignDescription.ts
index 1b0c2af1d68..e56e633a196 100644
--- a/packages/nodes-base/nodes/Emelia/CampaignDescription.ts
+++ b/packages/nodes-base/nodes/Emelia/CampaignDescription.ts
@@ -66,7 +66,7 @@ export const campaignFields: INodeProperties[] = [
default: [],
required: true,
description:
- 'The ID of the campaign to add the contact to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the campaign to add the contact to. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['campaign'],
@@ -303,7 +303,7 @@ export const campaignFields: INodeProperties[] = [
default: '',
required: true,
description:
- 'The ID of the campaign to duplicate. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the campaign to duplicate. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getCampaigns',
},
diff --git a/packages/nodes-base/nodes/Emelia/ContactListDescription.ts b/packages/nodes-base/nodes/Emelia/ContactListDescription.ts
index 03a07352442..8c1c7260fe5 100644
--- a/packages/nodes-base/nodes/Emelia/ContactListDescription.ts
+++ b/packages/nodes-base/nodes/Emelia/ContactListDescription.ts
@@ -41,7 +41,7 @@ export const contactListFields: INodeProperties[] = [
default: [],
required: true,
description:
- 'The ID of the contact list to add the contact to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the contact list to add the contact to. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['contactList'],
diff --git a/packages/nodes-base/nodes/Emelia/EmeliaTrigger.node.ts b/packages/nodes-base/nodes/Emelia/EmeliaTrigger.node.ts
index 77ad724288f..3fcd491f044 100644
--- a/packages/nodes-base/nodes/Emelia/EmeliaTrigger.node.ts
+++ b/packages/nodes-base/nodes/Emelia/EmeliaTrigger.node.ts
@@ -52,7 +52,7 @@ export class EmeliaTrigger implements INodeType {
name: 'campaignId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getCampaigns',
},
diff --git a/packages/nodes-base/nodes/Eventbrite/EventbriteTrigger.node.ts b/packages/nodes-base/nodes/Eventbrite/EventbriteTrigger.node.ts
index 9f8805ecc2e..81f85e13cb6 100644
--- a/packages/nodes-base/nodes/Eventbrite/EventbriteTrigger.node.ts
+++ b/packages/nodes-base/nodes/Eventbrite/EventbriteTrigger.node.ts
@@ -83,7 +83,7 @@ export class EventbriteTrigger implements INodeType {
},
default: '',
description:
- 'The Eventbrite Organization to work on. Choose from the list, or specify an ID using an expression.',
+ 'The Eventbrite Organization to work on. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Event Name or ID',
@@ -96,7 +96,7 @@ export class EventbriteTrigger implements INodeType {
},
default: '',
description:
- 'Limit the triggers to this event. Choose from the list, or specify an ID using an expression.',
+ 'Limit the triggers to this event. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Actions',
diff --git a/packages/nodes-base/nodes/Facebook/FacebookTrigger.node.ts b/packages/nodes-base/nodes/Facebook/FacebookTrigger.node.ts
index 12d092278ab..5e0f9e897f1 100644
--- a/packages/nodes-base/nodes/Facebook/FacebookTrigger.node.ts
+++ b/packages/nodes-base/nodes/Facebook/FacebookTrigger.node.ts
@@ -150,7 +150,7 @@ export class FacebookTrigger implements INodeType {
},
default: [],
description:
- 'The set of fields in this object that are subscribed to. Choose from the list, or specify IDs using an expression.',
+ 'The set of fields in this object that are subscribed to. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Options',
diff --git a/packages/nodes-base/nodes/FileMaker/FileMaker.node.ts b/packages/nodes-base/nodes/FileMaker/FileMaker.node.ts
index 0f53bd6a390..8bb9e981f4e 100644
--- a/packages/nodes-base/nodes/FileMaker/FileMaker.node.ts
+++ b/packages/nodes-base/nodes/FileMaker/FileMaker.node.ts
@@ -111,7 +111,7 @@ export class FileMaker implements INodeType {
displayOptions: {},
placeholder: 'Layout Name',
description:
- 'FileMaker Layout Name. Choose from the list, or specify an ID using an expression.',
+ 'FileMaker Layout Name. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Record ID',
@@ -187,7 +187,7 @@ export class FileMaker implements INodeType {
},
placeholder: 'Portals',
description:
- 'The portal result set to return. Use the portal object name or portal table name. If this parameter is omitted, the API will return all portal objects and records in the layout. For best performance, pass the portal object name or portal table name. Choose from the list, or specify an ID using an expression.',
+ 'The portal result set to return. Use the portal object name or portal table name. If this parameter is omitted, the API will return all portal objects and records in the layout. For best performance, pass the portal object name or portal table name. Choose from the list, or specify an ID using an expression.',
},
// ----------------------------------
// find/records
@@ -197,7 +197,7 @@ export class FileMaker implements INodeType {
name: 'responseLayout',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getResponseLayouts',
},
@@ -252,7 +252,7 @@ export class FileMaker implements INodeType {
},
options: [],
description:
- 'Search Field. Choose from the list, or specify an ID using an expression.',
+ 'Search Field. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Value',
@@ -319,7 +319,7 @@ export class FileMaker implements INodeType {
},
options: [],
description:
- 'Field Name. Choose from the list, or specify an ID using an expression.',
+ 'Field Name. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Order',
@@ -373,7 +373,7 @@ export class FileMaker implements INodeType {
},
placeholder: 'Script Name',
description:
- 'The name of the FileMaker script to be run after the action specified by the API call and after the subsequent sort. Choose from the list, or specify an ID using an expression.',
+ 'The name of the FileMaker script to be run after the action specified by the API call and after the subsequent sort. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Script Parameter',
@@ -420,7 +420,7 @@ export class FileMaker implements INodeType {
},
placeholder: 'Script Name',
description:
- 'The name of the FileMaker script to be run after the action specified by the API call but before the subsequent sort. Choose from the list, or specify an ID using an expression.',
+ 'The name of the FileMaker script to be run after the action specified by the API call but before the subsequent sort. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Script Parameter',
@@ -467,7 +467,7 @@ export class FileMaker implements INodeType {
},
placeholder: 'Script Name',
description:
- 'The name of the FileMaker script to be run after the action specified by the API call and after the subsequent sort. Choose from the list, or specify an ID using an expression.',
+ 'The name of the FileMaker script to be run after the action specified by the API call and after the subsequent sort. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Script Parameter',
@@ -545,7 +545,7 @@ export class FileMaker implements INodeType {
},
options: [],
description:
- 'Field Name. Choose from the list, or specify an ID using an expression.',
+ 'Field Name. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Value',
@@ -577,7 +577,7 @@ export class FileMaker implements INodeType {
},
placeholder: 'Script Name',
description:
- 'The name of the FileMaker script to be run. Choose from the list, or specify an ID using an expression.',
+ 'The name of the FileMaker script to be run. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Script Parameter',
diff --git a/packages/nodes-base/nodes/Form/v1/FormTriggerV1.node.ts b/packages/nodes-base/nodes/Form/v1/FormTriggerV1.node.ts
index 6a0bd83a5e4..b0363cce737 100644
--- a/packages/nodes-base/nodes/Form/v1/FormTriggerV1.node.ts
+++ b/packages/nodes-base/nodes/Form/v1/FormTriggerV1.node.ts
@@ -1,4 +1,3 @@
-/* eslint-disable n8n-nodes-base/node-filename-against-convention */
import {
FORM_TRIGGER_PATH_IDENTIFIER,
NodeConnectionType,
diff --git a/packages/nodes-base/nodes/Form/v2/FormTriggerV2.node.ts b/packages/nodes-base/nodes/Form/v2/FormTriggerV2.node.ts
index 9adead6ad3e..8792d0d6a16 100644
--- a/packages/nodes-base/nodes/Form/v2/FormTriggerV2.node.ts
+++ b/packages/nodes-base/nodes/Form/v2/FormTriggerV2.node.ts
@@ -1,4 +1,3 @@
-/* eslint-disable n8n-nodes-base/node-filename-against-convention */
import {
NodeConnectionType,
type INodeProperties,
diff --git a/packages/nodes-base/nodes/FormIo/FormIoTrigger.node.ts b/packages/nodes-base/nodes/FormIo/FormIoTrigger.node.ts
index 54006c6ecab..acde022d5c9 100644
--- a/packages/nodes-base/nodes/FormIo/FormIoTrigger.node.ts
+++ b/packages/nodes-base/nodes/FormIo/FormIoTrigger.node.ts
@@ -51,7 +51,7 @@ export class FormIoTrigger implements INodeType {
required: true,
default: '',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
},
{
displayName: 'Form Name or ID',
@@ -64,7 +64,7 @@ export class FormIoTrigger implements INodeType {
required: true,
default: '',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
},
{
displayName: 'Trigger Events',
diff --git a/packages/nodes-base/nodes/Formstack/FormstackTrigger.node.ts b/packages/nodes-base/nodes/Formstack/FormstackTrigger.node.ts
index b49b5e156ff..988c93b1475 100644
--- a/packages/nodes-base/nodes/Formstack/FormstackTrigger.node.ts
+++ b/packages/nodes-base/nodes/Formstack/FormstackTrigger.node.ts
@@ -80,7 +80,7 @@ export class FormstackTrigger implements INodeType {
default: '',
required: true,
description:
- 'The Formstack form to monitor for new submissions. Choose from the list, or specify an ID using an expression.',
+ 'The Formstack form to monitor for new submissions. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Simplify',
diff --git a/packages/nodes-base/nodes/Freshdesk/Freshdesk.node.ts b/packages/nodes-base/nodes/Freshdesk/Freshdesk.node.ts
index 2043f03de60..3f1c7d73322 100644
--- a/packages/nodes-base/nodes/Freshdesk/Freshdesk.node.ts
+++ b/packages/nodes-base/nodes/Freshdesk/Freshdesk.node.ts
@@ -365,7 +365,7 @@ export class Freshdesk implements INodeType {
loadOptionsMethod: 'getAgents',
},
description:
- 'ID of the agent to whom the ticket has been assigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the agent to whom the ticket has been assigned. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'CC Emails',
@@ -384,7 +384,7 @@ export class Freshdesk implements INodeType {
loadOptionsMethod: 'getCompanies',
},
description:
- 'Company ID of the requester. This attribute can only be set if the Multiple Companies feature is enabled (Estate plan and above). Choose from the list, or specify an ID using an expression.',
+ 'Company ID of the requester. This attribute can only be set if the Multiple Companies feature is enabled (Estate plan and above). Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Description',
@@ -427,7 +427,7 @@ export class Freshdesk implements INodeType {
loadOptionsMethod: 'getGroups',
},
description:
- 'ID of the group to which the ticket has been assigned. The default value is the ID of the group that is associated with the given email_config_id. Choose from the list, or specify an ID using an expression.',
+ 'ID of the group to which the ticket has been assigned. The default value is the ID of the group that is associated with the given email_config_id. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Name',
@@ -446,7 +446,7 @@ export class Freshdesk implements INodeType {
loadOptionsMethod: 'getProducts',
},
description:
- 'ID of the product to which the ticket is associated. It will be ignored if the email_config_id attribute is set in the request. Choose from the list, or specify an ID using an expression.',
+ 'ID of the product to which the ticket is associated. It will be ignored if the email_config_id attribute is set in the request. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Subject',
@@ -604,7 +604,7 @@ export class Freshdesk implements INodeType {
loadOptionsMethod: 'getAgents',
},
description:
- 'ID of the agent to whom the ticket has been assigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the agent to whom the ticket has been assigned. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'CC Emails',
@@ -623,7 +623,7 @@ export class Freshdesk implements INodeType {
loadOptionsMethod: 'getCompanies',
},
description:
- 'Company ID of the requester. This attribute can only be set if the Multiple Companies feature is enabled (Estate plan and above). Choose from the list, or specify an ID using an expression.',
+ 'Company ID of the requester. This attribute can only be set if the Multiple Companies feature is enabled (Estate plan and above). Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Due By',
@@ -656,7 +656,7 @@ export class Freshdesk implements INodeType {
loadOptionsMethod: 'getGroups',
},
description:
- 'ID of the group to which the ticket has been assigned. The default value is the ID of the group that is associated with the given email_config_id. Choose from the list, or specify an ID using an expression.',
+ 'ID of the group to which the ticket has been assigned. The default value is the ID of the group that is associated with the given email_config_id. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Name',
@@ -675,7 +675,7 @@ export class Freshdesk implements INodeType {
loadOptionsMethod: 'getProducts',
},
description:
- 'ID of the product to which the ticket is associated. It will be ignored if the email_config_id attribute is set in the request. Choose from the list, or specify an ID using an expression.',
+ 'ID of the product to which the ticket is associated. It will be ignored if the email_config_id attribute is set in the request. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Priority',
diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/AgentDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/AgentDescription.ts
index 9e9f152d3bd..6ec3d0d6980 100644
--- a/packages/nodes-base/nodes/Freshservice/descriptions/AgentDescription.ts
+++ b/packages/nodes-base/nodes/Freshservice/descriptions/AgentDescription.ts
@@ -106,7 +106,7 @@ export const agentFields: INodeProperties[] = [
displayName: 'Role Name or ID',
name: 'role',
description:
- 'Name of the role to assign to the agent. Choose from the list, or specify an ID using an expression.',
+ 'Name of the role to assign to the agent. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getAgentRoles',
@@ -144,7 +144,7 @@ export const agentFields: INodeProperties[] = [
displayName: 'Group Names or IDs',
name: 'groups',
description:
- 'Groups in which the permissions granted by the role apply. Required only when Scope is Specified Groups - ignored otherwise. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
+ 'Groups in which the permissions granted by the role apply. Required only when Scope is Specified Groups - ignored otherwise. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
type: 'multiOptions',
typeOptions: {
loadOptionsMethod: 'getAgentGroups',
@@ -186,7 +186,7 @@ export const agentFields: INodeProperties[] = [
type: 'multiOptions',
default: [],
description:
- 'IDs of the departments to which the agent belongs. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
+ 'IDs of the departments to which the agent belongs. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
typeOptions: {
loadOptionsMethod: 'getDepartments',
},
@@ -216,7 +216,7 @@ export const agentFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getLocations',
},
@@ -227,7 +227,7 @@ export const agentFields: INodeProperties[] = [
type: 'multiOptions',
default: [],
description:
- 'Comma-separated IDs of the groups that the agent is a member of. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
+ 'Comma-separated IDs of the groups that the agent is a member of. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
typeOptions: {
loadOptionsMethod: 'getAgentGroups',
},
@@ -244,7 +244,7 @@ export const agentFields: INodeProperties[] = [
type: 'multiOptions',
default: [],
description:
- 'Comma-separated IDs of the groups that the agent is an observer of. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
+ 'Comma-separated IDs of the groups that the agent is an observer of. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
typeOptions: {
loadOptionsMethod: 'getAgentGroups',
},
@@ -396,7 +396,7 @@ export const agentFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the department to which the agent belongs. Choose from the list, or specify an ID using an expression.',
+ 'ID of the department to which the agent belongs. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getDepartments',
},
@@ -439,7 +439,7 @@ export const agentFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'Choose from the list or specify an ID. Choose from the list, or specify an ID using an expression.',
+ 'Choose from the list or specify an ID. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getLocations',
},
@@ -507,7 +507,7 @@ export const agentFields: INodeProperties[] = [
type: 'multiOptions',
default: [],
description:
- 'IDs of the departments to which the agent belongs. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
+ 'IDs of the departments to which the agent belongs. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
typeOptions: {
loadOptionsMethod: 'getDepartments',
},
@@ -550,7 +550,7 @@ export const agentFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'Choose from the list or specify an ID. Choose from the list, or specify an ID using an expression.',
+ 'Choose from the list or specify an ID. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getLocations',
},
@@ -561,7 +561,7 @@ export const agentFields: INodeProperties[] = [
type: 'multiOptions',
default: [],
description:
- 'Comma-separated IDs of the groups that the agent is a member of. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
+ 'Comma-separated IDs of the groups that the agent is a member of. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
typeOptions: {
loadOptionsMethod: 'getAgentGroups',
},
@@ -578,7 +578,7 @@ export const agentFields: INodeProperties[] = [
type: 'multiOptions',
default: [],
description:
- 'Comma-separated IDs of the groups that the agent is an observer of. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
+ 'Comma-separated IDs of the groups that the agent is an observer of. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
typeOptions: {
loadOptionsMethod: 'getAgentGroups',
},
diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/AgentGroupDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/AgentGroupDescription.ts
index 19986f7f4e7..bc87799caac 100644
--- a/packages/nodes-base/nodes/Freshservice/descriptions/AgentGroupDescription.ts
+++ b/packages/nodes-base/nodes/Freshservice/descriptions/AgentGroupDescription.ts
@@ -92,7 +92,7 @@ export const agentGroupFields: INodeProperties[] = [
loadOptionsMethod: 'getAgents',
},
description:
- 'ID of the user to whom an escalation email is sent if a ticket in this group is unassigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user to whom an escalation email is sent if a ticket in this group is unassigned. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Member Names or IDs',
@@ -100,7 +100,7 @@ export const agentGroupFields: INodeProperties[] = [
type: 'multiOptions',
default: [],
description:
- 'Comma-separated IDs of agents who are members of this group. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
+ 'Comma-separated IDs of agents who are members of this group. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
typeOptions: {
loadOptionsMethod: 'getAgents',
},
@@ -111,7 +111,7 @@ export const agentGroupFields: INodeProperties[] = [
type: 'multiOptions',
default: [],
description:
- 'Comma-separated agent IDs who are observers of this group. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
+ 'Comma-separated agent IDs who are observers of this group. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
typeOptions: {
loadOptionsMethod: 'getAgents',
},
@@ -273,7 +273,7 @@ export const agentGroupFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the agent to whom an escalation email is sent if a ticket in this group is unassigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the agent to whom an escalation email is sent if a ticket in this group is unassigned. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getAgents',
},
@@ -284,7 +284,7 @@ export const agentGroupFields: INodeProperties[] = [
type: 'multiOptions',
default: [],
description:
- 'Comma-separated IDs of agents who are members of this group. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
+ 'Comma-separated IDs of agents who are members of this group. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
typeOptions: {
loadOptionsMethod: 'getAgents',
},
@@ -301,7 +301,7 @@ export const agentGroupFields: INodeProperties[] = [
type: 'multiOptions',
default: [],
description:
- 'Comma-separated agent user IDs who are observers of this group. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
+ 'Comma-separated agent user IDs who are observers of this group. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
typeOptions: {
loadOptionsMethod: 'getAgents',
},
diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/AnnouncementDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/AnnouncementDescription.ts
index 9a98b9005ed..18bb44f9dd7 100644
--- a/packages/nodes-base/nodes/Freshservice/descriptions/AnnouncementDescription.ts
+++ b/packages/nodes-base/nodes/Freshservice/descriptions/AnnouncementDescription.ts
@@ -146,7 +146,7 @@ export const announcementFields: INodeProperties[] = [
type: 'multiOptions',
default: [],
description:
- 'Comma-separated IDs of departments that may view this announcement. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
+ 'Comma-separated IDs of departments that may view this announcement. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
typeOptions: {
loadOptionsMethod: 'getDepartments',
},
@@ -289,7 +289,7 @@ export const announcementFields: INodeProperties[] = [
type: 'multiOptions',
default: [],
description:
- 'Comma-separated IDs of departments that may view this announcement. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
+ 'Comma-separated IDs of departments that may view this announcement. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
typeOptions: {
loadOptionsMethod: 'getDepartments',
},
diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/AssetDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/AssetDescription.ts
index 318765d45d3..62105782658 100644
--- a/packages/nodes-base/nodes/Freshservice/descriptions/AssetDescription.ts
+++ b/packages/nodes-base/nodes/Freshservice/descriptions/AssetDescription.ts
@@ -69,7 +69,7 @@ export const assetFields: INodeProperties[] = [
name: 'assetTypeId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
required: true,
default: '',
typeOptions: {
@@ -112,7 +112,7 @@ export const assetFields: INodeProperties[] = [
},
default: '',
description:
- 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Value',
@@ -213,7 +213,7 @@ export const assetFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the agent by whom the asset is managed. Choose from the list, or specify an ID using an expression.',
+ 'ID of the agent by whom the asset is managed. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getAgents',
},
@@ -231,7 +231,7 @@ export const assetFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the asset type to filter by. Choose from the list, or specify an ID using an expression.',
+ 'ID of the asset type to filter by. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getAssetTypes',
},
@@ -242,7 +242,7 @@ export const assetFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the department to which the asset belongs. Choose from the list, or specify an ID using an expression.',
+ 'ID of the department to which the asset belongs. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getDepartments',
},
@@ -253,7 +253,7 @@ export const assetFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the location to filter by. Choose from the list, or specify an ID using an expression.',
+ 'ID of the location to filter by. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getLocations',
},
@@ -315,7 +315,7 @@ export const assetFields: INodeProperties[] = [
},
default: '',
description:
- 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Value',
diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/AssetTypeDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/AssetTypeDescription.ts
index 903f8c53a6f..061f6907519 100644
--- a/packages/nodes-base/nodes/Freshservice/descriptions/AssetTypeDescription.ts
+++ b/packages/nodes-base/nodes/Freshservice/descriptions/AssetTypeDescription.ts
@@ -87,7 +87,7 @@ export const assetTypeFields: INodeProperties[] = [
displayName: 'Parent Asset Type Name or ID',
name: 'parent_asset_type_id',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
type: 'options',
default: '',
typeOptions: {
diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/ChangeDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/ChangeDescription.ts
index 5753f861066..e04352def2c 100644
--- a/packages/nodes-base/nodes/Freshservice/descriptions/ChangeDescription.ts
+++ b/packages/nodes-base/nodes/Freshservice/descriptions/ChangeDescription.ts
@@ -56,7 +56,7 @@ export const changeFields: INodeProperties[] = [
name: 'requesterId',
// eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-options
description:
- 'ID of the requester of the change. Choose from the list or specify an ID. You can also specify the ID using an expression.',
+ 'ID of the requester of the change. Choose from the list or specify an ID. You can also specify the ID using an expression.',
type: 'options',
required: true,
default: '',
@@ -128,7 +128,7 @@ export const changeFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the agent to whom the change is assigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the agent to whom the change is assigned. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getAgents',
},
@@ -163,7 +163,7 @@ export const changeFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the department requesting the change. Choose from the list, or specify an ID using an expression.',
+ 'ID of the department requesting the change. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getDepartments',
},
@@ -181,7 +181,7 @@ export const changeFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the agent group to which the change is assigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the agent group to which the change is assigned. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getAgentGroups',
},
@@ -467,7 +467,7 @@ export const changeFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the agent to whom the change is assigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the agent to whom the change is assigned. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getAgents',
},
@@ -502,7 +502,7 @@ export const changeFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the department requesting the change. Choose from the list, or specify an ID using an expression.',
+ 'ID of the department requesting the change. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getDepartments',
},
@@ -520,7 +520,7 @@ export const changeFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the agent group to which the change is assigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the agent group to which the change is assigned. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getAgentGroups',
},
@@ -576,7 +576,7 @@ export const changeFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the requester of the change. Choose from the list, or specify an ID using an expression.',
+ 'ID of the requester of the change. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getRequesters',
},
diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/ProblemDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/ProblemDescription.ts
index 92cf8789012..1f51e7a4c74 100644
--- a/packages/nodes-base/nodes/Freshservice/descriptions/ProblemDescription.ts
+++ b/packages/nodes-base/nodes/Freshservice/descriptions/ProblemDescription.ts
@@ -68,7 +68,7 @@ export const problemFields: INodeProperties[] = [
displayName: 'Requester Name or ID',
name: 'requesterId',
description:
- 'ID of the initiator of the problem. Choose from the list, or specify an ID using an expression.',
+ 'ID of the initiator of the problem. Choose from the list, or specify an ID using an expression.',
type: 'options',
required: true,
default: '',
@@ -114,7 +114,7 @@ export const problemFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the agent to whom the problem is assigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the agent to whom the problem is assigned. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getAgents',
},
@@ -125,7 +125,7 @@ export const problemFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the department initiating the problem. Choose from the list, or specify an ID using an expression.',
+ 'ID of the department initiating the problem. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getDepartments',
},
@@ -143,7 +143,7 @@ export const problemFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the agent group to which the problem is assigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the agent group to which the problem is assigned. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getAgentGroups',
},
@@ -321,7 +321,7 @@ export const problemFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the agent to whom the problem is assigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the agent to whom the problem is assigned. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getAgents',
},
@@ -332,7 +332,7 @@ export const problemFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the department initiating the problem. Choose from the list, or specify an ID using an expression.',
+ 'ID of the department initiating the problem. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getDepartments',
},
@@ -357,7 +357,7 @@ export const problemFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the agent group to which the problem is assigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the agent group to which the problem is assigned. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getAgentGroups',
},
@@ -412,7 +412,7 @@ export const problemFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the initiator of the problem. Choose from the list, or specify an ID using an expression.',
+ 'ID of the initiator of the problem. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getRequesters',
},
diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/ProductDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/ProductDescription.ts
index e5f351cd89e..41a561e2d9e 100644
--- a/packages/nodes-base/nodes/Freshservice/descriptions/ProductDescription.ts
+++ b/packages/nodes-base/nodes/Freshservice/descriptions/ProductDescription.ts
@@ -56,7 +56,7 @@ export const productFields: INodeProperties[] = [
name: 'assetTypeId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
required: true,
default: '',
typeOptions: {
@@ -256,7 +256,7 @@ export const productFields: INodeProperties[] = [
name: 'asset_type_id',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getAssetTypes',
diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/ReleaseDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/ReleaseDescription.ts
index 60de514d0fc..c4f8021d544 100644
--- a/packages/nodes-base/nodes/Freshservice/descriptions/ReleaseDescription.ts
+++ b/packages/nodes-base/nodes/Freshservice/descriptions/ReleaseDescription.ts
@@ -204,7 +204,7 @@ export const releaseFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the department initiating the release. Choose from the list, or specify an ID using an expression.',
+ 'ID of the department initiating the release. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getDepartments',
},
@@ -222,7 +222,7 @@ export const releaseFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the agent group to which the release is assigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the agent group to which the release is assigned. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getAgentGroups',
},
@@ -336,7 +336,7 @@ export const releaseFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the department initiating the release. Choose from the list, or specify an ID using an expression.',
+ 'ID of the department initiating the release. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getDepartments',
},
@@ -354,7 +354,7 @@ export const releaseFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the agent group to which the release is assigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the agent group to which the release is assigned. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getAgentGroups',
},
diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/RequesterDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/RequesterDescription.ts
index 6fed8d79b21..4a7bd830ef6 100644
--- a/packages/nodes-base/nodes/Freshservice/descriptions/RequesterDescription.ts
+++ b/packages/nodes-base/nodes/Freshservice/descriptions/RequesterDescription.ts
@@ -108,7 +108,7 @@ export const requesterFields: INodeProperties[] = [
type: 'multiOptions',
default: [],
description:
- 'Comma-separated IDs of the departments associated with the requester. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
+ 'Comma-separated IDs of the departments associated with the requester. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
typeOptions: {
loadOptionsMethod: 'getDepartments',
},
@@ -136,7 +136,7 @@ export const requesterFields: INodeProperties[] = [
displayName: 'Location Name or ID',
name: 'location_id',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
type: 'options',
default: '',
typeOptions: {
@@ -267,7 +267,7 @@ export const requesterFields: INodeProperties[] = [
displayName: 'Department Name or ID',
name: 'department_id',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
type: 'options',
default: '',
typeOptions: {
@@ -304,7 +304,7 @@ export const requesterFields: INodeProperties[] = [
name: 'location_id',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getLocations',
@@ -379,7 +379,7 @@ export const requesterFields: INodeProperties[] = [
type: 'multiOptions',
default: [],
description:
- 'Comma-separated IDs of the departments associated with the requester. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
+ 'Comma-separated IDs of the departments associated with the requester. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
typeOptions: {
loadOptionsMethod: 'getDepartments',
},
@@ -415,7 +415,7 @@ export const requesterFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getLocations',
},
diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/TicketDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/TicketDescription.ts
index 96deb3e0db8..9ea779e47ab 100644
--- a/packages/nodes-base/nodes/Freshservice/descriptions/TicketDescription.ts
+++ b/packages/nodes-base/nodes/Freshservice/descriptions/TicketDescription.ts
@@ -177,7 +177,7 @@ export const ticketFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the department to which this ticket belongs. Choose from the list, or specify an ID using an expression.',
+ 'ID of the department to which this ticket belongs. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getDepartments',
},
@@ -188,7 +188,7 @@ export const ticketFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the group to which the ticket has been assigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the group to which the ticket has been assigned. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getAgentGroups',
},
@@ -225,7 +225,7 @@ export const ticketFields: INodeProperties[] = [
name: 'requester_id',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getRequesters',
@@ -322,7 +322,7 @@ export const ticketFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the agent to whom the tickets have been assigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the agent to whom the tickets have been assigned. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getAgents',
},
@@ -333,7 +333,7 @@ export const ticketFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the group to which the tickets have been assigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the group to which the tickets have been assigned. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getAgentGroups',
},
@@ -459,7 +459,7 @@ export const ticketFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the department to which this ticket has been assigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the department to which this ticket has been assigned. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getDepartments',
},
@@ -485,7 +485,7 @@ export const ticketFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the group to which the ticket has been assigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the group to which the ticket has been assigned. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getAgentGroups',
},
diff --git a/packages/nodes-base/nodes/FreshworksCrm/descriptions/AccountDescription.ts b/packages/nodes-base/nodes/FreshworksCrm/descriptions/AccountDescription.ts
index 5d0bd71a18c..e5591d7a1b6 100644
--- a/packages/nodes-base/nodes/FreshworksCrm/descriptions/AccountDescription.ts
+++ b/packages/nodes-base/nodes/FreshworksCrm/descriptions/AccountDescription.ts
@@ -101,7 +101,7 @@ export const accountFields: INodeProperties[] = [
loadOptionsMethod: 'getBusinessTypes',
},
description:
- 'ID of the business that the account belongs to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the business that the account belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'City',
@@ -133,7 +133,7 @@ export const accountFields: INodeProperties[] = [
loadOptionsMethod: 'getIndustryTypes',
},
description:
- 'ID of the industry that the account belongs to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the industry that the account belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'LinkedIn',
@@ -158,7 +158,7 @@ export const accountFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
description:
- 'ID of the user to whom the account is assigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user to whom the account is assigned. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Parent Sales Account ID',
@@ -190,7 +190,7 @@ export const accountFields: INodeProperties[] = [
loadOptionsMethod: 'getTerritories',
},
description:
- 'ID of the territory that the account belongs to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the territory that the account belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Twitter',
@@ -260,7 +260,7 @@ export const accountFields: INodeProperties[] = [
name: 'view',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
required: true,
typeOptions: {
loadOptionsMethod: 'getAccountViews',
@@ -357,7 +357,7 @@ export const accountFields: INodeProperties[] = [
loadOptionsMethod: 'getBusinessTypes',
},
description:
- 'ID of the business that the account belongs to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the business that the account belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'City',
@@ -389,7 +389,7 @@ export const accountFields: INodeProperties[] = [
loadOptionsMethod: 'getIndustryTypes',
},
description:
- 'ID of the industry that the account belongs to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the industry that the account belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'LinkedIn',
@@ -421,7 +421,7 @@ export const accountFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
description:
- 'ID of the user to whom the account is assigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user to whom the account is assigned. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Parent Sales Account ID',
@@ -453,7 +453,7 @@ export const accountFields: INodeProperties[] = [
loadOptionsMethod: 'getTerritories',
},
description:
- 'ID of the territory that the account belongs to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the territory that the account belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Twitter',
diff --git a/packages/nodes-base/nodes/FreshworksCrm/descriptions/AppointmentDescription.ts b/packages/nodes-base/nodes/FreshworksCrm/descriptions/AppointmentDescription.ts
index 88cebf6d1dc..65228c1c750 100644
--- a/packages/nodes-base/nodes/FreshworksCrm/descriptions/AppointmentDescription.ts
+++ b/packages/nodes-base/nodes/FreshworksCrm/descriptions/AppointmentDescription.ts
@@ -138,7 +138,7 @@ export const appointmentFields: INodeProperties[] = [
name: 'userId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
displayOptions: {
show: {
type: ['user'],
@@ -186,7 +186,7 @@ export const appointmentFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
description:
- 'ID of the user who created the appointment. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user who created the appointment. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Is All-Day',
@@ -225,7 +225,7 @@ export const appointmentFields: INodeProperties[] = [
loadOptionsMethod: 'getOutcomes',
},
description:
- 'ID of outcome of Appointment sales activity type. Choose from the list, or specify an ID using an expression.',
+ 'ID of outcome of Appointment sales activity type. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Target ID',
@@ -451,7 +451,7 @@ export const appointmentFields: INodeProperties[] = [
name: 'userId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
displayOptions: {
show: {
type: ['user'],
@@ -486,7 +486,7 @@ export const appointmentFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
description:
- 'ID of the user who created the appointment. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user who created the appointment. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'End Date',
@@ -533,7 +533,7 @@ export const appointmentFields: INodeProperties[] = [
loadOptionsMethod: 'getOutcomes',
},
description:
- 'ID of outcome of Appointment sales activity type. Choose from the list, or specify an ID using an expression.',
+ 'ID of outcome of Appointment sales activity type. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Start Date',
diff --git a/packages/nodes-base/nodes/FreshworksCrm/descriptions/ContactDescription.ts b/packages/nodes-base/nodes/FreshworksCrm/descriptions/ContactDescription.ts
index 197f21fe1df..b1ed8e9274d 100644
--- a/packages/nodes-base/nodes/FreshworksCrm/descriptions/ContactDescription.ts
+++ b/packages/nodes-base/nodes/FreshworksCrm/descriptions/ContactDescription.ts
@@ -122,7 +122,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getCampaigns',
},
description:
- 'ID of the campaign that led your contact to your webapp. Choose from the list, or specify an ID using an expression.',
+ 'ID of the campaign that led your contact to your webapp. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'City',
@@ -140,7 +140,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getContactStatuses',
},
description:
- 'ID of the contact status that the contact belongs to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the contact status that the contact belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Country',
@@ -193,7 +193,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getLifecycleStages',
},
description:
- 'ID of the lifecycle stage that the contact belongs to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the lifecycle stage that the contact belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'LinkedIn',
@@ -225,7 +225,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
description:
- 'ID of the user to whom the contact is assigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user to whom the contact is assigned. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Sales Account Names or IDs',
@@ -236,7 +236,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getAccounts',
},
description:
- 'Accounts which contact belongs to. Choose from the list, or specify IDs using an expression.',
+ 'Accounts which contact belongs to. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'State',
@@ -268,7 +268,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getTerritories',
},
description:
- 'ID of the territory that the contact belongs to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the territory that the contact belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Time Zone',
@@ -345,7 +345,7 @@ export const contactFields: INodeProperties[] = [
name: 'view',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
displayOptions: {
show: {
resource: ['contact'],
@@ -434,7 +434,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getCampaigns',
},
description:
- 'ID of the campaign that led your contact to your webapp. Choose from the list, or specify an ID using an expression.',
+ 'ID of the campaign that led your contact to your webapp. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'City',
@@ -452,7 +452,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getContactStatuses',
},
description:
- 'ID of the contact status that the contact belongs to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the contact status that the contact belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Country',
@@ -509,7 +509,7 @@ export const contactFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'ID of the source where contact came from. Choose from the list, or specify an ID using an expression.',
+ 'ID of the source where contact came from. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Lifecycle Stage Name or ID',
@@ -520,7 +520,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getLifecycleStages',
},
description:
- 'ID of the lifecycle stage that the contact belongs to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the lifecycle stage that the contact belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'LinkedIn',
@@ -552,7 +552,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
description:
- 'ID of the user to whom the contact is assigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user to whom the contact is assigned. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Sales Account Names or IDs',
@@ -563,7 +563,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getAccounts',
},
description:
- 'Accounts which contact belongs to. Choose from the list, or specify IDs using an expression.',
+ 'Accounts which contact belongs to. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'State',
@@ -578,7 +578,7 @@ export const contactFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'Status of subscription that the contact is in. Choose from the list, or specify an ID using an expression.',
+ 'Status of subscription that the contact is in. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Subscription Types Name or ID',
@@ -586,7 +586,7 @@ export const contactFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'Type of subscription that the contact is in. Choose from the list, or specify an ID using an expression.',
+ 'Type of subscription that the contact is in. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Territory Name or ID',
@@ -597,7 +597,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getTerritories',
},
description:
- 'ID of the territory that the contact belongs to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the territory that the contact belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Time Zone',
diff --git a/packages/nodes-base/nodes/FreshworksCrm/descriptions/DealDescription.ts b/packages/nodes-base/nodes/FreshworksCrm/descriptions/DealDescription.ts
index 9326b4e2001..7288b50ec8b 100644
--- a/packages/nodes-base/nodes/FreshworksCrm/descriptions/DealDescription.ts
+++ b/packages/nodes-base/nodes/FreshworksCrm/descriptions/DealDescription.ts
@@ -108,7 +108,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getCampaigns',
},
description:
- 'ID of the campaign that landed this deal. Choose from the list, or specify an ID using an expression.',
+ 'ID of the campaign that landed this deal. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Currency Name or ID',
@@ -119,7 +119,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getCurrencies',
},
description:
- 'ID of the currency that the deal belongs to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the currency that the deal belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Deal Payment Status Name or ID',
@@ -130,7 +130,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getDealPaymentStatuses',
},
description:
- 'ID of the mode of payment for the deal. Choose from the list, or specify an ID using an expression.',
+ 'ID of the mode of payment for the deal. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Deal Pipeline Name or ID',
@@ -141,7 +141,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getDealPipelines',
},
description:
- 'ID of the deal pipeline that it belongs to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the deal pipeline that it belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Deal Product Name or ID',
@@ -152,7 +152,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getDealProducts',
},
description:
- 'ID of the product that the deal belongs to (in a multi-product company). Choose from the list, or specify an ID using an expression.',
+ 'ID of the product that the deal belongs to (in a multi-product company). Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Deal Reason Name or ID',
@@ -163,7 +163,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getDealReasons',
},
description:
- 'ID of the reason for losing the deal. Can only be set if the deal is in \'Lost\' stage. Choose from the list, or specify an ID using an expression.',
+ 'ID of the reason for losing the deal. Can only be set if the deal is in \'Lost\' stage. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Deal Stage Name or ID',
@@ -174,7 +174,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getDealStages',
},
description:
- 'ID of the deal stage that the deal belongs to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the deal stage that the deal belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Deal Type Name or ID',
@@ -185,7 +185,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getDealTypes',
},
description:
- 'ID of the deal type that the deal belongs to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the deal type that the deal belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Lead Source ID',
@@ -203,7 +203,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
description:
- 'ID of the user to whom the deal is assigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user to whom the deal is assigned. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Probability',
@@ -225,7 +225,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getAccounts',
},
description:
- 'ID of the account that the deal belongs to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the account that the deal belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Territory Name or ID',
@@ -236,7 +236,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getTerritories',
},
description:
- 'ID of the territory that the deal belongs to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the territory that the deal belongs to. Choose from the list, or specify an ID using an expression.',
},
],
},
@@ -285,7 +285,7 @@ export const dealFields: INodeProperties[] = [
name: 'view',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
displayOptions: {
show: {
resource: ['deal'],
@@ -387,7 +387,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getCampaigns',
},
description:
- 'ID of the campaign that landed this deal. Choose from the list, or specify an ID using an expression.',
+ 'ID of the campaign that landed this deal. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Currency Name or ID',
@@ -398,7 +398,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getCurrencies',
},
description:
- 'ID of the currency that the deal belongs to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the currency that the deal belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Deal Payment Status Name or ID',
@@ -409,7 +409,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getDealPaymentStatuses',
},
description:
- 'ID of the mode of payment for the deal. Choose from the list, or specify an ID using an expression.',
+ 'ID of the mode of payment for the deal. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Deal Pipeline Name or ID',
@@ -420,7 +420,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getDealPipelines',
},
description:
- 'ID of the deal pipeline that it belongs to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the deal pipeline that it belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Deal Product Name or ID',
@@ -431,7 +431,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getDealProducts',
},
description:
- 'ID of the product that the deal belongs to (in a multi-product company). Choose from the list, or specify an ID using an expression.',
+ 'ID of the product that the deal belongs to (in a multi-product company). Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Deal Reason Name or ID',
@@ -442,7 +442,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getDealReasons',
},
description:
- 'ID of the reason for losing the deal. Can only be set if the deal is in \'Lost\' stage. Choose from the list, or specify an ID using an expression.',
+ 'ID of the reason for losing the deal. Can only be set if the deal is in \'Lost\' stage. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Deal Stage Name or ID',
@@ -453,7 +453,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getDealStages',
},
description:
- 'ID of the deal stage that the deal belongs to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the deal stage that the deal belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Deal Type Name or ID',
@@ -464,7 +464,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getDealTypes',
},
description:
- 'ID of the deal type that the deal belongs to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the deal type that the deal belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Lead Source ID',
@@ -489,7 +489,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
description:
- 'ID of the user to whom the deal is assigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user to whom the deal is assigned. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Probability',
@@ -511,7 +511,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getAccounts',
},
description:
- 'ID of the account that the deal belongs to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the account that the deal belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Territory Name or ID',
@@ -522,7 +522,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getTerritories',
},
description:
- 'ID of the territory that the deal belongs to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the territory that the deal belongs to. Choose from the list, or specify an ID using an expression.',
},
],
},
diff --git a/packages/nodes-base/nodes/FreshworksCrm/descriptions/SalesActivityDescription.ts b/packages/nodes-base/nodes/FreshworksCrm/descriptions/SalesActivityDescription.ts
index 0290785d969..6b817a91030 100644
--- a/packages/nodes-base/nodes/FreshworksCrm/descriptions/SalesActivityDescription.ts
+++ b/packages/nodes-base/nodes/FreshworksCrm/descriptions/SalesActivityDescription.ts
@@ -57,7 +57,7 @@ export const salesActivityFields: INodeProperties[] = [
loadOptionsMethod: 'getSalesActivityTypes',
},
description:
- 'ID of a sales activity type for which the sales activity is created. Choose from the list, or specify an ID using an expression.',
+ 'ID of a sales activity type for which the sales activity is created. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['salesActivity'],
@@ -83,7 +83,7 @@ export const salesActivityFields: INodeProperties[] = [
displayName: 'Owner Name or ID',
name: 'ownerId',
description:
- 'ID of the user who owns the sales activity. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user who owns the sales activity. Choose from the list, or specify an ID using an expression.',
type: 'options',
default: '',
typeOptions: {
@@ -190,7 +190,7 @@ export const salesActivityFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
description:
- 'ID of the user who created the sales activity. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user who created the sales activity. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Latitude',
@@ -229,7 +229,7 @@ export const salesActivityFields: INodeProperties[] = [
loadOptionsMethod: 'getOutcomes',
},
description:
- 'ID of a sales activity\'s outcome. Choose from the list, or specify an ID using an expression.',
+ 'ID of a sales activity\'s outcome. Choose from the list, or specify an ID using an expression.',
},
],
},
@@ -343,7 +343,7 @@ export const salesActivityFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
description:
- 'ID of the user who created the sales activity. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user who created the sales activity. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Start Date',
@@ -389,7 +389,7 @@ export const salesActivityFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
description:
- 'ID of the user who owns the sales activity. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user who owns the sales activity. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Sales Activity Outcome Name or ID',
@@ -400,7 +400,7 @@ export const salesActivityFields: INodeProperties[] = [
loadOptionsMethod: 'getOutcomes',
},
description:
- 'ID of a sales activity\'s outcome. Choose from the list, or specify an ID using an expression.',
+ 'ID of a sales activity\'s outcome. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Sales Activity Type Name or ID',
@@ -411,7 +411,7 @@ export const salesActivityFields: INodeProperties[] = [
loadOptionsMethod: 'getSalesActivityTypes',
},
description:
- 'ID of a sales activity type for which the sales activity is updated. Choose from the list, or specify an ID using an expression.',
+ 'ID of a sales activity type for which the sales activity is updated. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Start Date',
diff --git a/packages/nodes-base/nodes/FreshworksCrm/descriptions/TaskDescription.ts b/packages/nodes-base/nodes/FreshworksCrm/descriptions/TaskDescription.ts
index 86f838cebc8..b1db877eb68 100644
--- a/packages/nodes-base/nodes/FreshworksCrm/descriptions/TaskDescription.ts
+++ b/packages/nodes-base/nodes/FreshworksCrm/descriptions/TaskDescription.ts
@@ -83,7 +83,7 @@ export const taskFields: INodeProperties[] = [
displayName: 'Owner Name or ID',
name: 'ownerId',
description:
- 'ID of the user to whom the task is assigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user to whom the task is assigned. Choose from the list, or specify an ID using an expression.',
type: 'options',
default: '',
typeOptions: {
@@ -162,7 +162,7 @@ export const taskFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
description:
- 'ID of the user who created the task. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user who created the task. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Outcome Name or ID',
@@ -173,7 +173,7 @@ export const taskFields: INodeProperties[] = [
loadOptionsMethod: 'getOutcomes',
},
description:
- 'ID of the outcome of the task. Choose from the list, or specify an ID using an expression.',
+ 'ID of the outcome of the task. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Task Type ID',
@@ -357,7 +357,7 @@ export const taskFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
description:
- 'ID of the user who created the sales activity. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user who created the sales activity. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Due Date',
@@ -375,7 +375,7 @@ export const taskFields: INodeProperties[] = [
loadOptionsMethod: 'getOutcomes',
},
description:
- 'ID of the outcome of the task. Choose from the list, or specify an ID using an expression.',
+ 'ID of the outcome of the task. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Owner Name or ID',
@@ -386,7 +386,7 @@ export const taskFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
description:
- 'ID of the user to whom the task is assigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user to whom the task is assigned. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Target ID',
diff --git a/packages/nodes-base/nodes/GetResponse/ContactDescription.ts b/packages/nodes-base/nodes/GetResponse/ContactDescription.ts
index c29f7e1df75..0dc88307cc0 100644
--- a/packages/nodes-base/nodes/GetResponse/ContactDescription.ts
+++ b/packages/nodes-base/nodes/GetResponse/ContactDescription.ts
@@ -79,7 +79,7 @@ export const contactFields: INodeProperties[] = [
},
default: '',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
},
{
displayName: 'Additional Fields',
@@ -116,7 +116,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getCustomFields',
},
description:
- 'The end user specified key of the user defined data. Choose from the list, or specify an ID using an expression.',
+ 'The end user specified key of the user defined data. Choose from the list, or specify an ID using an expression.',
default: '',
},
{
@@ -172,7 +172,7 @@ export const contactFields: INodeProperties[] = [
name: 'tags',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsMethod: 'getTags',
},
@@ -514,7 +514,7 @@ export const contactFields: INodeProperties[] = [
name: 'campaignId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getCampaigns',
},
@@ -542,7 +542,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getCustomFields',
},
description:
- 'The end user specified key of the user defined data. Choose from the list, or specify an ID using an expression.',
+ 'The end user specified key of the user defined data. Choose from the list, or specify an ID using an expression.',
default: '',
},
{
@@ -605,7 +605,7 @@ export const contactFields: INodeProperties[] = [
name: 'tags',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsMethod: 'getTags',
},
diff --git a/packages/nodes-base/nodes/GetResponse/GetResponseTrigger.node.ts b/packages/nodes-base/nodes/GetResponse/GetResponseTrigger.node.ts
index cc55747346a..ce8503b6044 100644
--- a/packages/nodes-base/nodes/GetResponse/GetResponseTrigger.node.ts
+++ b/packages/nodes-base/nodes/GetResponse/GetResponseTrigger.node.ts
@@ -111,7 +111,7 @@ export class GetResponseTrigger implements INodeType {
name: 'listIds',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsMethod: 'getLists',
},
diff --git a/packages/nodes-base/nodes/Ghost/PostDescription.ts b/packages/nodes-base/nodes/Ghost/PostDescription.ts
index 85326009083..7781ba140ae 100644
--- a/packages/nodes-base/nodes/Ghost/PostDescription.ts
+++ b/packages/nodes-base/nodes/Ghost/PostDescription.ts
@@ -189,7 +189,7 @@ export const postFields: INodeProperties[] = [
name: 'authors',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsMethod: 'getAuthors',
},
@@ -289,7 +289,7 @@ export const postFields: INodeProperties[] = [
name: 'tags',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsMethod: 'getTags',
},
@@ -695,7 +695,7 @@ export const postFields: INodeProperties[] = [
name: 'authors',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsMethod: 'getAuthors',
},
@@ -829,7 +829,7 @@ export const postFields: INodeProperties[] = [
name: 'tags',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsMethod: 'getTags',
},
diff --git a/packages/nodes-base/nodes/GoToWebinar/descriptions/AttendeeDescription.ts b/packages/nodes-base/nodes/GoToWebinar/descriptions/AttendeeDescription.ts
index 561b4702f34..4e64e9e3a72 100644
--- a/packages/nodes-base/nodes/GoToWebinar/descriptions/AttendeeDescription.ts
+++ b/packages/nodes-base/nodes/GoToWebinar/descriptions/AttendeeDescription.ts
@@ -46,7 +46,7 @@ export const attendeeFields: INodeProperties[] = [
required: true,
default: '',
description:
- 'Key of the webinar that the attendee attended. Choose from the list, or specify an ID using an expression.',
+ 'Key of the webinar that the attendee attended. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['attendee'],
@@ -64,7 +64,7 @@ export const attendeeFields: INodeProperties[] = [
},
default: '',
description:
- 'Key of the session that the attendee attended. Choose from the list, or specify an ID using an expression.',
+ 'Key of the session that the attendee attended. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['attendee'],
diff --git a/packages/nodes-base/nodes/GoToWebinar/descriptions/CoorganizerDescription.ts b/packages/nodes-base/nodes/GoToWebinar/descriptions/CoorganizerDescription.ts
index 135c4af7910..5cad041438b 100644
--- a/packages/nodes-base/nodes/GoToWebinar/descriptions/CoorganizerDescription.ts
+++ b/packages/nodes-base/nodes/GoToWebinar/descriptions/CoorganizerDescription.ts
@@ -51,7 +51,7 @@ export const coorganizerFields: INodeProperties[] = [
required: true,
default: [],
description:
- 'Key of the webinar that the co-organizer is hosting. Choose from the list, or specify an ID using an expression.',
+ 'Key of the webinar that the co-organizer is hosting. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['coorganizer'],
@@ -130,7 +130,7 @@ export const coorganizerFields: INodeProperties[] = [
required: true,
default: [],
description:
- 'Key of the webinar to delete. Choose from the list, or specify an ID using an expression.',
+ 'Key of the webinar to delete. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['coorganizer'],
@@ -181,7 +181,7 @@ export const coorganizerFields: INodeProperties[] = [
required: true,
default: [],
description:
- 'Key of the webinar to retrieve all co-organizers from. Choose from the list, or specify an ID using an expression.',
+ 'Key of the webinar to retrieve all co-organizers from. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['coorganizer'],
diff --git a/packages/nodes-base/nodes/GoToWebinar/descriptions/PanelistDescription.ts b/packages/nodes-base/nodes/GoToWebinar/descriptions/PanelistDescription.ts
index 41a035fc7f6..d77d88e9653 100644
--- a/packages/nodes-base/nodes/GoToWebinar/descriptions/PanelistDescription.ts
+++ b/packages/nodes-base/nodes/GoToWebinar/descriptions/PanelistDescription.ts
@@ -80,7 +80,7 @@ export const panelistFields: INodeProperties[] = [
required: true,
default: [],
description:
- 'Key of the webinar that the panelist will present at. Choose from the list, or specify an ID using an expression.',
+ 'Key of the webinar that the panelist will present at. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['panelist'],
@@ -102,7 +102,7 @@ export const panelistFields: INodeProperties[] = [
required: true,
default: [],
description:
- 'Key of the webinar to retrieve all panelists from. Choose from the list, or specify an ID using an expression.',
+ 'Key of the webinar to retrieve all panelists from. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['panelist'],
@@ -155,7 +155,7 @@ export const panelistFields: INodeProperties[] = [
required: true,
default: [],
description:
- 'Key of the webinar to delete the panelist from. Choose from the list, or specify an ID using an expression.',
+ 'Key of the webinar to delete the panelist from. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['panelist'],
@@ -191,7 +191,7 @@ export const panelistFields: INodeProperties[] = [
required: true,
default: [],
description:
- 'Key of the webinar to reinvite the panelist to. Choose from the list, or specify an ID using an expression.',
+ 'Key of the webinar to reinvite the panelist to. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['panelist'],
diff --git a/packages/nodes-base/nodes/GoToWebinar/descriptions/RegistrantDescription.ts b/packages/nodes-base/nodes/GoToWebinar/descriptions/RegistrantDescription.ts
index c774b216662..8b6451ca8cf 100644
--- a/packages/nodes-base/nodes/GoToWebinar/descriptions/RegistrantDescription.ts
+++ b/packages/nodes-base/nodes/GoToWebinar/descriptions/RegistrantDescription.ts
@@ -51,7 +51,7 @@ export const registrantFields: INodeProperties[] = [
required: true,
default: [],
description:
- 'Key of the webinar of the registrant to create. Choose from the list, or specify an ID using an expression.',
+ 'Key of the webinar of the registrant to create. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['registrant'],
@@ -191,7 +191,7 @@ export const registrantFields: INodeProperties[] = [
name: 'questionKey',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getRegistranMultiChoiceQuestions',
loadOptionsDependsOn: ['webinarKey'],
@@ -275,7 +275,7 @@ export const registrantFields: INodeProperties[] = [
name: 'questionKey',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getRegistranSimpleQuestions',
loadOptionsDependsOn: ['webinarKey'],
@@ -316,7 +316,7 @@ export const registrantFields: INodeProperties[] = [
required: true,
default: [],
description:
- 'The key of the webinar to retrieve registrants from. Choose from the list, or specify an ID using an expression.',
+ 'The key of the webinar to retrieve registrants from. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['registrant'],
@@ -369,7 +369,7 @@ export const registrantFields: INodeProperties[] = [
required: true,
default: [],
description:
- 'Key of the webinar of the registrant to delete. Choose from the list, or specify an ID using an expression.',
+ 'Key of the webinar of the registrant to delete. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['registrant'],
@@ -405,7 +405,7 @@ export const registrantFields: INodeProperties[] = [
required: true,
default: [],
description:
- 'Key of the webinar of the registrant to retrieve. Choose from the list, or specify an ID using an expression.',
+ 'Key of the webinar of the registrant to retrieve. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['registrant'],
diff --git a/packages/nodes-base/nodes/GoToWebinar/descriptions/SessionDescription.ts b/packages/nodes-base/nodes/GoToWebinar/descriptions/SessionDescription.ts
index 269d7ef2e07..685c3e5cff1 100644
--- a/packages/nodes-base/nodes/GoToWebinar/descriptions/SessionDescription.ts
+++ b/packages/nodes-base/nodes/GoToWebinar/descriptions/SessionDescription.ts
@@ -119,7 +119,7 @@ export const sessionFields: INodeProperties[] = [
},
default: {},
description:
- 'Webinar by which to filter the sessions to retrieve. Choose from the list, or specify an ID using an expression.',
+ 'Webinar by which to filter the sessions to retrieve. Choose from the list, or specify an ID using an expression.',
},
],
},
@@ -137,7 +137,7 @@ export const sessionFields: INodeProperties[] = [
required: true,
default: [],
description:
- 'Key of the webinar to which the session belongs. Choose from the list, or specify an ID using an expression.',
+ 'Key of the webinar to which the session belongs. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['session'],
diff --git a/packages/nodes-base/nodes/GoToWebinar/descriptions/WebinarDescription.ts b/packages/nodes-base/nodes/GoToWebinar/descriptions/WebinarDescription.ts
index c85fa8eb492..a7014536e78 100644
--- a/packages/nodes-base/nodes/GoToWebinar/descriptions/WebinarDescription.ts
+++ b/packages/nodes-base/nodes/GoToWebinar/descriptions/WebinarDescription.ts
@@ -154,7 +154,7 @@ export const webinarFields: INodeProperties[] = [
name: 'timezone',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
placeholder: '2020-12-11T09:00:00Z',
typeOptions: {
@@ -456,7 +456,7 @@ export const webinarFields: INodeProperties[] = [
default: '',
placeholder: '2020-12-11T09:00:00Z',
description:
- 'Timezone where the webinar is to take place. Choose from the list, or specify an ID using an expression.',
+ 'Timezone where the webinar is to take place. Choose from the list, or specify an ID using an expression.',
typeOptions: {
alwaysOpenEditWindow: true,
loadOptionsMethod: 'getTimezones',
diff --git a/packages/nodes-base/nodes/Google/Analytics/v1/ReportDescription.ts b/packages/nodes-base/nodes/Google/Analytics/v1/ReportDescription.ts
index 285c04d0a04..41c85e32d1c 100644
--- a/packages/nodes-base/nodes/Google/Analytics/v1/ReportDescription.ts
+++ b/packages/nodes-base/nodes/Google/Analytics/v1/ReportDescription.ts
@@ -41,7 +41,7 @@ export const reportFields: INodeProperties[] = [
},
placeholder: '123456',
description:
- 'The View ID of Google Analytics. Choose from the list, or specify an ID using an expression.',
+ 'The View ID of Google Analytics. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
@@ -153,7 +153,7 @@ export const reportFields: INodeProperties[] = [
},
default: '',
description:
- 'Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an expression.',
+ 'Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an expression.',
},
],
},
@@ -183,7 +183,7 @@ export const reportFields: INodeProperties[] = [
},
default: '',
description:
- 'Name of the dimension to filter by. Choose from the list, or specify an ID using an expression.',
+ 'Name of the dimension to filter by. Choose from the list, or specify an ID using an expression.',
},
// https://developers.google.com/analytics/devguides/reporting/core/v4/rest/v4/reports/batchGet#Operator
{
diff --git a/packages/nodes-base/nodes/Google/Analytics/v1/UserActivityDescription.ts b/packages/nodes-base/nodes/Google/Analytics/v1/UserActivityDescription.ts
index 04b8919aab5..fb1522d40e3 100644
--- a/packages/nodes-base/nodes/Google/Analytics/v1/UserActivityDescription.ts
+++ b/packages/nodes-base/nodes/Google/Analytics/v1/UserActivityDescription.ts
@@ -41,7 +41,7 @@ export const userActivityFields: INodeProperties[] = [
},
placeholder: '123456',
description:
- 'The View ID of Google Analytics. Choose from the list, or specify an ID using an expression.',
+ 'The View ID of Google Analytics. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'User ID',
diff --git a/packages/nodes-base/nodes/Google/Analytics/v2/actions/report/FiltersDescription.ts b/packages/nodes-base/nodes/Google/Analytics/v2/actions/report/FiltersDescription.ts
index 0387c36a7f1..f98d48e82f0 100644
--- a/packages/nodes-base/nodes/Google/Analytics/v2/actions/report/FiltersDescription.ts
+++ b/packages/nodes-base/nodes/Google/Analytics/v2/actions/report/FiltersDescription.ts
@@ -65,7 +65,7 @@ export const dimensionDropdown: INodeProperties[] = [
},
default: 'date',
description:
- 'The name of the dimension. Choose from the list, or specify an ID using an expression.',
+ 'The name of the dimension. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
listName: ['other'],
@@ -145,7 +145,7 @@ export const metricDropdown: INodeProperties[] = [
default: 'totalUsers',
hint: 'If expression is specified, name can be any string that you would like',
description:
- 'The name of the metric. Choose from the list, or specify an ID using an expression.',
+ 'The name of the metric. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
listName: ['other'],
diff --git a/packages/nodes-base/nodes/Google/Analytics/v2/actions/report/get.ga4.operation.ts b/packages/nodes-base/nodes/Google/Analytics/v2/actions/report/get.ga4.operation.ts
index 612bc455601..2faea66ef0a 100644
--- a/packages/nodes-base/nodes/Google/Analytics/v2/actions/report/get.ga4.operation.ts
+++ b/packages/nodes-base/nodes/Google/Analytics/v2/actions/report/get.ga4.operation.ts
@@ -381,7 +381,7 @@ export const description: INodeProperties[] = [
},
default: '',
description:
- 'Sorts by metric values. Choose from the list, or specify an ID using an expression.',
+ 'Sorts by metric values. Choose from the list, or specify an ID using an expression.',
},
],
},
@@ -406,7 +406,7 @@ export const description: INodeProperties[] = [
},
default: '',
description:
- 'Sorts by metric values. Choose from the list, or specify an ID using an expression.',
+ 'Sorts by metric values. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Order Type',
diff --git a/packages/nodes-base/nodes/Google/Analytics/v2/actions/report/get.universal.operation.ts b/packages/nodes-base/nodes/Google/Analytics/v2/actions/report/get.universal.operation.ts
index 85952e951f6..4027277123f 100644
--- a/packages/nodes-base/nodes/Google/Analytics/v2/actions/report/get.universal.operation.ts
+++ b/packages/nodes-base/nodes/Google/Analytics/v2/actions/report/get.universal.operation.ts
@@ -80,7 +80,7 @@ const dimensionDropdown: INodeProperties[] = [
},
default: 'ga:date',
description:
- 'Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an expression.',
+ 'Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
listName: ['other'],
@@ -301,7 +301,7 @@ export const description: INodeProperties[] = [
default: 'ga:users',
hint: 'If expression is specified, name can be any string that you would like',
description:
- 'The name of the metric. Choose from the list, or specify an ID using an expression.',
+ 'The name of the metric. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
listName: ['other'],
diff --git a/packages/nodes-base/nodes/Google/Analytics/v2/actions/userActivity/search.operation.ts b/packages/nodes-base/nodes/Google/Analytics/v2/actions/userActivity/search.operation.ts
index f24e65125d2..2fc8c9c3684 100644
--- a/packages/nodes-base/nodes/Google/Analytics/v2/actions/userActivity/search.operation.ts
+++ b/packages/nodes-base/nodes/Google/Analytics/v2/actions/userActivity/search.operation.ts
@@ -24,7 +24,7 @@ export const description: INodeProperties[] = [
},
placeholder: '123456',
description:
- 'The view from Google Analytics. Choose from the list, or specify an ID using an expression.',
+ 'The view from Google Analytics. Choose from the list, or specify an ID using an expression.',
hint: "If there's nothing here, try changing the 'Property type' field above",
},
{
diff --git a/packages/nodes-base/nodes/Google/BigQuery/v1/GoogleBigQueryV1.node.ts b/packages/nodes-base/nodes/Google/BigQuery/v1/GoogleBigQueryV1.node.ts
index c39f6912383..2d29b89ce70 100644
--- a/packages/nodes-base/nodes/Google/BigQuery/v1/GoogleBigQueryV1.node.ts
+++ b/packages/nodes-base/nodes/Google/BigQuery/v1/GoogleBigQueryV1.node.ts
@@ -1,4 +1,3 @@
-/* eslint-disable n8n-nodes-base/node-filename-against-convention */
import type {
IDataObject,
IExecuteFunctions,
diff --git a/packages/nodes-base/nodes/Google/BigQuery/v1/RecordDescription.ts b/packages/nodes-base/nodes/Google/BigQuery/v1/RecordDescription.ts
index ec332ede419..cea83f38727 100644
--- a/packages/nodes-base/nodes/Google/BigQuery/v1/RecordDescription.ts
+++ b/packages/nodes-base/nodes/Google/BigQuery/v1/RecordDescription.ts
@@ -49,7 +49,7 @@ export const recordFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the project to create the record in. Choose from the list, or specify an ID using an expression.',
+ 'ID of the project to create the record in. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Dataset Name or ID',
@@ -68,7 +68,7 @@ export const recordFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the dataset to create the record in. Choose from the list, or specify an ID using an expression.',
+ 'ID of the dataset to create the record in. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Table Name or ID',
@@ -87,7 +87,7 @@ export const recordFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the table to create the record in. Choose from the list, or specify an ID using an expression.',
+ 'ID of the table to create the record in. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Columns',
@@ -169,7 +169,7 @@ export const recordFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the project to retrieve all rows from. Choose from the list, or specify an ID using an expression.',
+ 'ID of the project to retrieve all rows from. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Dataset Name or ID',
@@ -188,7 +188,7 @@ export const recordFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the dataset to retrieve all rows from. Choose from the list, or specify an ID using an expression.',
+ 'ID of the dataset to retrieve all rows from. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Table Name or ID',
@@ -207,7 +207,7 @@ export const recordFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the table to retrieve all rows from. Choose from the list, or specify an ID using an expression.',
+ 'ID of the table to retrieve all rows from. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
diff --git a/packages/nodes-base/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.ts b/packages/nodes-base/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.ts
index a0b07fb350e..54879c689f5 100644
--- a/packages/nodes-base/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.ts
+++ b/packages/nodes-base/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.ts
@@ -67,7 +67,7 @@ const properties: INodeProperties[] = [
},
default: '',
description:
- 'If not set, all table names in the query string must be qualified in the format \'datasetId.tableId\'. Choose from the list, or specify an ID using an expression.',
+ 'If not set, all table names in the query string must be qualified in the format \'datasetId.tableId\'. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Dry Run',
diff --git a/packages/nodes-base/nodes/Google/BigQuery/v2/actions/database/insert.operation.ts b/packages/nodes-base/nodes/Google/BigQuery/v2/actions/database/insert.operation.ts
index ef3c7e06e00..1eb66904b39 100644
--- a/packages/nodes-base/nodes/Google/BigQuery/v2/actions/database/insert.operation.ts
+++ b/packages/nodes-base/nodes/Google/BigQuery/v2/actions/database/insert.operation.ts
@@ -63,7 +63,7 @@ const properties: INodeProperties[] = [
name: 'fieldId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['projectId.value', 'datasetId.value', 'tableId.value'],
loadOptionsMethod: 'getSchema',
diff --git a/packages/nodes-base/nodes/Google/Calendar/EventDescription.ts b/packages/nodes-base/nodes/Google/Calendar/EventDescription.ts
index 57b5062c6c9..725ce66e815 100644
--- a/packages/nodes-base/nodes/Google/Calendar/EventDescription.ts
+++ b/packages/nodes-base/nodes/Google/Calendar/EventDescription.ts
@@ -193,7 +193,7 @@ export const eventFields: INodeProperties[] = [
},
default: '',
description:
- 'The color of the event. Choose from the list, or specify an ID using an expression.',
+ 'The color of the event. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Conference Data',
@@ -214,7 +214,7 @@ export const eventFields: INodeProperties[] = [
name: 'conferenceSolution',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getConferenceSolutations',
loadOptionsDependsOn: ['calendar'],
@@ -859,7 +859,7 @@ export const eventFields: INodeProperties[] = [
},
default: '',
description:
- 'The color of the event. Choose from the list, or specify an ID using an expression.',
+ 'The color of the event. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Description',
diff --git a/packages/nodes-base/nodes/Google/Chat/descriptions/MemberDescription.ts b/packages/nodes-base/nodes/Google/Chat/descriptions/MemberDescription.ts
index 759af43b6f9..a1ba320ac38 100644
--- a/packages/nodes-base/nodes/Google/Chat/descriptions/MemberDescription.ts
+++ b/packages/nodes-base/nodes/Google/Chat/descriptions/MemberDescription.ts
@@ -69,7 +69,7 @@ export const memberFields: INodeProperties[] = [
},
default: [],
description:
- 'The name of the space for which to retrieve members, in the form "spaces/*". Choose from the list, or specify an ID using an expression.',
+ 'The name of the space for which to retrieve members, in the form "spaces/*". Choose from the list, or specify an ID using an expression.',
},
...getPagingParameters('member'),
diff --git a/packages/nodes-base/nodes/Google/Chat/descriptions/MessageDescription.ts b/packages/nodes-base/nodes/Google/Chat/descriptions/MessageDescription.ts
index f363c2dfc7b..18279be8f59 100644
--- a/packages/nodes-base/nodes/Google/Chat/descriptions/MessageDescription.ts
+++ b/packages/nodes-base/nodes/Google/Chat/descriptions/MessageDescription.ts
@@ -61,7 +61,7 @@ export const messageFields: INodeProperties[] = [
},
default: '',
description:
- 'Space resource name, in the form "spaces/*". Example: spaces/AAAAMpdlehY. Choose from the list, or specify an ID using an expression.',
+ 'Space resource name, in the form "spaces/*". Example: spaces/AAAAMpdlehY. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'JSON Parameters',
diff --git a/packages/nodes-base/nodes/Google/Contacts/ContactDescription.ts b/packages/nodes-base/nodes/Google/Contacts/ContactDescription.ts
index 02bed61c9a3..e9f9d0e8db5 100644
--- a/packages/nodes-base/nodes/Google/Contacts/ContactDescription.ts
+++ b/packages/nodes-base/nodes/Google/Contacts/ContactDescription.ts
@@ -336,7 +336,7 @@ export const contactFields: INodeProperties[] = [
name: 'group',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsMethod: 'getGroups',
},
@@ -1346,7 +1346,7 @@ export const contactFields: INodeProperties[] = [
name: 'group',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsMethod: 'getGroups',
},
diff --git a/packages/nodes-base/nodes/Google/Docs/DocumentDescription.ts b/packages/nodes-base/nodes/Google/Docs/DocumentDescription.ts
index 5bc45138f72..b545d4e2d8c 100644
--- a/packages/nodes-base/nodes/Google/Docs/DocumentDescription.ts
+++ b/packages/nodes-base/nodes/Google/Docs/DocumentDescription.ts
@@ -41,7 +41,7 @@ export const documentFields: INodeProperties[] = [
name: 'driveId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getDrives',
},
@@ -59,7 +59,7 @@ export const documentFields: INodeProperties[] = [
name: 'folderId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['driveId'],
loadOptionsMethod: 'getFolders',
diff --git a/packages/nodes-base/nodes/Google/Drive/GoogleDriveTrigger.node.ts b/packages/nodes-base/nodes/Google/Drive/GoogleDriveTrigger.node.ts
index 4acdf0996d6..68c04b8799d 100644
--- a/packages/nodes-base/nodes/Google/Drive/GoogleDriveTrigger.node.ts
+++ b/packages/nodes-base/nodes/Google/Drive/GoogleDriveTrigger.node.ts
@@ -294,7 +294,7 @@ export class GoogleDriveTrigger implements INodeType {
default: 'root',
required: true,
description:
- 'The drive to monitor. Choose from the list, or specify an ID using an expression.',
+ 'The drive to monitor. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Watch For',
diff --git a/packages/nodes-base/nodes/Google/Drive/v1/GoogleDriveV1.node.ts b/packages/nodes-base/nodes/Google/Drive/v1/GoogleDriveV1.node.ts
index bbc14fbeb1d..f34426e065e 100644
--- a/packages/nodes-base/nodes/Google/Drive/v1/GoogleDriveV1.node.ts
+++ b/packages/nodes-base/nodes/Google/Drive/v1/GoogleDriveV1.node.ts
@@ -1,4 +1,3 @@
-/* eslint-disable n8n-nodes-base/node-filename-against-convention */
import type { Readable } from 'stream';
import type {
IBinaryKeyData,
diff --git a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/CollectionDescription.ts b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/CollectionDescription.ts
index 1a7bee71ff5..15c29608ed5 100644
--- a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/CollectionDescription.ts
+++ b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/CollectionDescription.ts
@@ -42,7 +42,7 @@ export const collectionFields: INodeProperties[] = [
},
},
description:
- 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.',
+ 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.',
required: true,
},
{
diff --git a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/DocumentDescription.ts b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/DocumentDescription.ts
index 6363bc245c8..03a32f2fb89 100644
--- a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/DocumentDescription.ts
+++ b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/DocumentDescription.ts
@@ -78,7 +78,7 @@ export const documentFields: INodeProperties[] = [
},
},
description:
- 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.',
+ 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.',
required: true,
},
{
@@ -168,7 +168,7 @@ export const documentFields: INodeProperties[] = [
},
},
description:
- 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.',
+ 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.',
required: true,
},
{
@@ -244,7 +244,7 @@ export const documentFields: INodeProperties[] = [
},
},
description:
- 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.',
+ 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.',
required: true,
},
{
@@ -339,7 +339,7 @@ export const documentFields: INodeProperties[] = [
},
},
description:
- 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.',
+ 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.',
required: true,
},
{
@@ -516,7 +516,7 @@ export const documentFields: INodeProperties[] = [
},
},
description:
- 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.',
+ 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.',
required: true,
},
{
@@ -595,7 +595,7 @@ export const documentFields: INodeProperties[] = [
},
},
description:
- 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.',
+ 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.',
required: true,
},
{
diff --git a/packages/nodes-base/nodes/Google/Firebase/RealtimeDatabase/GoogleFirebaseRealtimeDatabase.node.ts b/packages/nodes-base/nodes/Google/Firebase/RealtimeDatabase/GoogleFirebaseRealtimeDatabase.node.ts
index a2b8d13dc6f..141fdb90e14 100644
--- a/packages/nodes-base/nodes/Google/Firebase/RealtimeDatabase/GoogleFirebaseRealtimeDatabase.node.ts
+++ b/packages/nodes-base/nodes/Google/Firebase/RealtimeDatabase/GoogleFirebaseRealtimeDatabase.node.ts
@@ -42,7 +42,7 @@ export class GoogleFirebaseRealtimeDatabase implements INodeType {
loadOptionsMethod: 'getProjects',
},
description:
- 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.',
+ 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.',
required: true,
},
{
diff --git a/packages/nodes-base/nodes/Google/GSuiteAdmin/UserDescription.ts b/packages/nodes-base/nodes/Google/GSuiteAdmin/UserDescription.ts
index b88af02cc48..f4dccd8fe72 100644
--- a/packages/nodes-base/nodes/Google/GSuiteAdmin/UserDescription.ts
+++ b/packages/nodes-base/nodes/Google/GSuiteAdmin/UserDescription.ts
@@ -100,7 +100,7 @@ export const userFields: INodeProperties[] = [
name: 'domain',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getDomains',
},
@@ -430,7 +430,7 @@ export const userFields: INodeProperties[] = [
},
default: [],
description:
- 'A comma-separated list of schema names. All fields from these schemas are fetched. This should only be set when projection=custom. Choose from the list, or specify IDs using an expression.',
+ 'A comma-separated list of schema names. All fields from these schemas are fetched. This should only be set when projection=custom. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'View Type',
@@ -548,7 +548,7 @@ export const userFields: INodeProperties[] = [
},
default: [],
description:
- 'A comma-separated list of schema names. All fields from these schemas are fetched. This should only be set when projection=custom. Choose from the list, or specify IDs using an expression.',
+ 'A comma-separated list of schema names. All fields from these schemas are fetched. This should only be set when projection=custom. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Customer',
diff --git a/packages/nodes-base/nodes/Google/Gmail/GmailTrigger.node.ts b/packages/nodes-base/nodes/Google/Gmail/GmailTrigger.node.ts
index 4c80aeb24ce..c0bacf2085c 100644
--- a/packages/nodes-base/nodes/Google/Gmail/GmailTrigger.node.ts
+++ b/packages/nodes-base/nodes/Google/Gmail/GmailTrigger.node.ts
@@ -115,7 +115,7 @@ export class GmailTrigger implements INodeType {
},
default: [],
description:
- 'Only return messages with labels that match all of the specified label IDs. Choose from the list, or specify IDs using an expression.',
+ 'Only return messages with labels that match all of the specified label IDs. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Search',
diff --git a/packages/nodes-base/nodes/Google/Gmail/v1/GmailV1.node.ts b/packages/nodes-base/nodes/Google/Gmail/v1/GmailV1.node.ts
index 5b329d7559d..ff715d2c6d0 100644
--- a/packages/nodes-base/nodes/Google/Gmail/v1/GmailV1.node.ts
+++ b/packages/nodes-base/nodes/Google/Gmail/v1/GmailV1.node.ts
@@ -1,4 +1,3 @@
-/* eslint-disable n8n-nodes-base/node-filename-against-convention */
import {
NodeConnectionType,
type IBinaryKeyData,
diff --git a/packages/nodes-base/nodes/Google/Gmail/v1/MessageDescription.ts b/packages/nodes-base/nodes/Google/Gmail/v1/MessageDescription.ts
index bba8f3437bc..a64e47a33d0 100644
--- a/packages/nodes-base/nodes/Google/Gmail/v1/MessageDescription.ts
+++ b/packages/nodes-base/nodes/Google/Gmail/v1/MessageDescription.ts
@@ -421,7 +421,7 @@ export const messageFields: INodeProperties[] = [
},
default: [],
description:
- 'Only return messages with labels that match all of the specified label IDs. Choose from the list, or specify IDs using an expression.',
+ 'Only return messages with labels that match all of the specified label IDs. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Query',
diff --git a/packages/nodes-base/nodes/Google/Gmail/v1/MessageLabelDescription.ts b/packages/nodes-base/nodes/Google/Gmail/v1/MessageLabelDescription.ts
index 961b7d8ca97..8742679f4d9 100644
--- a/packages/nodes-base/nodes/Google/Gmail/v1/MessageLabelDescription.ts
+++ b/packages/nodes-base/nodes/Google/Gmail/v1/MessageLabelDescription.ts
@@ -58,6 +58,6 @@ export const messageLabelFields: INodeProperties[] = [
},
},
description:
- 'The ID of the label. Choose from the list, or specify IDs using an expression.',
+ 'The ID of the label. Choose from the list, or specify IDs using an expression.',
},
];
diff --git a/packages/nodes-base/nodes/Google/Gmail/v2/DraftDescription.ts b/packages/nodes-base/nodes/Google/Gmail/v2/DraftDescription.ts
index e97d7bb9be5..7d330329fd9 100644
--- a/packages/nodes-base/nodes/Google/Gmail/v2/DraftDescription.ts
+++ b/packages/nodes-base/nodes/Google/Gmail/v2/DraftDescription.ts
@@ -167,7 +167,7 @@ export const draftFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'Select the alias to send the email from. Choose from the list, or specify an ID using an expression.',
+ 'Select the alias to send the email from. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getGmailAliases',
},
diff --git a/packages/nodes-base/nodes/Google/Gmail/v2/GmailV2.node.ts b/packages/nodes-base/nodes/Google/Gmail/v2/GmailV2.node.ts
index 5ee86607e69..aa1e1622da2 100644
--- a/packages/nodes-base/nodes/Google/Gmail/v2/GmailV2.node.ts
+++ b/packages/nodes-base/nodes/Google/Gmail/v2/GmailV2.node.ts
@@ -1,4 +1,3 @@
-/* eslint-disable n8n-nodes-base/node-filename-against-convention */
import type {
IExecuteFunctions,
IDataObject,
diff --git a/packages/nodes-base/nodes/Google/Gmail/v2/MessageDescription.ts b/packages/nodes-base/nodes/Google/Gmail/v2/MessageDescription.ts
index c174bc95f4e..ff3f40eb9a7 100644
--- a/packages/nodes-base/nodes/Google/Gmail/v2/MessageDescription.ts
+++ b/packages/nodes-base/nodes/Google/Gmail/v2/MessageDescription.ts
@@ -419,7 +419,7 @@ export const messageFields: INodeProperties[] = [
},
default: [],
description:
- 'Only return messages with labels that match all of the specified label IDs. Choose from the list, or specify IDs using an expression.',
+ 'Only return messages with labels that match all of the specified label IDs. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Search',
@@ -548,6 +548,6 @@ export const messageFields: INodeProperties[] = [
},
},
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
},
];
diff --git a/packages/nodes-base/nodes/Google/Gmail/v2/ThreadDescription.ts b/packages/nodes-base/nodes/Google/Gmail/v2/ThreadDescription.ts
index 64d1192a7f7..e5723a0519b 100644
--- a/packages/nodes-base/nodes/Google/Gmail/v2/ThreadDescription.ts
+++ b/packages/nodes-base/nodes/Google/Gmail/v2/ThreadDescription.ts
@@ -87,7 +87,7 @@ export const threadFields: INodeProperties[] = [
},
default: '',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
displayOptions: {
show: {
resource: ['thread'],
@@ -324,7 +324,7 @@ export const threadFields: INodeProperties[] = [
},
default: [],
description:
- 'Only return threads with labels that match all of the specified label IDs. Choose from the list, or specify IDs using an expression.',
+ 'Only return threads with labels that match all of the specified label IDs. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Search',
@@ -410,6 +410,6 @@ export const threadFields: INodeProperties[] = [
},
},
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
},
];
diff --git a/packages/nodes-base/nodes/Google/Perspective/GooglePerspective.node.ts b/packages/nodes-base/nodes/Google/Perspective/GooglePerspective.node.ts
index 5b95e6ff560..193747b01be 100644
--- a/packages/nodes-base/nodes/Google/Perspective/GooglePerspective.node.ts
+++ b/packages/nodes-base/nodes/Google/Perspective/GooglePerspective.node.ts
@@ -165,7 +165,7 @@ export class GooglePerspective implements INodeType {
},
default: '',
description:
- 'Languages of the text input. If unspecified, the API will auto-detect the comment language. Choose from the list, or specify an ID using an expression.',
+ 'Languages of the text input. If unspecified, the API will auto-detect the comment language. Choose from the list, or specify an ID using an expression.',
},
],
},
diff --git a/packages/nodes-base/nodes/Google/Sheet/GoogleSheetsTrigger.node.ts b/packages/nodes-base/nodes/Google/Sheet/GoogleSheetsTrigger.node.ts
index 40b35417b46..1558b7fd191 100644
--- a/packages/nodes-base/nodes/Google/Sheet/GoogleSheetsTrigger.node.ts
+++ b/packages/nodes-base/nodes/Google/Sheet/GoogleSheetsTrigger.node.ts
@@ -228,7 +228,7 @@ export class GoogleSheetsTrigger implements INodeType {
name: 'columnsToWatch',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsDependsOn: ['sheetName.value'],
loadOptionsMethod: 'getSheetHeaderRowAndSkipEmpty',
diff --git a/packages/nodes-base/nodes/Google/Sheet/v1/versionDescription.ts b/packages/nodes-base/nodes/Google/Sheet/v1/versionDescription.ts
index 769c5512fbe..08323291d4c 100644
--- a/packages/nodes-base/nodes/Google/Sheet/v1/versionDescription.ts
+++ b/packages/nodes-base/nodes/Google/Sheet/v1/versionDescription.ts
@@ -239,7 +239,7 @@ export const versionDescription: INodeTypeDescription = {
default: '',
required: true,
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
},
{
displayName: 'Start Index',
@@ -278,7 +278,7 @@ export const versionDescription: INodeTypeDescription = {
default: '',
required: true,
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
},
{
displayName: 'Start Index',
diff --git a/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/append.operation.ts b/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/append.operation.ts
index 42b255ac1ab..03fb7a75a0f 100644
--- a/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/append.operation.ts
+++ b/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/append.operation.ts
@@ -99,7 +99,7 @@ export const description: SheetProperties = [
name: 'fieldId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['sheetName.value'],
loadOptionsMethod: 'getSheetHeaderRowAndSkipEmpty',
diff --git a/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/appendOrUpdate.operation.ts b/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/appendOrUpdate.operation.ts
index 469181ecb2c..caa33922301 100644
--- a/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/appendOrUpdate.operation.ts
+++ b/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/appendOrUpdate.operation.ts
@@ -66,7 +66,7 @@ export const description: SheetProperties = [
name: 'columnToMatchOn',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['sheetName.value'],
loadOptionsMethod: 'getSheetHeaderRowAndSkipEmpty',
@@ -132,7 +132,7 @@ export const description: SheetProperties = [
name: 'column',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['sheetName.value', 'columnToMatchOn'],
loadOptionsMethod: 'getSheetHeaderRowAndAddColumn',
diff --git a/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/read.operation.ts b/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/read.operation.ts
index 8f8959a4639..9f65ffb52c0 100644
--- a/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/read.operation.ts
+++ b/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/read.operation.ts
@@ -68,7 +68,7 @@ export const description: SheetProperties = [
},
default: '',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
},
{
displayName: 'Value',
diff --git a/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/update.operation.ts b/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/update.operation.ts
index ba72e993d99..1d80ec0b82a 100644
--- a/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/update.operation.ts
+++ b/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/update.operation.ts
@@ -52,7 +52,7 @@ export const description: SheetProperties = [
name: 'columnToMatchOn',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['sheetName.value'],
loadOptionsMethod: 'getSheetHeaderRowAndSkipEmpty',
@@ -118,7 +118,7 @@ export const description: SheetProperties = [
name: 'column',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['sheetName.value', 'columnToMatchOn'],
loadOptionsMethod: 'getSheetHeaderRowAndAddColumn',
diff --git a/packages/nodes-base/nodes/Google/Slides/GoogleSlides.node.ts b/packages/nodes-base/nodes/Google/Slides/GoogleSlides.node.ts
index 5121fa4584a..64a260564d3 100644
--- a/packages/nodes-base/nodes/Google/Slides/GoogleSlides.node.ts
+++ b/packages/nodes-base/nodes/Google/Slides/GoogleSlides.node.ts
@@ -283,7 +283,7 @@ export class GoogleSlides implements INodeType {
loadOptionsDependsOn: ['presentationId'],
},
description:
- 'If non-empty, limits the matches to page elements only on the given pages. Choose from the list, or specify IDs using an expression.',
+ 'If non-empty, limits the matches to page elements only on the given pages. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Replace Text',
diff --git a/packages/nodes-base/nodes/Google/Task/TaskDescription.ts b/packages/nodes-base/nodes/Google/Task/TaskDescription.ts
index cc5f5a35529..33bcef54ba9 100644
--- a/packages/nodes-base/nodes/Google/Task/TaskDescription.ts
+++ b/packages/nodes-base/nodes/Google/Task/TaskDescription.ts
@@ -56,7 +56,7 @@ export const taskFields: INodeProperties[] = [
name: 'task',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTasks',
},
@@ -167,7 +167,7 @@ export const taskFields: INodeProperties[] = [
name: 'task',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTasks',
},
@@ -201,7 +201,7 @@ export const taskFields: INodeProperties[] = [
name: 'task',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTasks',
},
@@ -235,7 +235,7 @@ export const taskFields: INodeProperties[] = [
name: 'task',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTasks',
},
@@ -363,7 +363,7 @@ export const taskFields: INodeProperties[] = [
name: 'task',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTasks',
},
diff --git a/packages/nodes-base/nodes/Google/Translate/GoogleTranslate.node.ts b/packages/nodes-base/nodes/Google/Translate/GoogleTranslate.node.ts
index 98034a2abca..d694d09981e 100644
--- a/packages/nodes-base/nodes/Google/Translate/GoogleTranslate.node.ts
+++ b/packages/nodes-base/nodes/Google/Translate/GoogleTranslate.node.ts
@@ -154,7 +154,7 @@ export class GoogleTranslate implements INodeType {
},
default: '',
description:
- 'The language to use for translation of the input text, set to one of the language codes listed in Language Support. Choose from the list, or specify an ID using an expression.',
+ 'The language to use for translation of the input text, set to one of the language codes listed in Language Support. Choose from the list, or specify an ID using an expression.',
required: true,
displayOptions: {
show: {
diff --git a/packages/nodes-base/nodes/Google/YouTube/ChannelDescription.ts b/packages/nodes-base/nodes/Google/YouTube/ChannelDescription.ts
index d973aa1a94c..d89442d24de 100644
--- a/packages/nodes-base/nodes/Google/YouTube/ChannelDescription.ts
+++ b/packages/nodes-base/nodes/Google/YouTube/ChannelDescription.ts
@@ -203,7 +203,7 @@ export const channelFields: INodeProperties[] = [
},
default: '',
description:
- 'The hl parameter instructs the API to retrieve localized resource metadata for a specific application language that the YouTube website supports. Choose from the list, or specify an ID using an expression.',
+ 'The hl parameter instructs the API to retrieve localized resource metadata for a specific application language that the YouTube website supports. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'On Behalf Of Content Owner',
diff --git a/packages/nodes-base/nodes/Google/YouTube/PlaylistDescription.ts b/packages/nodes-base/nodes/Google/YouTube/PlaylistDescription.ts
index 8fd8f7bc516..be3e07959fb 100644
--- a/packages/nodes-base/nodes/Google/YouTube/PlaylistDescription.ts
+++ b/packages/nodes-base/nodes/Google/YouTube/PlaylistDescription.ts
@@ -123,7 +123,7 @@ export const playlistFields: INodeProperties[] = [
},
default: '',
description:
- 'The language of the text in the playlist resource\'s title and description properties. Choose from the list, or specify an ID using an expression.',
+ 'The language of the text in the playlist resource\'s title and description properties. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'On Behalf Of Content Owner Channel',
@@ -468,7 +468,7 @@ export const playlistFields: INodeProperties[] = [
},
default: '',
description:
- 'The language of the text in the playlist resource\'s title and description properties. Choose from the list, or specify an ID using an expression.',
+ 'The language of the text in the playlist resource\'s title and description properties. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Description',
diff --git a/packages/nodes-base/nodes/Google/YouTube/PlaylistItemDescription.ts b/packages/nodes-base/nodes/Google/YouTube/PlaylistItemDescription.ts
index dec5a6d8cef..defdd192449 100644
--- a/packages/nodes-base/nodes/Google/YouTube/PlaylistItemDescription.ts
+++ b/packages/nodes-base/nodes/Google/YouTube/PlaylistItemDescription.ts
@@ -50,7 +50,7 @@ export const playlistItemFields: INodeProperties[] = [
name: 'playlistId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getPlaylists',
},
@@ -257,7 +257,7 @@ export const playlistItemFields: INodeProperties[] = [
name: 'playlistId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getPlaylists',
},
diff --git a/packages/nodes-base/nodes/Google/YouTube/VideoCategoryDescription.ts b/packages/nodes-base/nodes/Google/YouTube/VideoCategoryDescription.ts
index bcc95b41ede..72cf4238cba 100644
--- a/packages/nodes-base/nodes/Google/YouTube/VideoCategoryDescription.ts
+++ b/packages/nodes-base/nodes/Google/YouTube/VideoCategoryDescription.ts
@@ -33,7 +33,7 @@ export const videoCategoryFields: INodeProperties[] = [
name: 'regionCode',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
required: true,
displayOptions: {
show: {
diff --git a/packages/nodes-base/nodes/Google/YouTube/VideoDescription.ts b/packages/nodes-base/nodes/Google/YouTube/VideoDescription.ts
index d47239e1835..c71f4ee6bd9 100644
--- a/packages/nodes-base/nodes/Google/YouTube/VideoDescription.ts
+++ b/packages/nodes-base/nodes/Google/YouTube/VideoDescription.ts
@@ -76,7 +76,7 @@ export const videoFields: INodeProperties[] = [
name: 'regionCode',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getCountriesCodes',
},
@@ -93,7 +93,7 @@ export const videoFields: INodeProperties[] = [
name: 'categoryId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getVideoCategories',
loadOptionsDependsOn: ['regionCode'],
@@ -142,7 +142,7 @@ export const videoFields: INodeProperties[] = [
},
default: '',
description:
- 'The language of the text in the playlist resource\'s title and description properties. Choose from the list, or specify an ID using an expression.',
+ 'The language of the text in the playlist resource\'s title and description properties. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Description',
@@ -481,7 +481,7 @@ export const videoFields: INodeProperties[] = [
},
default: '',
description:
- 'The regionCode parameter instructs the API to select a video chart available in the specified region. Choose from the list, or specify an ID using an expression.',
+ 'The regionCode parameter instructs the API to select a video chart available in the specified region. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Related To Video ID',
@@ -668,7 +668,7 @@ export const videoFields: INodeProperties[] = [
name: 'regionCode',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getCountriesCodes',
},
@@ -685,7 +685,7 @@ export const videoFields: INodeProperties[] = [
name: 'categoryId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getVideoCategories',
loadOptionsDependsOn: ['regionCode'],
@@ -720,7 +720,7 @@ export const videoFields: INodeProperties[] = [
},
default: '',
description:
- 'The language of the text in the playlist resource\'s title and description properties. Choose from the list, or specify an ID using an expression.',
+ 'The language of the text in the playlist resource\'s title and description properties. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Description',
diff --git a/packages/nodes-base/nodes/Grafana/descriptions/DashboardDescription.ts b/packages/nodes-base/nodes/Grafana/descriptions/DashboardDescription.ts
index efef82c9062..f1c581b0c41 100644
--- a/packages/nodes-base/nodes/Grafana/descriptions/DashboardDescription.ts
+++ b/packages/nodes-base/nodes/Grafana/descriptions/DashboardDescription.ts
@@ -81,7 +81,7 @@ export const dashboardFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'Folder to create the dashboard in - if the folder is unspecified, the dashboard will be saved to the General folder. Choose from the list, or specify an ID using an expression.',
+ 'Folder to create the dashboard in - if the folder is unspecified, the dashboard will be saved to the General folder. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getFolders',
},
@@ -219,7 +219,7 @@ export const dashboardFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'Folder to move the dashboard into - if the folder is unspecified, the dashboard will be saved to the General folder. Choose from the list, or specify an ID using an expression.',
+ 'Folder to move the dashboard into - if the folder is unspecified, the dashboard will be saved to the General folder. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getFolders',
},
diff --git a/packages/nodes-base/nodes/Grafana/descriptions/TeamMemberDescription.ts b/packages/nodes-base/nodes/Grafana/descriptions/TeamMemberDescription.ts
index 9af04c3886f..8bda11b4b8b 100644
--- a/packages/nodes-base/nodes/Grafana/descriptions/TeamMemberDescription.ts
+++ b/packages/nodes-base/nodes/Grafana/descriptions/TeamMemberDescription.ts
@@ -43,7 +43,7 @@ export const teamMemberFields: INodeProperties[] = [
displayName: 'User Name or ID',
name: 'userId',
description:
- 'User to add to a team. Choose from the list, or specify an ID using an expression.',
+ 'User to add to a team. Choose from the list, or specify an ID using an expression.',
type: 'options',
required: true,
default: '',
@@ -61,7 +61,7 @@ export const teamMemberFields: INodeProperties[] = [
displayName: 'Team Name or ID',
name: 'teamId',
description:
- 'Team to add the user to. Choose from the list, or specify an ID using an expression.',
+ 'Team to add the user to. Choose from the list, or specify an ID using an expression.',
type: 'options',
required: true,
default: '',
@@ -83,7 +83,7 @@ export const teamMemberFields: INodeProperties[] = [
displayName: 'User Name or ID',
name: 'memberId',
description:
- 'User to remove from the team. Choose from the list, or specify an ID using an expression.',
+ 'User to remove from the team. Choose from the list, or specify an ID using an expression.',
type: 'options',
required: true,
default: '',
@@ -101,7 +101,7 @@ export const teamMemberFields: INodeProperties[] = [
displayName: 'Team Name or ID',
name: 'teamId',
description:
- 'Team to remove the user from. Choose from the list, or specify an ID using an expression.',
+ 'Team to remove the user from. Choose from the list, or specify an ID using an expression.',
type: 'options',
required: true,
default: '',
@@ -123,7 +123,7 @@ export const teamMemberFields: INodeProperties[] = [
displayName: 'Team Name or ID',
name: 'teamId',
description:
- 'Team to retrieve all members from. Choose from the list, or specify an ID using an expression.',
+ 'Team to retrieve all members from. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getTeams',
},
diff --git a/packages/nodes-base/nodes/Grist/OperationDescription.ts b/packages/nodes-base/nodes/Grist/OperationDescription.ts
index 44a74f30c3a..7c9a9a4f6dc 100644
--- a/packages/nodes-base/nodes/Grist/OperationDescription.ts
+++ b/packages/nodes-base/nodes/Grist/OperationDescription.ts
@@ -143,7 +143,7 @@ export const operationFields: INodeProperties[] = [
},
default: '',
description:
- 'Column to apply the filter in. Choose from the list, or specify an ID using an expression.',
+ 'Column to apply the filter in. Choose from the list, or specify an ID using an expression.',
required: true,
},
{
@@ -182,7 +182,7 @@ export const operationFields: INodeProperties[] = [
default: '',
required: true,
description:
- 'Column to sort on. Choose from the list, or specify an ID using an expression.',
+ 'Column to sort on. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Direction',
@@ -292,7 +292,7 @@ export const operationFields: INodeProperties[] = [
displayName: 'Column Name or ID',
name: 'fieldId',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
type: 'options',
typeOptions: {
loadOptionsDependsOn: ['tableId'],
diff --git a/packages/nodes-base/nodes/HaloPSA/descriptions/SiteDescription.ts b/packages/nodes-base/nodes/HaloPSA/descriptions/SiteDescription.ts
index 9d2d275e04a..5820ae7349f 100644
--- a/packages/nodes-base/nodes/HaloPSA/descriptions/SiteDescription.ts
+++ b/packages/nodes-base/nodes/HaloPSA/descriptions/SiteDescription.ts
@@ -97,7 +97,7 @@ export const siteFields: INodeProperties[] = [
name: 'clientId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
required: true,
typeOptions: {
diff --git a/packages/nodes-base/nodes/HaloPSA/descriptions/TicketDescription.ts b/packages/nodes-base/nodes/HaloPSA/descriptions/TicketDescription.ts
index 181bb090fa1..b409d711e10 100644
--- a/packages/nodes-base/nodes/HaloPSA/descriptions/TicketDescription.ts
+++ b/packages/nodes-base/nodes/HaloPSA/descriptions/TicketDescription.ts
@@ -56,7 +56,7 @@ export const ticketFields: INodeProperties[] = [
name: 'ticketType',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
required: true,
typeOptions: {
@@ -115,7 +115,7 @@ export const ticketFields: INodeProperties[] = [
name: 'agent_id',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getHaloPSAAgents',
@@ -277,7 +277,7 @@ export const ticketFields: INodeProperties[] = [
name: 'agent_id',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getHaloPSAAgents',
diff --git a/packages/nodes-base/nodes/HaloPSA/descriptions/UserDescription.ts b/packages/nodes-base/nodes/HaloPSA/descriptions/UserDescription.ts
index a40dd3ff30b..f9161247785 100644
--- a/packages/nodes-base/nodes/HaloPSA/descriptions/UserDescription.ts
+++ b/packages/nodes-base/nodes/HaloPSA/descriptions/UserDescription.ts
@@ -70,7 +70,7 @@ export const userFields: INodeProperties[] = [
name: 'siteId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
required: true,
typeOptions: {
@@ -302,7 +302,7 @@ export const userFields: INodeProperties[] = [
name: 'site_id',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getHaloPSASites',
diff --git a/packages/nodes-base/nodes/Harvest/Harvest.node.ts b/packages/nodes-base/nodes/Harvest/Harvest.node.ts
index 7c4dde54cd0..90fc166080d 100644
--- a/packages/nodes-base/nodes/Harvest/Harvest.node.ts
+++ b/packages/nodes-base/nodes/Harvest/Harvest.node.ts
@@ -152,7 +152,7 @@ export class Harvest implements INodeType {
name: 'accountId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
required: true,
typeOptions: {
loadOptionsMethod: 'getAccounts',
diff --git a/packages/nodes-base/nodes/HelpScout/ConversationDescription.ts b/packages/nodes-base/nodes/HelpScout/ConversationDescription.ts
index cea445a5d4f..5ef57613876 100644
--- a/packages/nodes-base/nodes/HelpScout/ConversationDescription.ts
+++ b/packages/nodes-base/nodes/HelpScout/ConversationDescription.ts
@@ -61,7 +61,7 @@ export const conversationFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of a mailbox where the conversation is being created. Choose from the list, or specify an ID using an expression.',
+ 'ID of a mailbox where the conversation is being created. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Status',
@@ -218,7 +218,7 @@ export const conversationFields: INodeProperties[] = [
},
default: [],
description:
- 'List of tags to be added to the conversation. Choose from the list, or specify IDs using an expression.',
+ 'List of tags to be added to the conversation. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'User ID',
@@ -572,7 +572,7 @@ export const conversationFields: INodeProperties[] = [
},
default: [],
description:
- 'Filter conversation by tags. Choose from the list, or specify IDs using an expression.',
+ 'Filter conversation by tags. Choose from the list, or specify IDs using an expression.',
},
],
},
diff --git a/packages/nodes-base/nodes/HelpScout/CustomerDescription.ts b/packages/nodes-base/nodes/HelpScout/CustomerDescription.ts
index 805985bd292..59d3073f25c 100644
--- a/packages/nodes-base/nodes/HelpScout/CustomerDescription.ts
+++ b/packages/nodes-base/nodes/HelpScout/CustomerDescription.ts
@@ -206,7 +206,7 @@ export const customerFields: INodeProperties[] = [
name: 'country',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getCountriesCodes',
},
diff --git a/packages/nodes-base/nodes/HighLevel/v1/HighLevelV1.node.ts b/packages/nodes-base/nodes/HighLevel/v1/HighLevelV1.node.ts
index 88243e10ffb..f176781e223 100644
--- a/packages/nodes-base/nodes/HighLevel/v1/HighLevelV1.node.ts
+++ b/packages/nodes-base/nodes/HighLevel/v1/HighLevelV1.node.ts
@@ -1,4 +1,3 @@
-/* eslint-disable n8n-nodes-base/node-filename-against-convention */
import type {
INodeProperties,
INodeType,
diff --git a/packages/nodes-base/nodes/HighLevel/v1/description/ContactDescription.ts b/packages/nodes-base/nodes/HighLevel/v1/description/ContactDescription.ts
index d7d84ef06fc..d76ce3f4023 100644
--- a/packages/nodes-base/nodes/HighLevel/v1/description/ContactDescription.ts
+++ b/packages/nodes-base/nodes/HighLevel/v1/description/ContactDescription.ts
@@ -180,7 +180,7 @@ const customFields: INodeProperties = {
required: true,
default: '',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptions: {
routing: {
@@ -422,7 +422,7 @@ const createProperties: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTimezones',
},
@@ -625,7 +625,7 @@ const updateProperties: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTimezones',
},
diff --git a/packages/nodes-base/nodes/HighLevel/v1/description/OpportunityDescription.ts b/packages/nodes-base/nodes/HighLevel/v1/description/OpportunityDescription.ts
index 05b8235195e..12c86911d32 100644
--- a/packages/nodes-base/nodes/HighLevel/v1/description/OpportunityDescription.ts
+++ b/packages/nodes-base/nodes/HighLevel/v1/description/OpportunityDescription.ts
@@ -109,7 +109,7 @@ const pipelineId: INodeProperties = {
},
},
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptions: {
routing: {
@@ -153,7 +153,7 @@ const createProperties: INodeProperties[] = [
type: 'options',
required: true,
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
displayOptions: {
show: {
resource: ['opportunity'],
@@ -269,7 +269,7 @@ const createProperties: INodeProperties[] = [
default: '',
// eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-options
description:
- 'Choose staff member from the list, or specify an ID using an expression',
+ 'Choose staff member from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getUsers',
},
@@ -427,7 +427,7 @@ const getAllProperties: INodeProperties[] = [
default: '',
// eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-options
description:
- 'Choose staff member from the list, or specify an ID using an expression',
+ 'Choose staff member from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getUsers',
},
@@ -482,7 +482,7 @@ const getAllProperties: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['pipelineId'],
loadOptionsMethod: 'getPipelineStages',
@@ -591,7 +591,7 @@ const updateProperties: INodeProperties[] = [
default: '',
// eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-options
description:
- 'Choose staff member from the list, or specify an ID using an expression',
+ 'Choose staff member from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getUsers',
},
@@ -659,7 +659,7 @@ const updateProperties: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['pipelineId'],
loadOptionsMethod: 'getPipelineStages',
diff --git a/packages/nodes-base/nodes/HighLevel/v1/description/TaskDescription.ts b/packages/nodes-base/nodes/HighLevel/v1/description/TaskDescription.ts
index 5704cbdfa4b..601423f158a 100644
--- a/packages/nodes-base/nodes/HighLevel/v1/description/TaskDescription.ts
+++ b/packages/nodes-base/nodes/HighLevel/v1/description/TaskDescription.ts
@@ -185,7 +185,7 @@ const createProperties: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getUsers',
},
@@ -396,7 +396,7 @@ const updateProperties: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getUsers',
},
diff --git a/packages/nodes-base/nodes/HighLevel/v2/HighLevelV2.node.ts b/packages/nodes-base/nodes/HighLevel/v2/HighLevelV2.node.ts
index 6c6b2cabf59..cb596319f94 100644
--- a/packages/nodes-base/nodes/HighLevel/v2/HighLevelV2.node.ts
+++ b/packages/nodes-base/nodes/HighLevel/v2/HighLevelV2.node.ts
@@ -1,4 +1,3 @@
-/* eslint-disable n8n-nodes-base/node-filename-against-convention */
import type {
INodeProperties,
INodeType,
diff --git a/packages/nodes-base/nodes/HighLevel/v2/description/ContactDescription.ts b/packages/nodes-base/nodes/HighLevel/v2/description/ContactDescription.ts
index b60833eb715..f3f7bc8e98e 100644
--- a/packages/nodes-base/nodes/HighLevel/v2/description/ContactDescription.ts
+++ b/packages/nodes-base/nodes/HighLevel/v2/description/ContactDescription.ts
@@ -168,7 +168,7 @@ const customFields: INodeProperties = {
required: true,
default: '',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptions: {
routing: {
@@ -410,7 +410,7 @@ const createProperties: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTimezones',
},
@@ -613,7 +613,7 @@ const updateProperties: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTimezones',
},
diff --git a/packages/nodes-base/nodes/HighLevel/v2/description/OpportunityDescription.ts b/packages/nodes-base/nodes/HighLevel/v2/description/OpportunityDescription.ts
index debac102164..b9d7860b7e6 100644
--- a/packages/nodes-base/nodes/HighLevel/v2/description/OpportunityDescription.ts
+++ b/packages/nodes-base/nodes/HighLevel/v2/description/OpportunityDescription.ts
@@ -106,7 +106,7 @@ const pipelineId: INodeProperties = {
},
},
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getPipelines',
},
@@ -127,7 +127,7 @@ const createProperties: INodeProperties[] = [
required: true,
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
hint: 'There can only be one opportunity for each contact',
displayOptions: {
show: {
@@ -222,7 +222,7 @@ const createProperties: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getUsers',
},
@@ -276,7 +276,7 @@ const createProperties: INodeProperties[] = [
name: 'stageId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
@@ -384,7 +384,7 @@ const getAllProperties: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getUsers',
},
@@ -425,7 +425,7 @@ const getAllProperties: INodeProperties[] = [
name: 'pipelineId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getPipelines',
},
@@ -443,7 +443,7 @@ const getAllProperties: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
hint: "Select 'Pipeline Name or ID' first to see stages",
typeOptions: {
loadOptionsDependsOn: ['pipelineId'],
@@ -552,7 +552,7 @@ const updateProperties: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getUsers',
},
@@ -594,7 +594,7 @@ const updateProperties: INodeProperties[] = [
name: 'pipelineId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getPipelines',
},
@@ -612,7 +612,7 @@ const updateProperties: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
hint: "Select 'Pipeline Name or ID' first to see stages",
typeOptions: {
loadOptionsDependsOn: ['pipelineId'],
diff --git a/packages/nodes-base/nodes/HighLevel/v2/description/TaskDescription.ts b/packages/nodes-base/nodes/HighLevel/v2/description/TaskDescription.ts
index 599c583a7c2..3869d1e3266 100644
--- a/packages/nodes-base/nodes/HighLevel/v2/description/TaskDescription.ts
+++ b/packages/nodes-base/nodes/HighLevel/v2/description/TaskDescription.ts
@@ -129,7 +129,7 @@ const createProperties: INodeProperties[] = [
default: '',
required: true,
description:
- 'Contact the task belongs to. Choose from the list, or specify an ID using an expression.',
+ 'Contact the task belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Title',
@@ -209,7 +209,7 @@ const createProperties: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getUsers',
},
@@ -254,7 +254,7 @@ const deleteProperties: INodeProperties[] = [
default: '',
required: true,
description:
- 'Contact the task belongs to. Choose from the list, or specify an ID using an expression.',
+ 'Contact the task belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Task ID',
@@ -289,7 +289,7 @@ const getProperties: INodeProperties[] = [
default: '',
required: true,
description:
- 'Contact the task belongs to. Choose from the list, or specify an ID using an expression.',
+ 'Contact the task belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Task ID',
@@ -324,7 +324,7 @@ const getAllProperties: INodeProperties[] = [
default: '',
required: true,
description:
- 'Contact the task belongs to. Choose from the list, or specify an ID using an expression.',
+ 'Contact the task belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
@@ -383,7 +383,7 @@ const updateProperties: INodeProperties[] = [
default: '',
required: true,
description:
- 'Contact the task belongs to. Choose from the list, or specify an ID using an expression.',
+ 'Contact the task belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Task ID',
@@ -418,7 +418,7 @@ const updateProperties: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getUsers',
},
diff --git a/packages/nodes-base/nodes/HomeAssistant/CameraProxyDescription.ts b/packages/nodes-base/nodes/HomeAssistant/CameraProxyDescription.ts
index 540a4af70d5..224b5e0b08b 100644
--- a/packages/nodes-base/nodes/HomeAssistant/CameraProxyDescription.ts
+++ b/packages/nodes-base/nodes/HomeAssistant/CameraProxyDescription.ts
@@ -32,7 +32,7 @@ export const cameraProxyFields: INodeProperties[] = [
name: 'cameraEntityId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getCameraEntities',
},
diff --git a/packages/nodes-base/nodes/HomeAssistant/ServiceDescription.ts b/packages/nodes-base/nodes/HomeAssistant/ServiceDescription.ts
index 51e53f020a4..5028e2369d1 100644
--- a/packages/nodes-base/nodes/HomeAssistant/ServiceDescription.ts
+++ b/packages/nodes-base/nodes/HomeAssistant/ServiceDescription.ts
@@ -73,7 +73,7 @@ export const serviceFields: INodeProperties[] = [
name: 'domain',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getDomains',
},
@@ -91,7 +91,7 @@ export const serviceFields: INodeProperties[] = [
name: 'service',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['domain'],
loadOptionsMethod: 'getDomainServices',
diff --git a/packages/nodes-base/nodes/HomeAssistant/StateDescription.ts b/packages/nodes-base/nodes/HomeAssistant/StateDescription.ts
index d6b1f5eff22..973092bd991 100644
--- a/packages/nodes-base/nodes/HomeAssistant/StateDescription.ts
+++ b/packages/nodes-base/nodes/HomeAssistant/StateDescription.ts
@@ -44,7 +44,7 @@ export const stateFields: INodeProperties[] = [
name: 'entityId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getAllEntities',
},
@@ -112,7 +112,7 @@ export const stateFields: INodeProperties[] = [
required: true,
default: '',
description:
- 'The entity ID for which a state will be created. Choose from the list, or specify an ID using an expression.',
+ 'The entity ID for which a state will be created. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'State',
diff --git a/packages/nodes-base/nodes/HttpRequest/V3/HttpRequestV3.node.ts b/packages/nodes-base/nodes/HttpRequest/V3/HttpRequestV3.node.ts
index 6d01c25502e..9ff67f94810 100644
--- a/packages/nodes-base/nodes/HttpRequest/V3/HttpRequestV3.node.ts
+++ b/packages/nodes-base/nodes/HttpRequest/V3/HttpRequestV3.node.ts
@@ -488,7 +488,7 @@ export class HttpRequestV3 implements INodeType {
type: 'string',
default: '',
description:
- 'ID of the field to set. Choose from the list, or specify an ID using an expression.',
+ 'ID of the field to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Value',
diff --git a/packages/nodes-base/nodes/Hubspot/HubspotTrigger.node.ts b/packages/nodes-base/nodes/Hubspot/HubspotTrigger.node.ts
index 8c69117e253..5ce15a9b1c2 100644
--- a/packages/nodes-base/nodes/Hubspot/HubspotTrigger.node.ts
+++ b/packages/nodes-base/nodes/Hubspot/HubspotTrigger.node.ts
@@ -175,7 +175,7 @@ export class HubspotTrigger implements INodeType {
name: 'property',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['contact.propertyChange'],
loadOptionsMethod: 'getContactProperties',
@@ -193,7 +193,7 @@ export class HubspotTrigger implements INodeType {
name: 'property',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['company.propertyChange'],
loadOptionsMethod: 'getCompanyProperties',
@@ -211,7 +211,7 @@ export class HubspotTrigger implements INodeType {
name: 'property',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['deal.propertyChange'],
loadOptionsMethod: 'getDealProperties',
diff --git a/packages/nodes-base/nodes/Hubspot/V1/CompanyDescription.ts b/packages/nodes-base/nodes/Hubspot/V1/CompanyDescription.ts
index 501f6d0f997..da7617bfd4c 100644
--- a/packages/nodes-base/nodes/Hubspot/V1/CompanyDescription.ts
+++ b/packages/nodes-base/nodes/Hubspot/V1/CompanyDescription.ts
@@ -141,7 +141,7 @@ export const companyFields: INodeProperties[] = [
},
default: '',
description:
- 'The owner of the company. Choose from the list, or specify an ID using an expression.',
+ 'The owner of the company. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Country/Region',
@@ -173,7 +173,7 @@ export const companyFields: INodeProperties[] = [
},
default: '',
description:
- 'Name of the property. Choose from the list, or specify an ID using an expression.',
+ 'Name of the property. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Value',
@@ -219,7 +219,7 @@ export const companyFields: INodeProperties[] = [
},
default: '',
description:
- 'The type of business the company performs. Choose from the list, or specify an ID using an expression.',
+ 'The type of business the company performs. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Is Public',
@@ -237,7 +237,7 @@ export const companyFields: INodeProperties[] = [
},
default: '',
description:
- 'The company\'s sales, prospecting or outreach status. Choose from the list, or specify an ID using an expression.',
+ 'The company\'s sales, prospecting or outreach status. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Lifecycle Stage Name or ID',
@@ -248,7 +248,7 @@ export const companyFields: INodeProperties[] = [
},
default: '',
description:
- 'The most advanced lifecycle stage across all contacts associated with this company or organization. Choose from the list, or specify an ID using an expression.',
+ 'The most advanced lifecycle stage across all contacts associated with this company or organization. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'LinkedIn Bio',
@@ -283,7 +283,7 @@ export const companyFields: INodeProperties[] = [
},
default: '',
description:
- 'Original source for the contact with the earliest activity for this company or organization. Choose from the list, or specify an ID using an expression.',
+ 'Original source for the contact with the earliest activity for this company or organization. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Phone Number',
@@ -334,7 +334,7 @@ export const companyFields: INodeProperties[] = [
},
default: '',
description:
- 'The Target Account property is a means to flag high priority companies if you are following an account based strategy. Choose from the list, or specify an ID using an expression.',
+ 'The Target Account property is a means to flag high priority companies if you are following an account based strategy. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Timezone',
@@ -388,7 +388,7 @@ export const companyFields: INodeProperties[] = [
},
default: '',
description:
- 'The optional classification of this company record - prospect, partner, etc. Choose from the list, or specify an ID using an expression.',
+ 'The optional classification of this company record - prospect, partner, etc. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Web Technologies Name or ID',
@@ -399,7 +399,7 @@ export const companyFields: INodeProperties[] = [
},
default: '',
description:
- 'The web technologies used by the company or organization. Powered by HubSpot Insights. Choose from the list, or specify an ID using an expression.',
+ 'The web technologies used by the company or organization. Powered by HubSpot Insights. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Website URL',
@@ -495,7 +495,7 @@ export const companyFields: INodeProperties[] = [
},
default: '',
description:
- 'The owner of the company. Choose from the list, or specify an ID using an expression.',
+ 'The owner of the company. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Country/Region',
@@ -527,7 +527,7 @@ export const companyFields: INodeProperties[] = [
},
default: '',
description:
- 'Name of the property. Choose from the list, or specify an ID using an expression.',
+ 'Name of the property. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Value',
@@ -573,7 +573,7 @@ export const companyFields: INodeProperties[] = [
},
default: '',
description:
- 'The type of business the company performs. Choose from the list, or specify an ID using an expression.',
+ 'The type of business the company performs. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Is Public',
@@ -591,7 +591,7 @@ export const companyFields: INodeProperties[] = [
},
default: '',
description:
- 'The company\'s sales, prospecting or outreach status. Choose from the list, or specify an ID using an expression.',
+ 'The company\'s sales, prospecting or outreach status. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Lifecycle Stage Name or ID',
@@ -602,7 +602,7 @@ export const companyFields: INodeProperties[] = [
},
default: '',
description:
- 'The most advanced lifecycle stage across all contacts associated with this company or organization. Choose from the list, or specify an ID using an expression.',
+ 'The most advanced lifecycle stage across all contacts associated with this company or organization. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Linkedin Bio',
@@ -643,7 +643,7 @@ export const companyFields: INodeProperties[] = [
},
default: '',
description:
- 'Original source for the contact with the earliest activity for this company or organization. Choose from the list, or specify an ID using an expression.',
+ 'Original source for the contact with the earliest activity for this company or organization. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Phone Number',
@@ -694,7 +694,7 @@ export const companyFields: INodeProperties[] = [
},
default: '',
description:
- 'The Target Account property is a means to flag high priority companies if you are following an account based strategy. Choose from the list, or specify an ID using an expression.',
+ 'The Target Account property is a means to flag high priority companies if you are following an account based strategy. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Timezone',
@@ -748,7 +748,7 @@ export const companyFields: INodeProperties[] = [
},
default: '',
description:
- 'The optional classification of this company record - prospect, partner, etc. Choose from the list, or specify an ID using an expression.',
+ 'The optional classification of this company record - prospect, partner, etc. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Web Technologies Name or ID',
@@ -759,7 +759,7 @@ export const companyFields: INodeProperties[] = [
},
default: '',
description:
- 'The web technologies used by the company or organization. Powered by HubSpot Insights. Choose from the list, or specify an ID using an expression.',
+ 'The web technologies used by the company or organization. Powered by HubSpot Insights. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Website URL',
@@ -884,7 +884,7 @@ export const companyFields: INodeProperties[] = [
},
default: [],
description:
- '
Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your companies.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your companies.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific deal properties in the results. By default, the results will only include Deal ID and will not include the values for any properties for your Deals.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific deal properties in the results. By default, the results will only include Deal ID and will not include the values for any properties for your Deals.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific deal properties in the results. By default, the results will only include Deal ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific deal properties in the results. By default, the results will only include Deal ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific ticket properties in the results. By default, the results will only include ticket ID and will not include the values for any properties for your tickets.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific ticket properties in the results. By default, the results will only include ticket ID and will not include the values for any properties for your tickets.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific ticket properties in the results. By default, the results will only include ticket ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific ticket properties in the results. By default, the results will only include ticket ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific contact properties in the results. By default, the results will only include Contact ID and will not include the values for any properties for your Contact.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific contact properties in the results. By default, the results will only include Contact ID and will not include the values for any properties for your Contact.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific contact properties in the results. By default, the results will only include Contact ID and will not include the values for any properties for your Contact.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific contact properties in the results. By default, the results will only include Contact ID and will not include the values for any properties for your Contact.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific contact properties in the results. By default, the results will only include Contact ID and will not include the values for any properties for your Contact.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific contact properties in the results. By default, the results will only include Contact ID and will not include the values for any properties for your Contact.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific deal properties in the results. By default, the results will only include Deal ID and will not include the values for any properties for your Deals.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific deal properties in the results. By default, the results will only include Deal ID and will not include the values for any properties for your Deals.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific deal properties in the results. By default, the results will only include Deal ID and will not include the values for any properties for your Deals.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Used to include specific deal properties in the results. By default, the results will only include Deal ID and will not include the values for any properties for your Deals.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,.
Sharing Group is selected in Distribution. Choose from the list, or specify an ID using an expression.',
+ 'Use only for when Sharing Group is selected in Distribution. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getSharingGroups',
},
@@ -317,7 +317,7 @@ export const attributeFields: INodeProperties[] = [
default: '',
// eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-options
description:
- 'Choose from the list, or specify an ID using an expression. Use only for when Sharing Group is selected in Distribution.',
+ 'Choose from the list, or specify an ID using an expression. Use only for when Sharing Group is selected in Distribution.',
typeOptions: {
loadOptionsMethod: 'getSharingGroups',
},
diff --git a/packages/nodes-base/nodes/Misp/descriptions/EventDescription.ts b/packages/nodes-base/nodes/Misp/descriptions/EventDescription.ts
index ca46869f7f3..94d2a1a1e52 100644
--- a/packages/nodes-base/nodes/Misp/descriptions/EventDescription.ts
+++ b/packages/nodes-base/nodes/Misp/descriptions/EventDescription.ts
@@ -79,7 +79,7 @@ export const eventFields: INodeProperties[] = [
default: '',
required: true,
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getOrgs',
},
@@ -177,7 +177,7 @@ export const eventFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'Use only for when Sharing Group is selected in Distribution. Choose from the list, or specify an ID using an expression.',
+ 'Use only for when Sharing Group is selected in Distribution. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getSharingGroups',
},
@@ -414,7 +414,7 @@ export const eventFields: INodeProperties[] = [
default: '',
// eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-options
description:
- 'Choose from the list, or specify an ID using an expression. Use only for when Sharing Group is selected in Distribution.',
+ 'Choose from the list, or specify an ID using an expression. Use only for when Sharing Group is selected in Distribution.',
typeOptions: {
loadOptionsMethod: 'getSharingGroups',
},
diff --git a/packages/nodes-base/nodes/Misp/descriptions/EventTagDescription.ts b/packages/nodes-base/nodes/Misp/descriptions/EventTagDescription.ts
index a1695882db0..c0b7b0625da 100644
--- a/packages/nodes-base/nodes/Misp/descriptions/EventTagDescription.ts
+++ b/packages/nodes-base/nodes/Misp/descriptions/EventTagDescription.ts
@@ -49,7 +49,7 @@ export const eventTagFields: INodeProperties[] = [
displayName: 'Tag Name or ID',
name: 'tagId',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
type: 'options',
required: true,
default: '',
@@ -85,7 +85,7 @@ export const eventTagFields: INodeProperties[] = [
displayName: 'Tag Name or ID',
name: 'tagId',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
type: 'options',
required: true,
default: '',
diff --git a/packages/nodes-base/nodes/Misp/descriptions/UserDescription.ts b/packages/nodes-base/nodes/Misp/descriptions/UserDescription.ts
index e98a971e015..40e9ff69f6c 100644
--- a/packages/nodes-base/nodes/Misp/descriptions/UserDescription.ts
+++ b/packages/nodes-base/nodes/Misp/descriptions/UserDescription.ts
@@ -100,7 +100,7 @@ export const userFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getUsers',
},
@@ -110,7 +110,7 @@ export const userFields: INodeProperties[] = [
name: 'org_id',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getOrgs',
@@ -233,7 +233,7 @@ export const userFields: INodeProperties[] = [
name: 'invited_by',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getUsers',
@@ -244,7 +244,7 @@ export const userFields: INodeProperties[] = [
name: 'org_id',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getOrgs',
diff --git a/packages/nodes-base/nodes/MondayCom/BoardColumnDescription.ts b/packages/nodes-base/nodes/MondayCom/BoardColumnDescription.ts
index 6d011ab02fe..3116f5c8fe5 100644
--- a/packages/nodes-base/nodes/MondayCom/BoardColumnDescription.ts
+++ b/packages/nodes-base/nodes/MondayCom/BoardColumnDescription.ts
@@ -38,7 +38,7 @@ export const boardColumnFields: INodeProperties[] = [
name: 'boardId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getBoards',
@@ -196,7 +196,7 @@ export const boardColumnFields: INodeProperties[] = [
name: 'boardId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getBoards',
diff --git a/packages/nodes-base/nodes/MondayCom/BoardDescription.ts b/packages/nodes-base/nodes/MondayCom/BoardDescription.ts
index 2bb61a0669a..e342c32ef40 100644
--- a/packages/nodes-base/nodes/MondayCom/BoardDescription.ts
+++ b/packages/nodes-base/nodes/MondayCom/BoardDescription.ts
@@ -61,7 +61,7 @@ export const boardFields: INodeProperties[] = [
},
},
description:
- 'Board unique identifiers. Choose from the list, or specify an ID using an expression.',
+ 'Board unique identifiers. Choose from the list, or specify an ID using an expression.',
},
/* -------------------------------------------------------------------------- */
/* board:create */
@@ -152,7 +152,7 @@ export const boardFields: INodeProperties[] = [
},
},
description:
- 'Board unique identifiers. Choose from the list, or specify an ID using an expression.',
+ 'Board unique identifiers. Choose from the list, or specify an ID using an expression.',
},
/* -------------------------------------------------------------------------- */
/* board:getAll */
diff --git a/packages/nodes-base/nodes/MondayCom/BoardGroupDescription.ts b/packages/nodes-base/nodes/MondayCom/BoardGroupDescription.ts
index eba9cc81403..cb81e2a48f6 100644
--- a/packages/nodes-base/nodes/MondayCom/BoardGroupDescription.ts
+++ b/packages/nodes-base/nodes/MondayCom/BoardGroupDescription.ts
@@ -44,7 +44,7 @@ export const boardGroupFields: INodeProperties[] = [
name: 'boardId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getBoards',
@@ -79,7 +79,7 @@ export const boardGroupFields: INodeProperties[] = [
name: 'boardId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getBoards',
},
@@ -97,7 +97,7 @@ export const boardGroupFields: INodeProperties[] = [
name: 'groupId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getGroups',
@@ -119,7 +119,7 @@ export const boardGroupFields: INodeProperties[] = [
name: 'boardId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getBoards',
diff --git a/packages/nodes-base/nodes/MondayCom/BoardItemDescription.ts b/packages/nodes-base/nodes/MondayCom/BoardItemDescription.ts
index e6a11ae0ac8..37c6d48d78a 100644
--- a/packages/nodes-base/nodes/MondayCom/BoardItemDescription.ts
+++ b/packages/nodes-base/nodes/MondayCom/BoardItemDescription.ts
@@ -122,7 +122,7 @@ export const boardItemFields: INodeProperties[] = [
},
},
description:
- 'The unique identifier of the board. Choose from the list, or specify an ID using an expression.',
+ 'The unique identifier of the board. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Item ID',
@@ -155,7 +155,7 @@ export const boardItemFields: INodeProperties[] = [
},
},
description:
- 'The column\'s unique identifier. Choose from the list, or specify an ID using an expression.',
+ 'The column\'s unique identifier. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Value',
@@ -191,7 +191,7 @@ export const boardItemFields: INodeProperties[] = [
},
},
description:
- 'The unique identifier of the board. Choose from the list, or specify an ID using an expression.',
+ 'The unique identifier of the board. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Item ID',
@@ -233,7 +233,7 @@ export const boardItemFields: INodeProperties[] = [
name: 'boardId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getBoards',
},
@@ -251,7 +251,7 @@ export const boardItemFields: INodeProperties[] = [
name: 'groupId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getGroups',
@@ -346,7 +346,7 @@ export const boardItemFields: INodeProperties[] = [
name: 'boardId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getBoards',
@@ -365,7 +365,7 @@ export const boardItemFields: INodeProperties[] = [
default: '',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getGroups',
loadOptionsDependsOn: ['boardId'],
@@ -428,7 +428,7 @@ export const boardItemFields: INodeProperties[] = [
},
},
description:
- 'The unique identifier of the board. Choose from the list, or specify an ID using an expression.',
+ 'The unique identifier of the board. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Column Name or ID',
@@ -447,7 +447,7 @@ export const boardItemFields: INodeProperties[] = [
},
},
description:
- 'The column\'s unique identifier. Choose from the list, or specify an ID using an expression.',
+ 'The column\'s unique identifier. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Column Value',
@@ -502,7 +502,7 @@ export const boardItemFields: INodeProperties[] = [
name: 'boardId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getBoards',
},
@@ -534,7 +534,7 @@ export const boardItemFields: INodeProperties[] = [
name: 'groupId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getGroups',
diff --git a/packages/nodes-base/nodes/MonicaCrm/descriptions/ActivityDescription.ts b/packages/nodes-base/nodes/MonicaCrm/descriptions/ActivityDescription.ts
index 4d7c348a0e6..32904e3a68f 100644
--- a/packages/nodes-base/nodes/MonicaCrm/descriptions/ActivityDescription.ts
+++ b/packages/nodes-base/nodes/MonicaCrm/descriptions/ActivityDescription.ts
@@ -56,7 +56,7 @@ export const activityFields: INodeProperties[] = [
name: 'activityTypeId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
required: true,
default: '',
typeOptions: {
@@ -239,7 +239,7 @@ export const activityFields: INodeProperties[] = [
name: 'activity_type_id',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getActivityTypes',
diff --git a/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactDescription.ts b/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactDescription.ts
index c39bd20a759..2e86fd9c969 100644
--- a/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactDescription.ts
+++ b/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactDescription.ts
@@ -69,7 +69,7 @@ export const contactFields: INodeProperties[] = [
name: 'genderId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
required: true,
default: '',
typeOptions: {
@@ -316,7 +316,7 @@ export const contactFields: INodeProperties[] = [
name: 'gender_id',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getGenders',
diff --git a/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactFieldDescription.ts b/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactFieldDescription.ts
index dfab21ebb3c..8ed6237d519 100644
--- a/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactFieldDescription.ts
+++ b/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactFieldDescription.ts
@@ -69,7 +69,7 @@ export const contactFieldFields: INodeProperties[] = [
name: 'contactFieldTypeId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
required: true,
typeOptions: {
loadOptionsMethod: 'getContactFieldTypes',
@@ -217,7 +217,7 @@ export const contactFieldFields: INodeProperties[] = [
name: 'contactFieldTypeId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getContactFieldTypes',
},
diff --git a/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactTagDescription.ts b/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactTagDescription.ts
index 91a89cfe64e..cee1864cc23 100644
--- a/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactTagDescription.ts
+++ b/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactTagDescription.ts
@@ -49,7 +49,7 @@ export const contactTagFields: INodeProperties[] = [
displayName: 'Tag Names or IDs',
name: 'tagsToAdd',
description:
- 'Tags to add to the contact. Choose from the list, or specify IDs using an expression.',
+ 'Tags to add to the contact. Choose from the list, or specify IDs using an expression.',
type: 'multiOptions',
typeOptions: {
loadOptionsMethod: 'getTagsToAdd',
@@ -85,7 +85,7 @@ export const contactTagFields: INodeProperties[] = [
displayName: 'Tag Names or IDs',
name: 'tagsToRemove',
description:
- 'Tags to remove from the contact. Choose from the list, or specify IDs using an expression.',
+ 'Tags to remove from the contact. Choose from the list, or specify IDs using an expression.',
type: 'multiOptions',
required: true,
typeOptions: {
diff --git a/packages/nodes-base/nodes/MonicaCrm/descriptions/ConversationDescription.ts b/packages/nodes-base/nodes/MonicaCrm/descriptions/ConversationDescription.ts
index a9a8bc15454..ca5176dc24e 100644
--- a/packages/nodes-base/nodes/MonicaCrm/descriptions/ConversationDescription.ts
+++ b/packages/nodes-base/nodes/MonicaCrm/descriptions/ConversationDescription.ts
@@ -64,7 +64,7 @@ export const conversationFields: INodeProperties[] = [
name: 'contactFieldTypeId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
required: true,
default: '',
typeOptions: {
@@ -150,7 +150,7 @@ export const conversationFields: INodeProperties[] = [
name: 'contactFieldTypeId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
required: true,
default: '',
typeOptions: {
diff --git a/packages/nodes-base/nodes/MySql/v1/MySqlV1.node.ts b/packages/nodes-base/nodes/MySql/v1/MySqlV1.node.ts
index 00b3a56255b..17923377fb6 100644
--- a/packages/nodes-base/nodes/MySql/v1/MySqlV1.node.ts
+++ b/packages/nodes-base/nodes/MySql/v1/MySqlV1.node.ts
@@ -1,4 +1,3 @@
-/* eslint-disable n8n-nodes-base/node-filename-against-convention */
import type {
ICredentialDataDecryptedObject,
ICredentialsDecrypted,
diff --git a/packages/nodes-base/nodes/MySql/v2/actions/common.descriptions.ts b/packages/nodes-base/nodes/MySql/v2/actions/common.descriptions.ts
index 12f8ffd2427..6591e62233b 100644
--- a/packages/nodes-base/nodes/MySql/v2/actions/common.descriptions.ts
+++ b/packages/nodes-base/nodes/MySql/v2/actions/common.descriptions.ts
@@ -102,7 +102,7 @@ export const optionsCollection: INodeProperties = {
type: 'multiOptions',
// eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-multi-options
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsMethod: 'getColumnsMultiOptions',
loadOptionsDependsOn: ['table.value'],
@@ -241,7 +241,7 @@ export const selectRowsFixedCollection: INodeProperties = {
type: 'options',
// eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-options
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
placeholder: 'e.g. ID',
typeOptions: {
@@ -333,7 +333,7 @@ export const sortFixedCollection: INodeProperties = {
type: 'options',
// eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-options
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getColumns',
diff --git a/packages/nodes-base/nodes/MySql/v2/actions/database/insert.operation.ts b/packages/nodes-base/nodes/MySql/v2/actions/database/insert.operation.ts
index f3578f8d996..5ff05181ed7 100644
--- a/packages/nodes-base/nodes/MySql/v2/actions/database/insert.operation.ts
+++ b/packages/nodes-base/nodes/MySql/v2/actions/database/insert.operation.ts
@@ -80,7 +80,7 @@ const properties: INodeProperties[] = [
type: 'options',
// eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-options
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getColumns',
loadOptionsDependsOn: ['table.value'],
diff --git a/packages/nodes-base/nodes/MySql/v2/actions/database/update.operation.ts b/packages/nodes-base/nodes/MySql/v2/actions/database/update.operation.ts
index 22bc332548f..62ba0c23ab8 100644
--- a/packages/nodes-base/nodes/MySql/v2/actions/database/update.operation.ts
+++ b/packages/nodes-base/nodes/MySql/v2/actions/database/update.operation.ts
@@ -55,7 +55,7 @@ const properties: INodeProperties[] = [
required: true,
// eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-options
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getColumns',
loadOptionsDependsOn: ['schema.value', 'table.value'],
@@ -103,7 +103,7 @@ const properties: INodeProperties[] = [
type: 'options',
// eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-options
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getColumnsWithoutColumnToMatchOn',
loadOptionsDependsOn: ['schema.value', 'table.value'],
diff --git a/packages/nodes-base/nodes/MySql/v2/actions/database/upsert.operation.ts b/packages/nodes-base/nodes/MySql/v2/actions/database/upsert.operation.ts
index eccc36c0fec..7009edecc2c 100644
--- a/packages/nodes-base/nodes/MySql/v2/actions/database/upsert.operation.ts
+++ b/packages/nodes-base/nodes/MySql/v2/actions/database/upsert.operation.ts
@@ -55,7 +55,7 @@ const properties: INodeProperties[] = [
required: true,
// eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-options
description:
- 'The column to compare when finding the rows to update. Choose from the list, or specify an ID using an expression.',
+ 'The column to compare when finding the rows to update. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getColumns',
loadOptionsDependsOn: ['schema.value', 'table.value'],
@@ -103,7 +103,7 @@ const properties: INodeProperties[] = [
type: 'options',
// eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-options
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getColumnsWithoutColumnToMatchOn',
loadOptionsDependsOn: ['schema.value', 'table.value'],
diff --git a/packages/nodes-base/nodes/Netlify/DeployDescription.ts b/packages/nodes-base/nodes/Netlify/DeployDescription.ts
index 2c016a4b6c2..259ff099ba2 100644
--- a/packages/nodes-base/nodes/Netlify/DeployDescription.ts
+++ b/packages/nodes-base/nodes/Netlify/DeployDescription.ts
@@ -52,7 +52,7 @@ export const deployFields: INodeProperties[] = [
loadOptionsMethod: 'getSites',
},
description:
- 'Enter the Site ID. Choose from the list, or specify an ID using an expression.',
+ 'Enter the Site ID. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['deploy'],
diff --git a/packages/nodes-base/nodes/Netlify/NetlifyTrigger.node.ts b/packages/nodes-base/nodes/Netlify/NetlifyTrigger.node.ts
index 26673d54e8b..4723001318d 100644
--- a/packages/nodes-base/nodes/Netlify/NetlifyTrigger.node.ts
+++ b/packages/nodes-base/nodes/Netlify/NetlifyTrigger.node.ts
@@ -52,7 +52,7 @@ export class NetlifyTrigger implements INodeType {
loadOptionsMethod: 'getSites',
},
description:
- 'Select the Site ID. Choose from the list, or specify an ID using an expression.',
+ 'Select the Site ID. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Event',
@@ -94,7 +94,7 @@ export class NetlifyTrigger implements INodeType {
loadOptionsMethod: 'getForms',
},
description:
- 'Select a form. Choose from the list, or specify an ID using an expression.',
+ 'Select a form. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Simplify',
diff --git a/packages/nodes-base/nodes/NocoDB/OperationDescription.ts b/packages/nodes-base/nodes/NocoDB/OperationDescription.ts
index c8eab2a7aa3..361f44a1f75 100644
--- a/packages/nodes-base/nodes/NocoDB/OperationDescription.ts
+++ b/packages/nodes-base/nodes/NocoDB/OperationDescription.ts
@@ -15,7 +15,7 @@ export const operationFields: INodeProperties[] = [
},
},
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
@@ -32,7 +32,7 @@ export const operationFields: INodeProperties[] = [
},
required: true,
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['workspaceId'],
loadOptionsMethod: 'getBases',
@@ -63,7 +63,7 @@ export const operationFields: INodeProperties[] = [
},
required: true,
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getBases',
},
@@ -80,7 +80,7 @@ export const operationFields: INodeProperties[] = [
},
required: true,
description:
- 'The table to operate on. Choose from the list, or specify an ID using an expression.',
+ 'The table to operate on. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
loadOptionsMethod: 'getTables',
diff --git a/packages/nodes-base/nodes/Notion/shared/descriptions/Blocks.ts b/packages/nodes-base/nodes/Notion/shared/descriptions/Blocks.ts
index 1947cfa7c23..3efaef484e8 100644
--- a/packages/nodes-base/nodes/Notion/shared/descriptions/Blocks.ts
+++ b/packages/nodes-base/nodes/Notion/shared/descriptions/Blocks.ts
@@ -181,7 +181,7 @@ const typeMention: INodeProperties[] = [
},
default: '',
description:
- 'The ID of the user being mentioned. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the user being mentioned. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Page ID',
@@ -576,7 +576,7 @@ export const blocks = (resource: string, operation: string): INodeProperties[] =
name: 'type',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getBlockTypes',
},
diff --git a/packages/nodes-base/nodes/Notion/shared/descriptions/DatabasePageDescription.ts b/packages/nodes-base/nodes/Notion/shared/descriptions/DatabasePageDescription.ts
index a4ce22cfb56..c1f4a3749f6 100644
--- a/packages/nodes-base/nodes/Notion/shared/descriptions/DatabasePageDescription.ts
+++ b/packages/nodes-base/nodes/Notion/shared/descriptions/DatabasePageDescription.ts
@@ -210,7 +210,7 @@ export const databasePageFields: INodeProperties[] = [
name: 'key',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getDatabaseProperties',
loadOptionsDependsOn: ['databaseId'],
@@ -289,7 +289,7 @@ export const databasePageFields: INodeProperties[] = [
},
default: [],
description:
- 'Name of the options you want to set. Multiples can be defined separated by comma. Choose from the list, or specify IDs using an expression.',
+ 'Name of the options you want to set. Multiples can be defined separated by comma. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Option Name or ID',
@@ -305,7 +305,7 @@ export const databasePageFields: INodeProperties[] = [
},
default: '',
description:
- 'Name of the option you want to set. Choose from the list, or specify an ID using an expression.',
+ 'Name of the option you want to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Status Name or ID',
@@ -321,7 +321,7 @@ export const databasePageFields: INodeProperties[] = [
},
default: '',
description:
- 'Name of the option you want to set. Choose from the list, or specify an ID using an expression.',
+ 'Name of the option you want to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Email',
@@ -372,7 +372,7 @@ export const databasePageFields: INodeProperties[] = [
},
default: [],
description:
- 'List of users. Multiples can be defined separated by comma. Choose from the list, or specify IDs using an expression.',
+ 'List of users. Multiples can be defined separated by comma. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Relation IDs',
@@ -493,7 +493,7 @@ export const databasePageFields: INodeProperties[] = [
},
default: 'default',
description:
- 'Time zone to use. By default n8n timezone is used. Choose from the list, or specify an ID using an expression.',
+ 'Time zone to use. By default n8n timezone is used. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'File URLs',
@@ -680,7 +680,7 @@ export const databasePageFields: INodeProperties[] = [
name: 'key',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getDatabaseIdFromPage',
loadOptionsDependsOn: ['pageId'],
@@ -750,7 +750,7 @@ export const databasePageFields: INodeProperties[] = [
name: 'multiSelectValue',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsMethod: 'getDatabaseOptionsFromPage',
},
@@ -766,7 +766,7 @@ export const databasePageFields: INodeProperties[] = [
name: 'selectValue',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getDatabaseOptionsFromPage',
},
@@ -791,7 +791,7 @@ export const databasePageFields: INodeProperties[] = [
},
default: '',
description:
- 'Name of the option you want to set. Choose from the list, or specify an ID using an expression.',
+ 'Name of the option you want to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Email',
@@ -841,7 +841,7 @@ export const databasePageFields: INodeProperties[] = [
},
default: [],
description:
- 'List of users. Multiples can be defined separated by comma. Choose from the list, or specify IDs using an expression.',
+ 'List of users. Multiples can be defined separated by comma. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Relation IDs',
@@ -962,7 +962,7 @@ export const databasePageFields: INodeProperties[] = [
},
default: 'default',
description:
- 'Time zone to use. By default n8n timezone is used. Choose from the list, or specify an ID using an expression.',
+ 'Time zone to use. By default n8n timezone is used. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'File URLs',
@@ -1362,7 +1362,7 @@ export const databasePageFields: INodeProperties[] = [
},
default: '',
description:
- 'The name of the property to filter by. Choose from the list, or specify an ID using an expression.',
+ 'The name of the property to filter by. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Property Name',
diff --git a/packages/nodes-base/nodes/Notion/shared/descriptions/Filters.ts b/packages/nodes-base/nodes/Notion/shared/descriptions/Filters.ts
index 75e4d918b74..e38f71ae9d6 100644
--- a/packages/nodes-base/nodes/Notion/shared/descriptions/Filters.ts
+++ b/packages/nodes-base/nodes/Notion/shared/descriptions/Filters.ts
@@ -9,7 +9,7 @@ export const filters = (conditions: any) => [
},
default: '',
description:
- 'The name of the property to filter by. Choose from the list, or specify an ID using an expression.',
+ 'The name of the property to filter by. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Type',
@@ -66,7 +66,7 @@ export const filters = (conditions: any) => [
name: 'multiSelectValue',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getPropertySelectValues',
},
@@ -85,7 +85,7 @@ export const filters = (conditions: any) => [
name: 'selectValue',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getPropertySelectValues',
},
@@ -113,7 +113,7 @@ export const filters = (conditions: any) => [
},
default: '',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
},
{
displayName: 'Email',
@@ -160,7 +160,7 @@ export const filters = (conditions: any) => [
},
default: '',
description:
- 'List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an expression.',
+ 'List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'User Name or ID',
@@ -179,7 +179,7 @@ export const filters = (conditions: any) => [
},
default: '',
description:
- 'List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an expression.',
+ 'List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'User Name or ID',
@@ -198,7 +198,7 @@ export const filters = (conditions: any) => [
},
default: '',
description:
- 'List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an expression.',
+ 'List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Relation ID',
diff --git a/packages/nodes-base/nodes/Odoo/descriptions/ContactDescription.ts b/packages/nodes-base/nodes/Odoo/descriptions/ContactDescription.ts
index 88b9872244e..b78287ecafd 100644
--- a/packages/nodes-base/nodes/Odoo/descriptions/ContactDescription.ts
+++ b/packages/nodes-base/nodes/Odoo/descriptions/ContactDescription.ts
@@ -102,7 +102,7 @@ export const contactDescription: INodeProperties[] = [
name: 'country_id',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getCountries',
@@ -113,7 +113,7 @@ export const contactDescription: INodeProperties[] = [
name: 'state_id',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getStates',
@@ -258,7 +258,7 @@ export const contactDescription: INodeProperties[] = [
name: 'fieldsList',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
default: [],
typeOptions: {
loadOptionsMethod: 'getModelFields',
@@ -321,7 +321,7 @@ export const contactDescription: INodeProperties[] = [
name: 'country_id',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getCountries',
@@ -332,7 +332,7 @@ export const contactDescription: INodeProperties[] = [
name: 'state_id',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getStates',
diff --git a/packages/nodes-base/nodes/Odoo/descriptions/CustomResourceDescription.ts b/packages/nodes-base/nodes/Odoo/descriptions/CustomResourceDescription.ts
index a59a592c5f3..67552c19d93 100644
--- a/packages/nodes-base/nodes/Odoo/descriptions/CustomResourceDescription.ts
+++ b/packages/nodes-base/nodes/Odoo/descriptions/CustomResourceDescription.ts
@@ -6,7 +6,7 @@ export const customResourceOperations: INodeProperties[] = [
name: 'customResource',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getModels',
@@ -93,7 +93,7 @@ export const customResourceDescription: INodeProperties[] = [
name: 'fieldName',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getModelFields',
@@ -179,7 +179,7 @@ export const customResourceDescription: INodeProperties[] = [
name: 'fieldsList',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
default: [],
typeOptions: {
loadOptionsMethod: 'getModelFields',
@@ -215,7 +215,7 @@ export const customResourceDescription: INodeProperties[] = [
name: 'fieldName',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsDependsOn: ['customResource'],
@@ -325,7 +325,7 @@ export const customResourceDescription: INodeProperties[] = [
name: 'fieldName',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getModelFields',
diff --git a/packages/nodes-base/nodes/Odoo/descriptions/NoteDescription.ts b/packages/nodes-base/nodes/Odoo/descriptions/NoteDescription.ts
index e144d2a4c37..0cd8f81e7f5 100644
--- a/packages/nodes-base/nodes/Odoo/descriptions/NoteDescription.ts
+++ b/packages/nodes-base/nodes/Odoo/descriptions/NoteDescription.ts
@@ -160,7 +160,7 @@ export const noteDescription: INodeProperties[] = [
name: 'fieldsList',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
default: [],
typeOptions: {
loadOptionsMethod: 'getModelFields',
diff --git a/packages/nodes-base/nodes/Odoo/descriptions/OpportunityDescription.ts b/packages/nodes-base/nodes/Odoo/descriptions/OpportunityDescription.ts
index 1256052cdc7..a6d62f7b13d 100644
--- a/packages/nodes-base/nodes/Odoo/descriptions/OpportunityDescription.ts
+++ b/packages/nodes-base/nodes/Odoo/descriptions/OpportunityDescription.ts
@@ -211,7 +211,7 @@ export const opportunityDescription: INodeProperties[] = [
name: 'fieldsList',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
default: [],
typeOptions: {
loadOptionsMethod: 'getModelFields',
diff --git a/packages/nodes-base/nodes/Onfleet/descriptions/HubDescription.ts b/packages/nodes-base/nodes/Onfleet/descriptions/HubDescription.ts
index 9d05ee8d5b1..62bd943085d 100644
--- a/packages/nodes-base/nodes/Onfleet/descriptions/HubDescription.ts
+++ b/packages/nodes-base/nodes/Onfleet/descriptions/HubDescription.ts
@@ -54,7 +54,7 @@ const teamsField = {
},
default: [],
description:
- 'These are the teams that this Hub will be assigned to. Choose from the list, or specify IDs using an expression.',
+ 'These are the teams that this Hub will be assigned to. Choose from the list, or specify IDs using an expression.',
} as INodeProperties;
export const hubFields: INodeProperties[] = [
diff --git a/packages/nodes-base/nodes/Onfleet/descriptions/TeamDescription.ts b/packages/nodes-base/nodes/Onfleet/descriptions/TeamDescription.ts
index 0c77be1af24..e42d6ff22d3 100644
--- a/packages/nodes-base/nodes/Onfleet/descriptions/TeamDescription.ts
+++ b/packages/nodes-base/nodes/Onfleet/descriptions/TeamDescription.ts
@@ -76,7 +76,7 @@ const workersField = {
},
default: [],
description:
- 'A list of workers. Choose from the list, or specify IDs using an expression.',
+ 'A list of workers. Choose from the list, or specify IDs using an expression.',
} as INodeProperties;
const managersField = {
@@ -88,7 +88,7 @@ const managersField = {
},
default: [],
description:
- 'A list of managing administrators. Choose from the list, or specify IDs using an expression.',
+ 'A list of managing administrators. Choose from the list, or specify IDs using an expression.',
} as INodeProperties;
const hubField = {
@@ -100,7 +100,7 @@ const hubField = {
},
default: '',
description:
- 'The team\'s hub. Choose from the list, or specify an ID using an expression.',
+ 'The team\'s hub. Choose from the list, or specify an ID using an expression.',
} as INodeProperties;
const enableSelfAssignmentField = {
diff --git a/packages/nodes-base/nodes/Onfleet/descriptions/WorkerDescription.ts b/packages/nodes-base/nodes/Onfleet/descriptions/WorkerDescription.ts
index ae919e7cae4..760999b7e7a 100644
--- a/packages/nodes-base/nodes/Onfleet/descriptions/WorkerDescription.ts
+++ b/packages/nodes-base/nodes/Onfleet/descriptions/WorkerDescription.ts
@@ -161,7 +161,7 @@ const teamsField = {
},
default: [],
description:
- 'One or more teams of which the worker is a member. Choose from the list, or specify IDs using an expression.',
+ 'One or more teams of which the worker is a member. Choose from the list, or specify IDs using an expression.',
} as INodeProperties;
const teamsFilterField = {
@@ -173,7 +173,7 @@ const teamsFilterField = {
},
default: [],
description:
- 'A list of the teams that workers must be part of. Choose from the list, or specify IDs using an expression.',
+ 'A list of the teams that workers must be part of. Choose from the list, or specify IDs using an expression.',
} as INodeProperties;
const statesFilterField = {
@@ -352,7 +352,7 @@ const scheduleTimezoneField = {
},
default: '',
description:
- 'A valid timezone. Choose from the list, or specify an ID using an expression.',
+ 'A valid timezone. Choose from the list, or specify an ID using an expression.',
} as INodeProperties;
const scheduleStartField = {
diff --git a/packages/nodes-base/nodes/Orbit/ActivityDescription.ts b/packages/nodes-base/nodes/Orbit/ActivityDescription.ts
index c88a0ad3e76..e5adf537666 100644
--- a/packages/nodes-base/nodes/Orbit/ActivityDescription.ts
+++ b/packages/nodes-base/nodes/Orbit/ActivityDescription.ts
@@ -38,7 +38,7 @@ export const activityFields: INodeProperties[] = [
name: 'workspaceId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
@@ -99,7 +99,7 @@ export const activityFields: INodeProperties[] = [
},
default: 'Deprecated',
description:
- 'A user-defined way to group activities of the same nature. Choose from the list, or specify an ID using an expression.',
+ 'A user-defined way to group activities of the same nature. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Description',
@@ -147,7 +147,7 @@ export const activityFields: INodeProperties[] = [
name: 'workspaceId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
diff --git a/packages/nodes-base/nodes/Orbit/MemberDescription.ts b/packages/nodes-base/nodes/Orbit/MemberDescription.ts
index 3ed0682e16c..4015ac878de 100644
--- a/packages/nodes-base/nodes/Orbit/MemberDescription.ts
+++ b/packages/nodes-base/nodes/Orbit/MemberDescription.ts
@@ -62,7 +62,7 @@ export const memberFields: INodeProperties[] = [
name: 'workspaceId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
@@ -97,7 +97,7 @@ export const memberFields: INodeProperties[] = [
name: 'workspaceId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
@@ -147,7 +147,7 @@ export const memberFields: INodeProperties[] = [
name: 'workspaceId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
@@ -253,7 +253,7 @@ export const memberFields: INodeProperties[] = [
name: 'workspaceId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
@@ -394,7 +394,7 @@ export const memberFields: INodeProperties[] = [
name: 'workspaceId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
@@ -524,7 +524,7 @@ export const memberFields: INodeProperties[] = [
name: 'workspaceId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
diff --git a/packages/nodes-base/nodes/Orbit/NoteDescription.ts b/packages/nodes-base/nodes/Orbit/NoteDescription.ts
index 1d1f03b48b4..a64eccedb19 100644
--- a/packages/nodes-base/nodes/Orbit/NoteDescription.ts
+++ b/packages/nodes-base/nodes/Orbit/NoteDescription.ts
@@ -44,7 +44,7 @@ export const noteFields: INodeProperties[] = [
name: 'workspaceId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
@@ -92,7 +92,7 @@ export const noteFields: INodeProperties[] = [
name: 'workspaceId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
@@ -170,7 +170,7 @@ export const noteFields: INodeProperties[] = [
name: 'workspaceId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
diff --git a/packages/nodes-base/nodes/Orbit/PostDescription.ts b/packages/nodes-base/nodes/Orbit/PostDescription.ts
index 6b317a11539..daefc28f859 100644
--- a/packages/nodes-base/nodes/Orbit/PostDescription.ts
+++ b/packages/nodes-base/nodes/Orbit/PostDescription.ts
@@ -44,7 +44,7 @@ export const postFields: INodeProperties[] = [
name: 'workspaceId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
@@ -115,7 +115,7 @@ export const postFields: INodeProperties[] = [
name: 'workspaceId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
@@ -190,7 +190,7 @@ export const postFields: INodeProperties[] = [
name: 'workspaceId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
diff --git a/packages/nodes-base/nodes/Paddle/CouponDescription.ts b/packages/nodes-base/nodes/Paddle/CouponDescription.ts
index 296d8700e44..5a5c4bf97a9 100644
--- a/packages/nodes-base/nodes/Paddle/CouponDescription.ts
+++ b/packages/nodes-base/nodes/Paddle/CouponDescription.ts
@@ -81,7 +81,7 @@ export const couponFields: INodeProperties[] = [
},
default: [],
description:
- 'Comma-separated list of product IDs. Required if coupon_type is product. Choose from the list, or specify IDs using an expression.',
+ 'Comma-separated list of product IDs. Required if coupon_type is product. Choose from the list, or specify IDs using an expression.',
required: true,
},
{
diff --git a/packages/nodes-base/nodes/Paddle/PaymentDescription.ts b/packages/nodes-base/nodes/Paddle/PaymentDescription.ts
index 4596c28472a..991399a949a 100644
--- a/packages/nodes-base/nodes/Paddle/PaymentDescription.ts
+++ b/packages/nodes-base/nodes/Paddle/PaymentDescription.ts
@@ -195,7 +195,7 @@ export const paymentFields: INodeProperties[] = [
},
},
description:
- 'The upcoming subscription payment ID. Choose from the list, or specify an ID using an expression.',
+ 'The upcoming subscription payment ID. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Date',
diff --git a/packages/nodes-base/nodes/PagerDuty/IncidentDescription.ts b/packages/nodes-base/nodes/PagerDuty/IncidentDescription.ts
index 08b60750ac1..f30d80d3836 100644
--- a/packages/nodes-base/nodes/PagerDuty/IncidentDescription.ts
+++ b/packages/nodes-base/nodes/PagerDuty/IncidentDescription.ts
@@ -75,7 +75,7 @@ export const incidentFields: INodeProperties[] = [
},
},
description:
- 'The incident will be created on this service. Choose from the list, or specify an ID using an expression.',
+ 'The incident will be created on this service. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Email',
@@ -114,7 +114,7 @@ export const incidentFields: INodeProperties[] = [
},
default: '',
description:
- 'Delegate this incident to the specified escalation policy. Cannot be specified if an assignee is given. Choose from the list, or specify an ID using an expression.',
+ 'Delegate this incident to the specified escalation policy. Cannot be specified if an assignee is given. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Incident Details',
@@ -140,7 +140,7 @@ export const incidentFields: INodeProperties[] = [
},
default: '',
description:
- 'The incident will be created on this service. Choose from the list, or specify an ID using an expression.',
+ 'The incident will be created on this service. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Urgency',
@@ -340,7 +340,7 @@ export const incidentFields: INodeProperties[] = [
},
default: [],
description:
- 'Returns only the incidents associated with the passed service(s). Choose from the list, or specify IDs using an expression.',
+ 'Returns only the incidents associated with the passed service(s). Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Since',
@@ -397,7 +397,7 @@ export const incidentFields: INodeProperties[] = [
},
default: '',
description:
- 'Time zone in which dates in the result will be rendered. If not set dates will return UTC. Choose from the list, or specify an ID using an expression.',
+ 'Time zone in which dates in the result will be rendered. If not set dates will return UTC. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Until',
@@ -499,7 +499,7 @@ export const incidentFields: INodeProperties[] = [
},
default: '',
description:
- 'Delegate this incident to the specified escalation policy. Cannot be specified if an assignee is given. Choose from the list, or specify an ID using an expression.',
+ 'Delegate this incident to the specified escalation policy. Cannot be specified if an assignee is given. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Priority Name or ID',
@@ -510,7 +510,7 @@ export const incidentFields: INodeProperties[] = [
},
default: '',
description:
- 'The incident will be created on this service. Choose from the list, or specify an ID using an expression.',
+ 'The incident will be created on this service. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Resolution',
diff --git a/packages/nodes-base/nodes/PagerDuty/LogEntryDescription.ts b/packages/nodes-base/nodes/PagerDuty/LogEntryDescription.ts
index 508875d987e..04ac5c4cced 100644
--- a/packages/nodes-base/nodes/PagerDuty/LogEntryDescription.ts
+++ b/packages/nodes-base/nodes/PagerDuty/LogEntryDescription.ts
@@ -144,7 +144,7 @@ export const logEntryFields: INodeProperties[] = [
},
default: '',
description:
- 'Time zone in which dates in the result will be rendered. If not set dates will return UTC. Choose from the list, or specify an ID using an expression.',
+ 'Time zone in which dates in the result will be rendered. If not set dates will return UTC. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Until',
diff --git a/packages/nodes-base/nodes/PayPal/PayPalTrigger.node.ts b/packages/nodes-base/nodes/PayPal/PayPalTrigger.node.ts
index ba8e592bfda..6d409202d4e 100644
--- a/packages/nodes-base/nodes/PayPal/PayPalTrigger.node.ts
+++ b/packages/nodes-base/nodes/PayPal/PayPalTrigger.node.ts
@@ -47,7 +47,7 @@ export class PayPalTrigger implements INodeType {
required: true,
default: [],
description:
- 'The event to listen to. Choose from the list, or specify IDs using an expression.',
+ 'The event to listen to. Choose from the list, or specify IDs using an expression.',
typeOptions: {
loadOptionsMethod: 'getEvents',
},
diff --git a/packages/nodes-base/nodes/Phantombuster/AgentDescription.ts b/packages/nodes-base/nodes/Phantombuster/AgentDescription.ts
index 46757379d1c..0efcb712555 100644
--- a/packages/nodes-base/nodes/Phantombuster/AgentDescription.ts
+++ b/packages/nodes-base/nodes/Phantombuster/AgentDescription.ts
@@ -56,7 +56,7 @@ export const agentFields: INodeProperties[] = [
name: 'agentId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getAgents',
},
@@ -130,7 +130,7 @@ export const agentFields: INodeProperties[] = [
name: 'agentId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getAgents',
},
@@ -231,7 +231,7 @@ export const agentFields: INodeProperties[] = [
name: 'agentId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getAgents',
},
diff --git a/packages/nodes-base/nodes/PhilipsHue/LightDescription.ts b/packages/nodes-base/nodes/PhilipsHue/LightDescription.ts
index 501c4e00aa3..e39a3075d5f 100644
--- a/packages/nodes-base/nodes/PhilipsHue/LightDescription.ts
+++ b/packages/nodes-base/nodes/PhilipsHue/LightDescription.ts
@@ -119,7 +119,7 @@ export const lightFields: INodeProperties[] = [
name: 'lightId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getLights',
},
diff --git a/packages/nodes-base/nodes/Pipedrive/Pipedrive.node.ts b/packages/nodes-base/nodes/Pipedrive/Pipedrive.node.ts
index 7fb02e9fae7..a92578a4d18 100644
--- a/packages/nodes-base/nodes/Pipedrive/Pipedrive.node.ts
+++ b/packages/nodes-base/nodes/Pipedrive/Pipedrive.node.ts
@@ -697,7 +697,7 @@ export class Pipedrive implements INodeType {
},
default: '',
description:
- 'ID of the organization this activity will be associated with. Choose from the list, or specify an ID using an expression.',
+ 'ID of the organization this activity will be associated with. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Person ID',
@@ -715,7 +715,7 @@ export class Pipedrive implements INodeType {
},
default: '',
description:
- 'ID of the active user whom the activity will be assigned to. If omitted, the activity will be assigned to the authorized user. Choose from the list, or specify an ID using an expression.',
+ 'ID of the active user whom the activity will be assigned to. If omitted, the activity will be assigned to the authorized user. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Custom Properties',
@@ -875,7 +875,7 @@ export class Pipedrive implements INodeType {
},
default: '',
description:
- 'ID of the organization this activity will be associated with. Choose from the list, or specify an ID using an expression.',
+ 'ID of the organization this activity will be associated with. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Person ID',
@@ -916,7 +916,7 @@ export class Pipedrive implements INodeType {
},
default: '',
description:
- 'ID of the active user whom the activity will be assigned to. If omitted, the activity will be assigned to the authorized user. Choose from the list, or specify an ID using an expression.',
+ 'ID of the active user whom the activity will be assigned to. If omitted, the activity will be assigned to the authorized user. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Custom Properties',
@@ -1073,7 +1073,7 @@ export class Pipedrive implements INodeType {
},
default: '',
description:
- 'Name of the property to set. Choose from the list, or specify an ID using an expression.',
+ 'Name of the property to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Property Value',
@@ -1091,7 +1091,7 @@ export class Pipedrive implements INodeType {
name: 'label',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getDealLabels',
},
@@ -1148,7 +1148,7 @@ export class Pipedrive implements INodeType {
},
default: '',
description:
- 'ID of the stage this deal will be placed in a pipeline. If omitted, the deal will be placed in the first stage of the default pipeline. (PIPELINE > STAGE). Choose from the list, or specify an ID using an expression.',
+ 'ID of the stage this deal will be placed in a pipeline. If omitted, the deal will be placed in the first stage of the default pipeline. (PIPELINE > STAGE). Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Status',
@@ -1185,7 +1185,7 @@ export class Pipedrive implements INodeType {
},
default: '',
description:
- 'ID of the active user whom the activity will be assigned to. If omitted, the activity will be assigned to the authorized user. Choose from the list, or specify an ID using an expression.',
+ 'ID of the active user whom the activity will be assigned to. If omitted, the activity will be assigned to the authorized user. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Value',
@@ -1331,7 +1331,7 @@ export class Pipedrive implements INodeType {
},
default: '',
description:
- 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
+ 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Property Value',
@@ -1353,14 +1353,14 @@ export class Pipedrive implements INodeType {
},
default: '',
description:
- 'ID of the active user whom the activity will be assigned to. If omitted, the activity will be assigned to the authorized user. Choose from the list, or specify an ID using an expression.',
+ 'ID of the active user whom the activity will be assigned to. If omitted, the activity will be assigned to the authorized user. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Label Name or ID',
name: 'label',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getDealLabels',
},
@@ -1382,7 +1382,7 @@ export class Pipedrive implements INodeType {
},
default: '',
description:
- 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.',
+ 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Person ID',
@@ -1411,7 +1411,7 @@ export class Pipedrive implements INodeType {
},
default: '',
description:
- 'ID of the stage this deal will be placed in a pipeline. If omitted, the deal will be placed in the first stage of the default pipeline. (PIPELINE > STAGE). Choose from the list, or specify an ID using an expression.',
+ 'ID of the stage this deal will be placed in a pipeline. If omitted, the deal will be placed in the first stage of the default pipeline. (PIPELINE > STAGE). Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Status',
@@ -1492,7 +1492,7 @@ export class Pipedrive implements INodeType {
},
},
description:
- 'The ID of the deal to add a product to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the deal to add a product to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Product Name or ID',
@@ -1510,7 +1510,7 @@ export class Pipedrive implements INodeType {
},
},
description:
- 'The ID of the product to add to a deal. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the product to add to a deal. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Item Price',
@@ -1608,7 +1608,7 @@ export class Pipedrive implements INodeType {
},
},
description:
- 'The ID of the deal whose product to update. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the deal whose product to update. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Product Attachment Name or ID',
@@ -1627,7 +1627,7 @@ export class Pipedrive implements INodeType {
},
},
description:
- 'ID of the deal-product (the ID of the product attached to the deal). Choose from the list, or specify an ID using an expression.',
+ 'ID of the deal-product (the ID of the product attached to the deal). Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Update Fields',
@@ -1711,7 +1711,7 @@ export class Pipedrive implements INodeType {
},
},
description:
- 'The ID of the deal whose product to remove. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the deal whose product to remove. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Product Attachment Name or ID',
@@ -1730,7 +1730,7 @@ export class Pipedrive implements INodeType {
},
},
description:
- 'ID of the deal-product (the ID of the product attached to the deal). Choose from the list, or specify an ID using an expression.',
+ 'ID of the deal-product (the ID of the product attached to the deal). Choose from the list, or specify an ID using an expression.',
},
// ----------------------------------
// dealProduct:getAll
@@ -1751,7 +1751,7 @@ export class Pipedrive implements INodeType {
},
},
description:
- 'The ID of the deal whose products to retrieve. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the deal whose products to retrieve. Choose from the list, or specify an ID using an expression.',
},
// ----------------------------------
@@ -1955,7 +1955,7 @@ export class Pipedrive implements INodeType {
},
default: '',
description:
- 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.',
+ 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Person ID',
@@ -2193,7 +2193,7 @@ export class Pipedrive implements INodeType {
},
default: [],
description:
- 'ID of the labels to attach to the lead to create. Choose from the list, or specify IDs using an expression.',
+ 'ID of the labels to attach to the lead to create. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Organization ID',
@@ -2216,7 +2216,7 @@ export class Pipedrive implements INodeType {
},
default: '',
description:
- 'ID of the user who will own the lead to create. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user who will own the lead to create. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Person ID',
@@ -2343,7 +2343,7 @@ export class Pipedrive implements INodeType {
},
default: '',
description:
- 'ID of the user who will own the lead to update. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user who will own the lead to update. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Label Names or IDs',
@@ -2354,7 +2354,7 @@ export class Pipedrive implements INodeType {
},
default: [],
description:
- 'ID of the labels to attach to the lead to update. Choose from the list, or specify IDs using an expression.',
+ 'ID of the labels to attach to the lead to update. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Person Name or ID',
@@ -2365,7 +2365,7 @@ export class Pipedrive implements INodeType {
},
default: '',
description:
- 'ID of the person to link to this lead. Choose from the list, or specify an ID using an expression.',
+ 'ID of the person to link to this lead. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Value',
@@ -2573,7 +2573,7 @@ export class Pipedrive implements INodeType {
},
default: '',
description:
- 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.',
+ 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Person ID',
@@ -2657,7 +2657,7 @@ export class Pipedrive implements INodeType {
name: 'label',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getOrganizationLabels',
},
@@ -2862,7 +2862,7 @@ export class Pipedrive implements INodeType {
name: 'label',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getOrganizationLabels',
},
@@ -2962,7 +2962,7 @@ export class Pipedrive implements INodeType {
},
default: '',
description:
- 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
+ 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Property Value',
@@ -2991,7 +2991,7 @@ export class Pipedrive implements INodeType {
name: 'label',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getPersonLabels',
},
@@ -3032,7 +3032,7 @@ export class Pipedrive implements INodeType {
},
default: '',
description:
- 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.',
+ 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Phone',
@@ -3071,7 +3071,7 @@ export class Pipedrive implements INodeType {
},
default: '',
description:
- 'ID of the User this deal will be associated with. Choose from the list, or specify an ID using an expression.',
+ 'ID of the User this deal will be associated with. Choose from the list, or specify an ID using an expression.',
},
],
},
@@ -3167,7 +3167,7 @@ export class Pipedrive implements INodeType {
},
default: '',
description:
- 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
+ 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Property Value',
@@ -3196,7 +3196,7 @@ export class Pipedrive implements INodeType {
name: 'label',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getPersonLabels',
},
@@ -3244,7 +3244,7 @@ export class Pipedrive implements INodeType {
},
default: '',
description:
- 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.',
+ 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Phone',
@@ -3265,7 +3265,7 @@ export class Pipedrive implements INodeType {
},
default: '',
description:
- 'ID of the User this person will be associated with. Choose from the list, or specify an ID using an expression.',
+ 'ID of the User this person will be associated with. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Visible To',
@@ -3370,7 +3370,7 @@ export class Pipedrive implements INodeType {
},
},
description:
- 'The ID of the deal whose activity to retrieve. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the deal whose activity to retrieve. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Additional Fields',
@@ -3475,7 +3475,7 @@ export class Pipedrive implements INodeType {
},
default: '',
description:
- 'ID of the filter to use. Choose from the list, or specify an ID using an expression.',
+ 'ID of the filter to use. Choose from the list, or specify an ID using an expression.',
},
],
},
@@ -3505,7 +3505,7 @@ export class Pipedrive implements INodeType {
},
default: '',
description:
- 'ID of the filter to use. Choose from the list, or specify an ID using an expression.',
+ 'ID of the filter to use. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'First Char',
@@ -3638,7 +3638,7 @@ export class Pipedrive implements INodeType {
},
default: '',
description:
- 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.',
+ 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Person ID',
@@ -3690,7 +3690,7 @@ export class Pipedrive implements INodeType {
},
default: '',
description:
- 'The ID of the Filter to use (will narrow down results if used together with user_id parameter). Choose from the list, or specify an ID using an expression.',
+ 'The ID of the Filter to use (will narrow down results if used together with user_id parameter). Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Star Date',
@@ -3709,7 +3709,7 @@ export class Pipedrive implements INodeType {
},
default: [],
description:
- 'Type of the Activity. Choose from the list, or specify IDs using an expression.',
+ 'Type of the Activity. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'User Name or ID',
@@ -3720,7 +3720,7 @@ export class Pipedrive implements INodeType {
},
default: '',
description:
- 'The ID of the User whose Activities will be fetched. If omitted, the User associated with the API token will be used. If 0, Activities for all company Users will be fetched based on the permission sets. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the User whose Activities will be fetched. If omitted, the User associated with the API token will be used. If 0, Activities for all company Users will be fetched based on the permission sets. Choose from the list, or specify an ID using an expression.',
},
],
},
@@ -3749,7 +3749,7 @@ export class Pipedrive implements INodeType {
},
default: '',
description:
- 'Predefined filter to apply to the deals to retrieve. Choose from the list, or specify an ID using an expression.',
+ 'Predefined filter to apply to the deals to retrieve. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Stage Name or ID',
@@ -3760,7 +3760,7 @@ export class Pipedrive implements INodeType {
},
default: '',
description:
- 'ID of the stage to filter deals by. Choose from the list, or specify an ID using an expression.',
+ 'ID of the stage to filter deals by. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Status',
@@ -3800,7 +3800,7 @@ export class Pipedrive implements INodeType {
},
default: '',
description:
- 'ID of the user to filter deals by. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user to filter deals by. Choose from the list, or specify an ID using an expression.',
},
],
},
diff --git a/packages/nodes-base/nodes/Postgres/v1/PostgresV1.node.ts b/packages/nodes-base/nodes/Postgres/v1/PostgresV1.node.ts
index fe9d7e444c6..e45f5232c92 100644
--- a/packages/nodes-base/nodes/Postgres/v1/PostgresV1.node.ts
+++ b/packages/nodes-base/nodes/Postgres/v1/PostgresV1.node.ts
@@ -1,4 +1,3 @@
-/* eslint-disable n8n-nodes-base/node-filename-against-convention */
import type {
ICredentialsDecrypted,
ICredentialTestFunctions,
diff --git a/packages/nodes-base/nodes/Postgres/v2/actions/common.descriptions.ts b/packages/nodes-base/nodes/Postgres/v2/actions/common.descriptions.ts
index c7444b70fec..d7377583993 100644
--- a/packages/nodes-base/nodes/Postgres/v2/actions/common.descriptions.ts
+++ b/packages/nodes-base/nodes/Postgres/v2/actions/common.descriptions.ts
@@ -97,7 +97,7 @@ export const optionsCollection: INodeProperties = {
type: 'multiOptions',
// eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-multi-options
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsMethod: 'getColumnsMultiOptions',
loadOptionsDependsOn: ['table.value'],
@@ -226,7 +226,7 @@ export const whereFixedCollection: INodeProperties = {
type: 'options',
// eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-options
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
placeholder: 'e.g. ID',
typeOptions: {
@@ -318,7 +318,7 @@ export const sortFixedCollection: INodeProperties = {
type: 'options',
// eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-options
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getColumns',
diff --git a/packages/nodes-base/nodes/Postgres/v2/actions/database/insert.operation.ts b/packages/nodes-base/nodes/Postgres/v2/actions/database/insert.operation.ts
index 13927797c7d..e76c4f95cbf 100644
--- a/packages/nodes-base/nodes/Postgres/v2/actions/database/insert.operation.ts
+++ b/packages/nodes-base/nodes/Postgres/v2/actions/database/insert.operation.ts
@@ -94,7 +94,7 @@ const properties: INodeProperties[] = [
type: 'options',
// eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-options
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getColumns',
loadOptionsDependsOn: ['schema.value', 'table.value'],
diff --git a/packages/nodes-base/nodes/Postgres/v2/actions/database/update.operation.ts b/packages/nodes-base/nodes/Postgres/v2/actions/database/update.operation.ts
index c6c866cf5a8..e04b845e2f2 100644
--- a/packages/nodes-base/nodes/Postgres/v2/actions/database/update.operation.ts
+++ b/packages/nodes-base/nodes/Postgres/v2/actions/database/update.operation.ts
@@ -76,7 +76,7 @@ const properties: INodeProperties[] = [
required: true,
// eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-options
description:
- 'The column to compare when finding the rows to update. Choose from the list, or specify an ID using an expression.',
+ 'The column to compare when finding the rows to update. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getColumns',
loadOptionsDependsOn: ['schema.value', 'table.value'],
@@ -131,7 +131,7 @@ const properties: INodeProperties[] = [
type: 'options',
// eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-options
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getColumnsWithoutColumnToMatchOn',
loadOptionsDependsOn: ['schema.value', 'table.value'],
diff --git a/packages/nodes-base/nodes/Postgres/v2/actions/database/upsert.operation.ts b/packages/nodes-base/nodes/Postgres/v2/actions/database/upsert.operation.ts
index 47a0a944931..5ccc01a9e32 100644
--- a/packages/nodes-base/nodes/Postgres/v2/actions/database/upsert.operation.ts
+++ b/packages/nodes-base/nodes/Postgres/v2/actions/database/upsert.operation.ts
@@ -75,7 +75,7 @@ const properties: INodeProperties[] = [
required: true,
// eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-options
description:
- 'The column to compare when finding the rows to update. Choose from the list, or specify an ID using an expression.',
+ 'The column to compare when finding the rows to update. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getColumns',
loadOptionsDependsOn: ['schema.value', 'table.value'],
@@ -130,7 +130,7 @@ const properties: INodeProperties[] = [
type: 'options',
// eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-options
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getColumnsWithoutColumnToMatchOn',
loadOptionsDependsOn: ['schema.value', 'table.value'],
diff --git a/packages/nodes-base/nodes/ProfitWell/MetricDescription.ts b/packages/nodes-base/nodes/ProfitWell/MetricDescription.ts
index 439ccae9c1d..9502f335b32 100644
--- a/packages/nodes-base/nodes/ProfitWell/MetricDescription.ts
+++ b/packages/nodes-base/nodes/ProfitWell/MetricDescription.ts
@@ -106,7 +106,7 @@ export const metricFields: INodeProperties[] = [
},
default: '',
description:
- 'Only return the metric for this Plan ID. Choose from the list, or specify an ID using an expression.',
+ 'Only return the metric for this Plan ID. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Metrics',
diff --git a/packages/nodes-base/nodes/Pushbullet/Pushbullet.node.ts b/packages/nodes-base/nodes/Pushbullet/Pushbullet.node.ts
index 6af7b5f236f..1393d07ccd6 100644
--- a/packages/nodes-base/nodes/Pushbullet/Pushbullet.node.ts
+++ b/packages/nodes-base/nodes/Pushbullet/Pushbullet.node.ts
@@ -243,7 +243,7 @@ export class Pushbullet implements INodeType {
},
default: '',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
},
{
displayName: 'Push ID',
diff --git a/packages/nodes-base/nodes/Pushcut/Pushcut.node.ts b/packages/nodes-base/nodes/Pushcut/Pushcut.node.ts
index b343444bea5..0e67a72c843 100644
--- a/packages/nodes-base/nodes/Pushcut/Pushcut.node.ts
+++ b/packages/nodes-base/nodes/Pushcut/Pushcut.node.ts
@@ -71,7 +71,7 @@ export class Pushcut implements INodeType {
name: 'notificationName',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getNotifications',
},
@@ -105,7 +105,7 @@ export class Pushcut implements INodeType {
},
default: [],
description:
- 'List of devices this notification is sent to. (default is all devices). Choose from the list, or specify IDs using an expression.',
+ 'List of devices this notification is sent to. (default is all devices). Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Input',
diff --git a/packages/nodes-base/nodes/Pushover/Pushover.node.ts b/packages/nodes-base/nodes/Pushover/Pushover.node.ts
index 2ac87ecb8a8..4bde7d7e38f 100644
--- a/packages/nodes-base/nodes/Pushover/Pushover.node.ts
+++ b/packages/nodes-base/nodes/Pushover/Pushover.node.ts
@@ -233,7 +233,7 @@ export class Pushover implements INodeType {
},
default: '',
description:
- 'The name of one of the sounds supported by device clients to override the user\'s default sound choice. Choose from the list, or specify an ID using an expression.',
+ 'The name of one of the sounds supported by device clients to override the user\'s default sound choice. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Timestamp',
diff --git a/packages/nodes-base/nodes/QuickBase/RecordDescription.ts b/packages/nodes-base/nodes/QuickBase/RecordDescription.ts
index 3140aa1d1e8..9d2f46c31e0 100644
--- a/packages/nodes-base/nodes/QuickBase/RecordDescription.ts
+++ b/packages/nodes-base/nodes/QuickBase/RecordDescription.ts
@@ -117,7 +117,7 @@ export const recordFields: INodeProperties[] = [
},
default: [],
description:
- 'Specify an array of field IDs that will return data for any updates or added record. Record ID (FID 3) is always returned if any field ID is requested. Choose from the list, or specify IDs using an expression.',
+ 'Specify an array of field IDs that will return data for any updates or added record. Record ID (FID 3) is always returned if any field ID is requested. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Use Field IDs',
@@ -231,7 +231,7 @@ export const recordFields: INodeProperties[] = [
},
default: [],
description:
- 'An array of field IDs for the fields that should be returned in the response. If empty, the default columns on the table will be returned. Choose from the list, or specify IDs using an expression.',
+ 'An array of field IDs for the fields that should be returned in the response. If empty, the default columns on the table will be returned. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Sort By',
@@ -256,7 +256,7 @@ export const recordFields: INodeProperties[] = [
},
default: '',
description:
- 'The unique identifier of a field in a table. Choose from the list, or specify an ID using an expression.',
+ 'The unique identifier of a field in a table. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Order',
@@ -372,7 +372,7 @@ export const recordFields: INodeProperties[] = [
},
default: [],
description:
- 'Specify an array of field IDs that will return data for any updates or added record. Record ID (FID 3) is always returned if any field ID is requested. Choose from the list, or specify IDs using an expression.',
+ 'Specify an array of field IDs that will return data for any updates or added record. Record ID (FID 3) is always returned if any field ID is requested. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Use Field IDs',
@@ -456,7 +456,7 @@ export const recordFields: INodeProperties[] = [
},
default: '',
description:
- 'You\'re updating records in a Quick Base table with data from an external file. In order for a merge like this to work, Quick Base needs a way to match records in the source data with corresponding records in the destination table.
You make this possible by choosing the field in the app table that holds unique matching values. This is called a merge field.
. Choose from the list, or specify an ID using an expression.', + 'You\'re updating records in a Quick Base table with data from an external file. In order for a merge like this to work, Quick Base needs a way to match records in the source data with corresponding records in the destination table.
You make this possible by choosing the field in the app table that holds unique matching values. This is called a merge field.
. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Simplify', @@ -494,7 +494,7 @@ export const recordFields: INodeProperties[] = [ }, default: [], description: - 'Specify an array of field IDs that will return data for any updates or added record. Record ID (FID 3) is always returned if any field ID is requested. Choose from the list, or specify IDs using an expression.', + 'Specify an array of field IDs that will return data for any updates or added record. Record ID (FID 3) is always returned if any field ID is requested. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Use Field IDs', diff --git a/packages/nodes-base/nodes/QuickBooks/descriptions/Bill/BillDescription.ts b/packages/nodes-base/nodes/QuickBooks/descriptions/Bill/BillDescription.ts index e30c80364c8..d6a2ddbe19d 100644 --- a/packages/nodes-base/nodes/QuickBooks/descriptions/Bill/BillDescription.ts +++ b/packages/nodes-base/nodes/QuickBooks/descriptions/Bill/BillDescription.ts @@ -54,7 +54,7 @@ export const billFields: INodeProperties[] = [ type: 'options', required: true, description: - 'The ID of the vendor who the bill is for. Choose from the list, or specify an ID using an expression.', + 'The ID of the vendor who the bill is for. Choose from the list, or specify an ID using an expression.', default: [], typeOptions: { loadOptionsMethod: 'getVendors', @@ -124,7 +124,7 @@ export const billFields: INodeProperties[] = [ name: 'itemId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: [], typeOptions: { loadOptionsMethod: 'getItems', diff --git a/packages/nodes-base/nodes/QuickBooks/descriptions/Estimate/EstimateAdditionalFieldsOptions.ts b/packages/nodes-base/nodes/QuickBooks/descriptions/Estimate/EstimateAdditionalFieldsOptions.ts index ea1cbe1b680..615a8f9144c 100644 --- a/packages/nodes-base/nodes/QuickBooks/descriptions/Estimate/EstimateAdditionalFieldsOptions.ts +++ b/packages/nodes-base/nodes/QuickBooks/descriptions/Estimate/EstimateAdditionalFieldsOptions.ts @@ -88,7 +88,7 @@ export const estimateAdditionalFieldsOptions: INodeProperties[] = [ }, default: '', description: - 'ID of the field to set. Choose from the list, or specify an ID using an expression.', + 'ID of the field to set. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Field Value', diff --git a/packages/nodes-base/nodes/QuickBooks/descriptions/Estimate/EstimateDescription.ts b/packages/nodes-base/nodes/QuickBooks/descriptions/Estimate/EstimateDescription.ts index 6c19bd77433..df0cf594731 100644 --- a/packages/nodes-base/nodes/QuickBooks/descriptions/Estimate/EstimateDescription.ts +++ b/packages/nodes-base/nodes/QuickBooks/descriptions/Estimate/EstimateDescription.ts @@ -59,7 +59,7 @@ export const estimateFields: INodeProperties[] = [ type: 'options', required: true, description: - 'The ID of the customer who the estimate is for. Choose from the list, or specify an ID using an expression.', + 'The ID of the customer who the estimate is for. Choose from the list, or specify an ID using an expression.', default: [], typeOptions: { loadOptionsMethod: 'getCustomers', @@ -119,7 +119,7 @@ export const estimateFields: INodeProperties[] = [ name: 'itemId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: [], typeOptions: { loadOptionsMethod: 'getItems', @@ -137,7 +137,7 @@ export const estimateFields: INodeProperties[] = [ name: 'TaxCodeRef', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: [], typeOptions: { loadOptionsMethod: 'getTaxCodeRefs', diff --git a/packages/nodes-base/nodes/QuickBooks/descriptions/Invoice/InvoiceAdditionalFieldsOptions.ts b/packages/nodes-base/nodes/QuickBooks/descriptions/Invoice/InvoiceAdditionalFieldsOptions.ts index 2e1b4539c24..ba56b442157 100644 --- a/packages/nodes-base/nodes/QuickBooks/descriptions/Invoice/InvoiceAdditionalFieldsOptions.ts +++ b/packages/nodes-base/nodes/QuickBooks/descriptions/Invoice/InvoiceAdditionalFieldsOptions.ts @@ -97,7 +97,7 @@ export const invoiceAdditionalFieldsOptions: INodeProperties[] = [ }, default: '', description: - 'ID of the field to set. Choose from the list, or specify an ID using an expression.', + 'ID of the field to set. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Field Value', diff --git a/packages/nodes-base/nodes/QuickBooks/descriptions/Invoice/InvoiceDescription.ts b/packages/nodes-base/nodes/QuickBooks/descriptions/Invoice/InvoiceDescription.ts index d15cd417f99..8482828f699 100644 --- a/packages/nodes-base/nodes/QuickBooks/descriptions/Invoice/InvoiceDescription.ts +++ b/packages/nodes-base/nodes/QuickBooks/descriptions/Invoice/InvoiceDescription.ts @@ -64,7 +64,7 @@ export const invoiceFields: INodeProperties[] = [ type: 'options', required: true, description: - 'The ID of the customer who the invoice is for. Choose from the list, or specify an ID using an expression.', + 'The ID of the customer who the invoice is for. Choose from the list, or specify an ID using an expression.', default: [], typeOptions: { loadOptionsMethod: 'getCustomers', @@ -124,7 +124,7 @@ export const invoiceFields: INodeProperties[] = [ name: 'itemId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: [], typeOptions: { loadOptionsMethod: 'getItems', @@ -142,7 +142,7 @@ export const invoiceFields: INodeProperties[] = [ name: 'TaxCodeRef', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: [], typeOptions: { loadOptionsMethod: 'getTaxCodeRefs', diff --git a/packages/nodes-base/nodes/QuickBooks/descriptions/Payment/PaymentDescription.ts b/packages/nodes-base/nodes/QuickBooks/descriptions/Payment/PaymentDescription.ts index faeec56d4a9..a1d88d3bd21 100644 --- a/packages/nodes-base/nodes/QuickBooks/descriptions/Payment/PaymentDescription.ts +++ b/packages/nodes-base/nodes/QuickBooks/descriptions/Payment/PaymentDescription.ts @@ -64,7 +64,7 @@ export const paymentFields: INodeProperties[] = [ type: 'options', required: true, description: - 'The ID of the customer who the payment is for. Choose from the list, or specify an ID using an expression.', + 'The ID of the customer who the payment is for. Choose from the list, or specify an ID using an expression.', default: [], typeOptions: { loadOptionsMethod: 'getCustomers', diff --git a/packages/nodes-base/nodes/QuickBooks/descriptions/Transaction/TransactionDescription.ts b/packages/nodes-base/nodes/QuickBooks/descriptions/Transaction/TransactionDescription.ts index de30a9380f6..18c46098cac 100644 --- a/packages/nodes-base/nodes/QuickBooks/descriptions/Transaction/TransactionDescription.ts +++ b/packages/nodes-base/nodes/QuickBooks/descriptions/Transaction/TransactionDescription.ts @@ -98,7 +98,7 @@ export const transactionFields: INodeProperties[] = [ type: 'multiOptions', default: [], description: - 'Customer to filter results by. Choose from the list, or specify IDs using an expression.', + 'Customer to filter results by. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsMethod: 'getCustomers', }, @@ -258,7 +258,7 @@ export const transactionFields: INodeProperties[] = [ type: 'multiOptions', default: [], description: - 'Department to filter results by. Choose from the list, or specify IDs using an expression.', + 'Department to filter results by. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -284,7 +284,7 @@ export const transactionFields: INodeProperties[] = [ type: 'multiOptions', default: [], description: - 'Memo to filter results by. Choose from the list, or specify IDs using an expression.', + 'Memo to filter results by. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsMethod: 'getMemos', }, @@ -350,7 +350,7 @@ export const transactionFields: INodeProperties[] = [ type: 'multiOptions', default: [], description: - 'Term to filter results by. Choose from the list, or specify IDs using an expression.', + 'Term to filter results by. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsMethod: 'getTerms', }, @@ -379,7 +379,7 @@ export const transactionFields: INodeProperties[] = [ type: 'multiOptions', default: [], description: - 'Vendor to filter results by. Choose from the list, or specify IDs using an expression.', + 'Vendor to filter results by. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsMethod: 'getVendors', }, diff --git a/packages/nodes-base/nodes/Raindrop/descriptions/BookmarkDescription.ts b/packages/nodes-base/nodes/Raindrop/descriptions/BookmarkDescription.ts index d778c9f281d..4cea3aab1a5 100644 --- a/packages/nodes-base/nodes/Raindrop/descriptions/BookmarkDescription.ts +++ b/packages/nodes-base/nodes/Raindrop/descriptions/BookmarkDescription.ts @@ -51,7 +51,7 @@ export const bookmarkFields: INodeProperties[] = [ name: 'collectionId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', displayOptions: { show: { resource: ['bookmark'], @@ -178,7 +178,7 @@ export const bookmarkFields: INodeProperties[] = [ default: [], required: true, description: - 'The ID of the collection from which to retrieve all bookmarks. Choose from the list, or specify an ID using an expression.', + 'The ID of the collection from which to retrieve all bookmarks. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['bookmark'], @@ -253,7 +253,7 @@ export const bookmarkFields: INodeProperties[] = [ name: 'collectionId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCollections', }, diff --git a/packages/nodes-base/nodes/Raindrop/descriptions/TagDescription.ts b/packages/nodes-base/nodes/Raindrop/descriptions/TagDescription.ts index 992aaef6243..34481c34e93 100644 --- a/packages/nodes-base/nodes/Raindrop/descriptions/TagDescription.ts +++ b/packages/nodes-base/nodes/Raindrop/descriptions/TagDescription.ts @@ -68,7 +68,7 @@ export const tagFields: INodeProperties[] = [ }, default: '', description: - 'It\'s possible to restrict remove action to just one collection. It\'s optional. Choose from the list, or specify an ID using an expression.', + 'It\'s possible to restrict remove action to just one collection. It\'s optional. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -124,7 +124,7 @@ export const tagFields: INodeProperties[] = [ name: 'collectionId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCollections', }, diff --git a/packages/nodes-base/nodes/Salesforce/AccountDescription.ts b/packages/nodes-base/nodes/Salesforce/AccountDescription.ts index 7f8a9ac88a1..925d9bbcaeb 100644 --- a/packages/nodes-base/nodes/Salesforce/AccountDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/AccountDescription.ts @@ -88,7 +88,7 @@ export const accountFields: INodeProperties[] = [ }, }, description: - 'The field to check to see if the account already exists. Choose from the list, or specify an ID using an expression.', + 'The field to check to see if the account already exists. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value to Match', @@ -159,7 +159,7 @@ export const accountFields: INodeProperties[] = [ }, default: '', description: - 'The source of the account record. Choose from the list, or specify an ID using an expression.', + 'The source of the account record. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Billing City', @@ -224,7 +224,7 @@ export const accountFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -280,7 +280,7 @@ export const accountFields: INodeProperties[] = [ }, default: '', description: - 'The owner of the account. Choose from the list, or specify an ID using an expression.', + 'The owner of the account. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Parent ID', @@ -301,7 +301,7 @@ export const accountFields: INodeProperties[] = [ name: 'recordTypeId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRecordTypes', }, @@ -324,7 +324,7 @@ export const accountFields: INodeProperties[] = [ loadOptionsMethod: 'getAccountTypes', }, description: - 'Type of account. Choose from the list, or specify an ID using an expression.', + 'Type of account. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Shipping City', @@ -423,7 +423,7 @@ export const accountFields: INodeProperties[] = [ }, default: '', description: - 'The source of the account record. Choose from the list, or specify an ID using an expression.', + 'The source of the account record. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Annual Revenue', @@ -498,7 +498,7 @@ export const accountFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -561,7 +561,7 @@ export const accountFields: INodeProperties[] = [ }, default: '', description: - 'The owner of the account. Choose from the list, or specify an ID using an expression.', + 'The owner of the account. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Parent ID', @@ -582,7 +582,7 @@ export const accountFields: INodeProperties[] = [ name: 'recordTypeId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRecordTypes', }, @@ -645,7 +645,7 @@ export const accountFields: INodeProperties[] = [ loadOptionsMethod: 'getAccountTypes', }, description: - 'Type of account. Choose from the list, or specify an ID using an expression.', + 'Type of account. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Website', @@ -771,7 +771,7 @@ export const accountFields: INodeProperties[] = [ }, default: '', description: - 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', + 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Operation', @@ -883,7 +883,7 @@ export const accountFields: INodeProperties[] = [ }, default: '', description: - 'ID of the user who owns the note. Choose from the list, or specify an ID using an expression.', + 'ID of the user who owns the note. Choose from the list, or specify an ID using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/Salesforce/AttachmentDescription.ts b/packages/nodes-base/nodes/Salesforce/AttachmentDescription.ts index 0a6c17968ca..5efe74ee96e 100644 --- a/packages/nodes-base/nodes/Salesforce/AttachmentDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/AttachmentDescription.ts @@ -137,7 +137,7 @@ export const attachmentFields: INodeProperties[] = [ }, default: '', description: - 'ID of the User who owns the attachment. Choose from the list, or specify an ID using an expression.', + 'ID of the User who owns the attachment. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -212,7 +212,7 @@ export const attachmentFields: INodeProperties[] = [ }, default: '', description: - 'ID of the User who owns the attachment. Choose from the list, or specify an ID using an expression.', + 'ID of the User who owns the attachment. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -324,7 +324,7 @@ export const attachmentFields: INodeProperties[] = [ }, default: '', description: - 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', + 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', }, // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { diff --git a/packages/nodes-base/nodes/Salesforce/CaseDescription.ts b/packages/nodes-base/nodes/Salesforce/CaseDescription.ts index b81ddefe354..69d0e694deb 100644 --- a/packages/nodes-base/nodes/Salesforce/CaseDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/CaseDescription.ts @@ -79,7 +79,7 @@ export const caseFields: INodeProperties[] = [ }, default: '', description: - 'The type of case. Choose from the list, or specify an ID using an expression.', + 'The type of case. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Additional Fields', @@ -132,7 +132,7 @@ export const caseFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -168,7 +168,7 @@ export const caseFields: INodeProperties[] = [ }, default: '', description: - 'The source of the case, such as Email, Phone, or Web. Label is Case Origin. Choose from the list, or specify an ID using an expression.', + 'The source of the case, such as Email, Phone, or Web. Label is Case Origin. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Owner Name or ID', @@ -179,7 +179,7 @@ export const caseFields: INodeProperties[] = [ }, default: '', description: - 'The owner of the case. Choose from the list, or specify an ID using an expression.', + 'The owner of the case. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Parent ID', @@ -197,7 +197,7 @@ export const caseFields: INodeProperties[] = [ }, default: '', description: - 'The importance or urgency of the case, such as High, Medium, or Low. Choose from the list, or specify an ID using an expression.', + 'The importance or urgency of the case, such as High, Medium, or Low. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Reason Name or ID', @@ -208,14 +208,14 @@ export const caseFields: INodeProperties[] = [ }, default: '', description: - 'The reason why the case was created, such as Instructions not clear, or User didn’t attend training. Choose from the list, or specify an ID using an expression.', + 'The reason why the case was created, such as Instructions not clear, or User didn’t attend training. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Record Type Name or ID', name: 'recordTypeId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRecordTypes', }, @@ -230,7 +230,7 @@ export const caseFields: INodeProperties[] = [ }, default: '', description: - 'The status of the case, such as “New,” “Closed,” or “Escalated.” This field directly controls the IsClosed flag. Choose from the list, or specify an ID using an expression.', + 'The status of the case, such as “New,” “Closed,” or “Escalated.” This field directly controls the IsClosed flag. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Subject', @@ -342,7 +342,7 @@ export const caseFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -378,7 +378,7 @@ export const caseFields: INodeProperties[] = [ }, default: '', description: - 'The source of the case, such as Email, Phone, or Web. Label is Case Origin. Choose from the list, or specify an ID using an expression.', + 'The source of the case, such as Email, Phone, or Web. Label is Case Origin. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Owner Name or ID', @@ -389,7 +389,7 @@ export const caseFields: INodeProperties[] = [ }, default: '', description: - 'The owner of the case. Choose from the list, or specify an ID using an expression.', + 'The owner of the case. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Parent ID', @@ -407,7 +407,7 @@ export const caseFields: INodeProperties[] = [ }, default: '', description: - 'The importance or urgency of the case, such as High, Medium, or Low. Choose from the list, or specify an ID using an expression.', + 'The importance or urgency of the case, such as High, Medium, or Low. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Reason Name or ID', @@ -418,14 +418,14 @@ export const caseFields: INodeProperties[] = [ }, default: '', description: - 'The reason why the case was created, such as Instructions not clear, or User didn’t attend training. Choose from the list, or specify an ID using an expression.', + 'The reason why the case was created, such as Instructions not clear, or User didn’t attend training. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Record Type Name or ID', name: 'recordTypeId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRecordTypes', }, @@ -440,7 +440,7 @@ export const caseFields: INodeProperties[] = [ }, default: '', description: - 'The status of the case, such as “New,” “Closed,” or “Escalated.” This field directly controls the IsClosed flag. Choose from the list, or specify an ID using an expression.', + 'The status of the case, such as “New,” “Closed,” or “Escalated.” This field directly controls the IsClosed flag. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Subject', @@ -490,7 +490,7 @@ export const caseFields: INodeProperties[] = [ }, default: '', description: - 'The type of case. Choose from the list, or specify an ID using an expression.', + 'The type of case. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -602,7 +602,7 @@ export const caseFields: INodeProperties[] = [ }, default: '', description: - 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', + 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', }, // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { diff --git a/packages/nodes-base/nodes/Salesforce/ContactDescription.ts b/packages/nodes-base/nodes/Salesforce/ContactDescription.ts index 39680eaab21..41d5528aed0 100644 --- a/packages/nodes-base/nodes/Salesforce/ContactDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/ContactDescription.ts @@ -94,7 +94,7 @@ export const contactFields: INodeProperties[] = [ }, }, description: - 'The field to check to see if the contact already exists. Choose from the list, or specify an ID using an expression.', + 'The field to check to see if the contact already exists. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value to Match', @@ -147,7 +147,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'ID of the account that is the parent of this contact. Choose from the list, or specify an ID using an expression.', + 'ID of the account that is the parent of this contact. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Assistant Name', @@ -194,7 +194,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -283,7 +283,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', + 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Mailing City', @@ -370,7 +370,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'The owner of the contact. Choose from the list, or specify an ID using an expression.', + 'The owner of the contact. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Phone', @@ -384,7 +384,7 @@ export const contactFields: INodeProperties[] = [ name: 'recordTypeId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRecordTypes', }, @@ -447,7 +447,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'ID of the account that is the parent of this contact. Choose from the list, or specify an ID using an expression.', + 'ID of the account that is the parent of this contact. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Assistant Name', @@ -494,7 +494,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -590,7 +590,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', + 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Mailing City', @@ -677,7 +677,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'The owner of the contact. Choose from the list, or specify an ID using an expression.', + 'The owner of the contact. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Phone', @@ -691,7 +691,7 @@ export const contactFields: INodeProperties[] = [ name: 'recordTypeId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRecordTypes', }, @@ -822,7 +822,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', + 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', }, // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { @@ -906,7 +906,7 @@ export const contactFields: INodeProperties[] = [ }, }, description: - 'ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an expression.', + 'ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Options', @@ -999,7 +999,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'ID of the user who owns the note. Choose from the list, or specify an ID using an expression.', + 'ID of the user who owns the note. Choose from the list, or specify an ID using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/Salesforce/CustomObjectDescription.ts b/packages/nodes-base/nodes/Salesforce/CustomObjectDescription.ts index b1cd0f8c159..df12fd1348f 100644 --- a/packages/nodes-base/nodes/Salesforce/CustomObjectDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/CustomObjectDescription.ts @@ -73,7 +73,7 @@ export const customObjectFields: INodeProperties[] = [ }, }, description: - 'Name of the custom object. Choose from the list, or specify an ID using an expression.', + 'Name of the custom object. Choose from the list, or specify an ID using an expression.', }, { // eslint-disable-next-line n8n-nodes-base/node-param-display-name-wrong-for-dynamic-options @@ -93,7 +93,7 @@ export const customObjectFields: INodeProperties[] = [ }, }, description: - 'The field to check to see if the object already exists. Choose from the list, or specify an ID using an expression.', + 'The field to check to see if the object already exists. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value to Match', @@ -141,7 +141,7 @@ export const customObjectFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field. Choose from the list, or specify an ID using an expression.', + 'The ID of the field. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -174,7 +174,7 @@ export const customObjectFields: INodeProperties[] = [ }, }, description: - 'Name of the custom object. Choose from the list, or specify an ID using an expression.', + 'Name of the custom object. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Record ID', @@ -221,7 +221,7 @@ export const customObjectFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field. Choose from the list, or specify an ID using an expression.', + 'The ID of the field. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -254,7 +254,7 @@ export const customObjectFields: INodeProperties[] = [ }, }, description: - 'Name of the custom object. Choose from the list, or specify an ID using an expression.', + 'Name of the custom object. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Record ID', @@ -290,7 +290,7 @@ export const customObjectFields: INodeProperties[] = [ }, }, description: - 'Name of the custom object. Choose from the list, or specify an ID using an expression.', + 'Name of the custom object. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Record ID', @@ -326,7 +326,7 @@ export const customObjectFields: INodeProperties[] = [ }, }, description: - 'Name of the custom object. Choose from the list, or specify an ID using an expression.', + 'Name of the custom object. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', @@ -397,7 +397,7 @@ export const customObjectFields: INodeProperties[] = [ }, default: '', description: - 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', + 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', }, // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { @@ -448,7 +448,7 @@ export const customObjectFields: INodeProperties[] = [ }, default: [], description: - 'Fields to include separated by commas. Choose from the list, or specify IDs using an expression.', + 'Fields to include separated by commas. Choose from the list, or specify IDs using an expression.', }, ], }, @@ -470,7 +470,7 @@ export const customObjectFields: INodeProperties[] = [ name: 'recordTypeId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRecordTypes', loadOptionsDependsOn: ['customObject'], @@ -497,7 +497,7 @@ export const customObjectFields: INodeProperties[] = [ name: 'recordTypeId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRecordTypes', loadOptionsDependsOn: ['customObject'], diff --git a/packages/nodes-base/nodes/Salesforce/DocumentDescription.ts b/packages/nodes-base/nodes/Salesforce/DocumentDescription.ts index 20b4062a47b..cfc79932663 100644 --- a/packages/nodes-base/nodes/Salesforce/DocumentDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/DocumentDescription.ts @@ -94,7 +94,7 @@ export const documentFields: INodeProperties[] = [ }, default: '', description: - 'ID of the owner of this document. Choose from the list, or specify an ID using an expression.', + 'ID of the owner of this document. Choose from the list, or specify an ID using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/Salesforce/LeadDescription.ts b/packages/nodes-base/nodes/Salesforce/LeadDescription.ts index 4395a48b9ea..792c50708c3 100644 --- a/packages/nodes-base/nodes/Salesforce/LeadDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/LeadDescription.ts @@ -93,7 +93,7 @@ export const leadFields: INodeProperties[] = [ }, }, description: - 'The field to check to see if the lead already exists. Choose from the list, or specify an ID using an expression.', + 'The field to check to see if the lead already exists. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value to Match', @@ -200,7 +200,7 @@ export const leadFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -290,7 +290,7 @@ export const leadFields: INodeProperties[] = [ }, default: '', description: - 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', + 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Mobile Phone', @@ -315,7 +315,7 @@ export const leadFields: INodeProperties[] = [ }, default: '', description: - 'The owner of the lead. Choose from the list, or specify an ID using an expression.', + 'The owner of the lead. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Phone', @@ -336,7 +336,7 @@ export const leadFields: INodeProperties[] = [ name: 'recordTypeId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRecordTypes', }, @@ -372,7 +372,7 @@ export const leadFields: INodeProperties[] = [ }, default: '', description: - 'Status code for this converted lead. Choose from the list, or specify an ID using an expression.', + 'Status code for this converted lead. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Street', @@ -484,7 +484,7 @@ export const leadFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -581,7 +581,7 @@ export const leadFields: INodeProperties[] = [ }, default: '', description: - 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', + 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Mobile Phone', @@ -606,7 +606,7 @@ export const leadFields: INodeProperties[] = [ }, default: '', description: - 'The owner of the lead. Choose from the list, or specify an ID using an expression.', + 'The owner of the lead. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Postal Code', @@ -627,7 +627,7 @@ export const leadFields: INodeProperties[] = [ name: 'recordTypeId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRecordTypes', }, @@ -663,7 +663,7 @@ export const leadFields: INodeProperties[] = [ }, default: '', description: - 'Status code for this converted lead. Choose from the list, or specify an ID using an expression.', + 'Status code for this converted lead. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Street', @@ -796,7 +796,7 @@ export const leadFields: INodeProperties[] = [ }, default: '', description: - 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', + 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', }, // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { @@ -880,7 +880,7 @@ export const leadFields: INodeProperties[] = [ }, }, description: - 'ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an expression.', + 'ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Options', @@ -973,7 +973,7 @@ export const leadFields: INodeProperties[] = [ }, default: '', description: - 'ID of the user who owns the note. Choose from the list, or specify an ID using an expression.', + 'ID of the user who owns the note. Choose from the list, or specify an ID using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/Salesforce/OpportunityDescription.ts b/packages/nodes-base/nodes/Salesforce/OpportunityDescription.ts index b1572ff10f8..2ea1559fee6 100644 --- a/packages/nodes-base/nodes/Salesforce/OpportunityDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/OpportunityDescription.ts @@ -88,7 +88,7 @@ export const opportunityFields: INodeProperties[] = [ }, }, description: - 'The field to check to see if the opportunity already exists. Choose from the list, or specify an ID using an expression.', + 'The field to check to see if the opportunity already exists. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value to Match', @@ -149,7 +149,7 @@ export const opportunityFields: INodeProperties[] = [ }, }, description: - 'Required. Date when the opportunity is expected to close. Choose from the list, or specify an ID using an expression.', + 'Required. Date when the opportunity is expected to close. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Additional Fields', @@ -173,7 +173,7 @@ export const opportunityFields: INodeProperties[] = [ loadOptionsMethod: 'getAccounts', }, description: - 'ID of the account associated with this opportunity. Choose from the list, or specify an ID using an expression.', + 'ID of the account associated with this opportunity. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Amount', @@ -194,7 +194,7 @@ export const opportunityFields: INodeProperties[] = [ }, default: '', description: - 'ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an expression.', + 'ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Custom Fields', @@ -220,7 +220,7 @@ export const opportunityFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -257,7 +257,7 @@ export const opportunityFields: INodeProperties[] = [ }, default: '', description: - 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', + 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Next Step', @@ -275,7 +275,7 @@ export const opportunityFields: INodeProperties[] = [ }, default: '', description: - 'The owner of the opportunity. Choose from the list, or specify an ID using an expression.', + 'The owner of the opportunity. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Phone', @@ -361,7 +361,7 @@ export const opportunityFields: INodeProperties[] = [ loadOptionsMethod: 'getAccounts', }, description: - 'ID of the account associated with this opportunity. Choose from the list, or specify an ID using an expression.', + 'ID of the account associated with this opportunity. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Amount', @@ -382,7 +382,7 @@ export const opportunityFields: INodeProperties[] = [ }, default: '', description: - 'ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an expression.', + 'ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Close Date', @@ -415,7 +415,7 @@ export const opportunityFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -452,7 +452,7 @@ export const opportunityFields: INodeProperties[] = [ }, default: '', description: - 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', + 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Name', @@ -477,7 +477,7 @@ export const opportunityFields: INodeProperties[] = [ }, default: '', description: - 'The owner of the opportunity. Choose from the list, or specify an ID using an expression.', + 'The owner of the opportunity. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Phone', @@ -512,7 +512,7 @@ export const opportunityFields: INodeProperties[] = [ }, default: '', description: - 'Required. Date when the opportunity is expected to close. Choose from the list, or specify an ID using an expression.', + 'Required. Date when the opportunity is expected to close. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Type', @@ -642,7 +642,7 @@ export const opportunityFields: INodeProperties[] = [ }, default: '', description: - 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', + 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', }, // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { @@ -761,7 +761,7 @@ export const opportunityFields: INodeProperties[] = [ }, default: '', description: - 'ID of the user who owns the note. Choose from the list, or specify an ID using an expression.', + 'ID of the user who owns the note. Choose from the list, or specify an ID using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/Salesforce/SalesforceTrigger.node.ts b/packages/nodes-base/nodes/Salesforce/SalesforceTrigger.node.ts index b8e5c807779..257a778ba34 100644 --- a/packages/nodes-base/nodes/Salesforce/SalesforceTrigger.node.ts +++ b/packages/nodes-base/nodes/Salesforce/SalesforceTrigger.node.ts @@ -156,7 +156,7 @@ export class SalesforceTrigger implements INodeType { }, }, description: - 'Name of the custom object. Choose from the list, or specify an ID using an expression.', + 'Name of the custom object. Choose from the list, or specify an ID using an expression.', }, ], }; diff --git a/packages/nodes-base/nodes/Salesforce/TaskDescription.ts b/packages/nodes-base/nodes/Salesforce/TaskDescription.ts index 5b2fb6ebbf1..9b7ff4dcfea 100644 --- a/packages/nodes-base/nodes/Salesforce/TaskDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/TaskDescription.ts @@ -73,7 +73,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getTaskStatuses', }, description: - 'The current status of the task, such as In Progress or Completed. Choose from the list, or specify an ID using an expression.', + 'The current status of the task, such as In Progress or Completed. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Additional Fields', @@ -129,7 +129,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getTaskCallTypes', }, description: - 'The type of call being answered: Inbound, Internal, or Outbound. Choose from the list, or specify an ID using an expression.', + 'The type of call being answered: Inbound, Internal, or Outbound. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Custom Fields', @@ -155,7 +155,7 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -191,7 +191,7 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'ID of the User who owns the record. Choose from the list, or specify an ID using an expression.', + 'ID of the User who owns the record. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Priority Name or ID', @@ -202,7 +202,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getTaskPriorities', }, description: - 'Indicates the importance or urgency of a task, such as high or low. Choose from the list, or specify an ID using an expression.', + 'Indicates the importance or urgency of a task, such as high or low. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Recurrence Type Name or ID', @@ -213,7 +213,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getTaskRecurrenceTypes', }, description: - 'Recurrence Type of the task. Choose from the list, or specify an ID using an expression.', + 'Recurrence Type of the task. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Recurrence Instance Name or ID', @@ -224,7 +224,7 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'The frequency of the recurring task. For example, “2nd” or “3rd.”. Choose from the list, or specify an ID using an expression.', + 'The frequency of the recurring task. For example, “2nd” or “3rd.”. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Recurrence Interval', @@ -369,7 +369,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getTaskSubjects', }, description: - 'The subject line of the task, such as “Call” or “Send Quote.” Limit: 255 characters. Choose from the list, or specify an ID using an expression.', + 'The subject line of the task, such as “Call” or “Send Quote.” Limit: 255 characters. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Type Name or ID', @@ -380,7 +380,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getTaskTypes', }, description: - 'Represents Type of the task, such as Call or Meeting. Choose from the list, or specify an ID using an expression.', + 'Represents Type of the task, such as Call or Meeting. Choose from the list, or specify an ID using an expression.', }, { displayName: 'What ID', @@ -472,7 +472,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getTaskCallTypes', }, description: - 'The type of call being answered: Inbound, Internal, or Outbound. Choose from the list, or specify an ID using an expression.', + 'The type of call being answered: Inbound, Internal, or Outbound. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Custom Fields', @@ -498,7 +498,7 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -534,7 +534,7 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'ID of the User who owns the record. Choose from the list, or specify an ID using an expression.', + 'ID of the User who owns the record. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Priority Name or ID', @@ -545,7 +545,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getTaskPriorities', }, description: - 'Indicates the importance or urgency of a task, such as high or low. Choose from the list, or specify an ID using an expression.', + 'Indicates the importance or urgency of a task, such as high or low. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Status Name or ID', @@ -556,7 +556,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getTaskStatuses', }, description: - 'The current status of the task, such as In Progress or Completed. Choose from the list, or specify an ID using an expression.', + 'The current status of the task, such as In Progress or Completed. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Subject Name or ID', @@ -567,7 +567,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getTaskSubjects', }, description: - 'The subject line of the task, such as “Call” or “Send Quote.” Limit: 255 characters. Choose from the list, or specify an ID using an expression.', + 'The subject line of the task, such as “Call” or “Send Quote.” Limit: 255 characters. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Recurrence Day Of Month', @@ -601,7 +601,7 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'The frequency of the recurring task. For example, “2nd” or “3rd.”. Choose from the list, or specify an ID using an expression.', + 'The frequency of the recurring task. For example, “2nd” or “3rd.”. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Recurrence Interval', @@ -707,7 +707,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getTaskRecurrenceTypes', }, description: - 'Website for the task. Choose from the list, or specify an ID using an expression.', + 'Website for the task. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Recurrence TimeZone SidKey', @@ -734,7 +734,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getTaskTypes', }, description: - 'Represents Type of the task, such as Call or Meeting. Choose from the list, or specify an ID using an expression.', + 'Represents Type of the task, such as Call or Meeting. Choose from the list, or specify an ID using an expression.', }, { displayName: 'What ID', @@ -862,7 +862,7 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', + 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', }, // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { diff --git a/packages/nodes-base/nodes/Salesforce/UserDescription.ts b/packages/nodes-base/nodes/Salesforce/UserDescription.ts index 90714da5977..cfb69e6a2ab 100644 --- a/packages/nodes-base/nodes/Salesforce/UserDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/UserDescription.ts @@ -119,7 +119,7 @@ export const userFields: INodeProperties[] = [ }, default: '', description: - 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', + 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', }, // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { diff --git a/packages/nodes-base/nodes/Salesmate/ActivityDescription.ts b/packages/nodes-base/nodes/Salesmate/ActivityDescription.ts index ae1b89314a5..fd0efb820eb 100644 --- a/packages/nodes-base/nodes/Salesmate/ActivityDescription.ts +++ b/packages/nodes-base/nodes/Salesmate/ActivityDescription.ts @@ -69,7 +69,7 @@ export const activityFields: INodeProperties[] = [ name: 'owner', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getUsers', diff --git a/packages/nodes-base/nodes/Salesmate/CompanyDescription.ts b/packages/nodes-base/nodes/Salesmate/CompanyDescription.ts index 21eea15c70f..ba72a6ef6a5 100644 --- a/packages/nodes-base/nodes/Salesmate/CompanyDescription.ts +++ b/packages/nodes-base/nodes/Salesmate/CompanyDescription.ts @@ -69,7 +69,7 @@ export const companyFields: INodeProperties[] = [ name: 'owner', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getUsers', @@ -265,7 +265,7 @@ export const companyFields: INodeProperties[] = [ name: 'owner', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getUsers', diff --git a/packages/nodes-base/nodes/Salesmate/DealDescription.ts b/packages/nodes-base/nodes/Salesmate/DealDescription.ts index 2a4f173acce..2013752390a 100644 --- a/packages/nodes-base/nodes/Salesmate/DealDescription.ts +++ b/packages/nodes-base/nodes/Salesmate/DealDescription.ts @@ -69,7 +69,7 @@ export const dealFields: INodeProperties[] = [ name: 'owner', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getUsers', @@ -97,7 +97,7 @@ export const dealFields: INodeProperties[] = [ }, }, description: - 'Primary contact for the deal. Choose from the list, or specify an ID using an expression.', + 'Primary contact for the deal. Choose from the list, or specify an ID using an expression.', required: true, }, { @@ -240,7 +240,7 @@ export const dealFields: INodeProperties[] = [ name: 'primaryCompany', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCompanies', }, @@ -360,7 +360,7 @@ export const dealFields: INodeProperties[] = [ name: 'owner', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getUsers', @@ -371,7 +371,7 @@ export const dealFields: INodeProperties[] = [ name: 'primaryContact', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getContacts', @@ -462,7 +462,7 @@ export const dealFields: INodeProperties[] = [ name: 'primaryCompany', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCompanies', }, diff --git a/packages/nodes-base/nodes/SeaTable/RowDescription.ts b/packages/nodes-base/nodes/SeaTable/RowDescription.ts index 08300d1070b..a0b144cc7a4 100644 --- a/packages/nodes-base/nodes/SeaTable/RowDescription.ts +++ b/packages/nodes-base/nodes/SeaTable/RowDescription.ts @@ -64,7 +64,7 @@ export const rowFields: INodeProperties[] = [ }, default: '', description: - 'The name of SeaTable table to access. Choose from the list, or specify an ID using an expression.', + 'The name of SeaTable table to access. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Table Name or ID', @@ -82,7 +82,7 @@ export const rowFields: INodeProperties[] = [ }, default: '', description: - 'The name of SeaTable table to access. Choose from the list, or specify an ID using an expression.', + 'The name of SeaTable table to access. Choose from the list, or specify an ID using an expression.', }, // ---------------------------------- @@ -161,7 +161,7 @@ export const rowFields: INodeProperties[] = [ name: 'columnName', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['table'], loadOptionsMethod: 'getTableUpdateAbleColumns', @@ -265,7 +265,7 @@ export const rowFields: INodeProperties[] = [ name: 'view_name', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getViews', }, @@ -320,7 +320,7 @@ export const rowFields: INodeProperties[] = [ }, default: '', description: - 'A column\'s name or ID, use this column to sort the rows. Choose from the list, or specify an ID using an expression.', + 'A column\'s name or ID, use this column to sort the rows. Choose from the list, or specify an ID using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/SeaTable/SeaTableTrigger.node.ts b/packages/nodes-base/nodes/SeaTable/SeaTableTrigger.node.ts index 74776d18b1f..9995ee01ae9 100644 --- a/packages/nodes-base/nodes/SeaTable/SeaTableTrigger.node.ts +++ b/packages/nodes-base/nodes/SeaTable/SeaTableTrigger.node.ts @@ -45,7 +45,7 @@ export class SeaTableTrigger implements INodeType { }, default: '', description: - 'The name of SeaTable table to access. Choose from the list, or specify an ID using an expression.', + 'The name of SeaTable table to access. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Event', diff --git a/packages/nodes-base/nodes/SendGrid/ContactDescription.ts b/packages/nodes-base/nodes/SendGrid/ContactDescription.ts index 6c16c1f78e1..87431dace9c 100644 --- a/packages/nodes-base/nodes/SendGrid/ContactDescription.ts +++ b/packages/nodes-base/nodes/SendGrid/ContactDescription.ts @@ -225,7 +225,7 @@ export const contactFields: INodeProperties[] = [ }, default: [], description: - 'ID of the field to set. Choose from the list, or specify IDs using an expression.', + 'ID of the field to set. Choose from the list, or specify IDs using an expression.', }, ], }, @@ -255,7 +255,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'ID of the field. Choose from the list, or specify an ID using an expression.', + 'ID of the field. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Field Value', diff --git a/packages/nodes-base/nodes/SendGrid/MailDescription.ts b/packages/nodes-base/nodes/SendGrid/MailDescription.ts index 9cfe572f2e0..067c52597cd 100644 --- a/packages/nodes-base/nodes/SendGrid/MailDescription.ts +++ b/packages/nodes-base/nodes/SendGrid/MailDescription.ts @@ -141,7 +141,7 @@ export const mailFields: INodeProperties[] = [ name: 'templateId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: [], typeOptions: { loadOptionsMethod: 'getTemplateIds', diff --git a/packages/nodes-base/nodes/SentryIo/EventDescription.ts b/packages/nodes-base/nodes/SentryIo/EventDescription.ts index a5025aaabc6..2258d706dfd 100644 --- a/packages/nodes-base/nodes/SentryIo/EventDescription.ts +++ b/packages/nodes-base/nodes/SentryIo/EventDescription.ts @@ -49,7 +49,7 @@ export const eventFields: INodeProperties[] = [ }, required: true, description: - 'The slug of the organization the events belong to. Choose from the list, or specify an ID using an expression.', + 'The slug of the organization the events belong to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Project Slug Name or ID', @@ -68,7 +68,7 @@ export const eventFields: INodeProperties[] = [ }, required: true, description: - 'The slug of the project the events belong to. Choose from the list, or specify an ID using an expression.', + 'The slug of the project the events belong to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Full', @@ -135,7 +135,7 @@ export const eventFields: INodeProperties[] = [ }, required: true, description: - 'The slug of the organization the events belong to. Choose from the list, or specify an ID using an expression.', + 'The slug of the organization the events belong to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Project Slug Name or ID', @@ -153,7 +153,7 @@ export const eventFields: INodeProperties[] = [ }, required: true, description: - 'The slug of the project the events belong to. Choose from the list, or specify an ID using an expression.', + 'The slug of the project the events belong to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Event ID', diff --git a/packages/nodes-base/nodes/SentryIo/IssueDescription.ts b/packages/nodes-base/nodes/SentryIo/IssueDescription.ts index d23bef6c63b..96a44089a2e 100644 --- a/packages/nodes-base/nodes/SentryIo/IssueDescription.ts +++ b/packages/nodes-base/nodes/SentryIo/IssueDescription.ts @@ -80,7 +80,7 @@ export const issueFields: INodeProperties[] = [ }, required: true, description: - 'The slug of the organization the issues belong to. Choose from the list, or specify an ID using an expression.', + 'The slug of the organization the issues belong to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Project Slug Name or ID', @@ -99,7 +99,7 @@ export const issueFields: INodeProperties[] = [ }, required: true, description: - 'The slug of the project the issues belong to. Choose from the list, or specify an ID using an expression.', + 'The slug of the project the issues belong to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', diff --git a/packages/nodes-base/nodes/SentryIo/OrganizationDescription.ts b/packages/nodes-base/nodes/SentryIo/OrganizationDescription.ts index fc5f6aa982a..e039a902a82 100644 --- a/packages/nodes-base/nodes/SentryIo/OrganizationDescription.ts +++ b/packages/nodes-base/nodes/SentryIo/OrganizationDescription.ts @@ -125,7 +125,7 @@ export const organizationFields: INodeProperties[] = [ }, required: true, description: - 'The slug of the organization the team should be created for. Choose from the list, or specify an ID using an expression.', + 'The slug of the organization the team should be created for. Choose from the list, or specify an ID using an expression.', }, /* -------------------------------------------------------------------------- */ @@ -202,7 +202,7 @@ export const organizationFields: INodeProperties[] = [ }, required: true, description: - 'The slug of the organization to update. Choose from the list, or specify an ID using an expression.', + 'The slug of the organization to update. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Update Fields', diff --git a/packages/nodes-base/nodes/SentryIo/ProjectDescription.ts b/packages/nodes-base/nodes/SentryIo/ProjectDescription.ts index de1366b31d1..be08ee20346 100644 --- a/packages/nodes-base/nodes/SentryIo/ProjectDescription.ts +++ b/packages/nodes-base/nodes/SentryIo/ProjectDescription.ts @@ -67,7 +67,7 @@ export const projectFields: INodeProperties[] = [ }, required: true, description: - 'The slug of the organization the events belong to. Choose from the list, or specify an ID using an expression.', + 'The slug of the organization the events belong to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Project Slug Name or ID', @@ -86,7 +86,7 @@ export const projectFields: INodeProperties[] = [ }, required: true, description: - 'The slug of the project to retrieve. Choose from the list, or specify an ID using an expression.', + 'The slug of the project to retrieve. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Team Slug Name or ID', @@ -105,7 +105,7 @@ export const projectFields: INodeProperties[] = [ }, required: true, description: - 'The slug of the team to create a new project for. Choose from the list, or specify an ID using an expression.', + 'The slug of the team to create a new project for. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Name', @@ -199,7 +199,7 @@ export const projectFields: INodeProperties[] = [ }, required: true, description: - 'The slug of the organization the project belong to. Choose from the list, or specify an ID using an expression.', + 'The slug of the organization the project belong to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Project Slug Name or ID', @@ -218,7 +218,7 @@ export const projectFields: INodeProperties[] = [ }, required: true, description: - 'The slug of the project to update. Choose from the list, or specify an ID using an expression.', + 'The slug of the project to update. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Update Fields', @@ -305,7 +305,7 @@ export const projectFields: INodeProperties[] = [ }, required: true, description: - 'The slug of the organization the project belong to. Choose from the list, or specify an ID using an expression.', + 'The slug of the organization the project belong to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Project Slug Name or ID', @@ -324,6 +324,6 @@ export const projectFields: INodeProperties[] = [ }, required: true, description: - 'The slug of the project to delete. Choose from the list, or specify an ID using an expression.', + 'The slug of the project to delete. Choose from the list, or specify an ID using an expression.', }, ]; diff --git a/packages/nodes-base/nodes/SentryIo/ReleaseDescription.ts b/packages/nodes-base/nodes/SentryIo/ReleaseDescription.ts index 773d14ac4b9..8c4ee77fe47 100644 --- a/packages/nodes-base/nodes/SentryIo/ReleaseDescription.ts +++ b/packages/nodes-base/nodes/SentryIo/ReleaseDescription.ts @@ -67,7 +67,7 @@ export const releaseFields: INodeProperties[] = [ }, required: true, description: - 'The slug of the organization the releases belong to. Choose from the list, or specify an ID using an expression.', + 'The slug of the organization the releases belong to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', @@ -142,7 +142,7 @@ export const releaseFields: INodeProperties[] = [ }, required: true, description: - 'The slug of the organization the release belongs to. Choose from the list, or specify an ID using an expression.', + 'The slug of the organization the release belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Version', @@ -178,7 +178,7 @@ export const releaseFields: INodeProperties[] = [ }, required: true, description: - 'The slug of the organization the release belongs to. Choose from the list, or specify an ID using an expression.', + 'The slug of the organization the release belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Version', @@ -226,7 +226,7 @@ export const releaseFields: INodeProperties[] = [ }, required: true, description: - 'A list of project slugs that are involved in this release. Choose from the list, or specify IDs using an expression.', + 'A list of project slugs that are involved in this release. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Additional Fields', @@ -423,7 +423,7 @@ export const releaseFields: INodeProperties[] = [ }, required: true, description: - 'The slug of the organization the release belongs to. Choose from the list, or specify an ID using an expression.', + 'The slug of the organization the release belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Version', diff --git a/packages/nodes-base/nodes/SentryIo/TeamDescription.ts b/packages/nodes-base/nodes/SentryIo/TeamDescription.ts index 2db78ff5ba4..f6aabd0d18c 100644 --- a/packages/nodes-base/nodes/SentryIo/TeamDescription.ts +++ b/packages/nodes-base/nodes/SentryIo/TeamDescription.ts @@ -67,7 +67,7 @@ export const teamFields: INodeProperties[] = [ }, required: true, description: - 'The slug of the organization for which the teams should be listed. Choose from the list, or specify an ID using an expression.', + 'The slug of the organization for which the teams should be listed. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', @@ -120,7 +120,7 @@ export const teamFields: INodeProperties[] = [ }, required: true, description: - 'The slug of the organization the team belongs to. Choose from the list, or specify an ID using an expression.', + 'The slug of the organization the team belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Team Slug Name or ID', @@ -139,7 +139,7 @@ export const teamFields: INodeProperties[] = [ }, required: true, description: - 'The slug of the team to get. Choose from the list, or specify an ID using an expression.', + 'The slug of the team to get. Choose from the list, or specify an ID using an expression.', }, /* -------------------------------------------------------------------------- */ @@ -161,7 +161,7 @@ export const teamFields: INodeProperties[] = [ }, required: true, description: - 'The slug of the organization the team belongs to. Choose from the list, or specify an ID using an expression.', + 'The slug of the organization the team belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Name', @@ -220,7 +220,7 @@ export const teamFields: INodeProperties[] = [ }, required: true, description: - 'The slug of the organization the team belongs to. Choose from the list, or specify an ID using an expression.', + 'The slug of the organization the team belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Team Slug Name or ID', @@ -239,7 +239,7 @@ export const teamFields: INodeProperties[] = [ }, required: true, description: - 'The slug of the team to update. Choose from the list, or specify an ID using an expression.', + 'The slug of the team to update. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Update Fields', @@ -290,7 +290,7 @@ export const teamFields: INodeProperties[] = [ }, required: true, description: - 'The slug of the organization the team belongs to. Choose from the list, or specify an ID using an expression.', + 'The slug of the organization the team belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Team Slug Name or ID', @@ -309,6 +309,6 @@ export const teamFields: INodeProperties[] = [ }, required: true, description: - 'The slug of the team to delete. Choose from the list, or specify an ID using an expression.', + 'The slug of the team to delete. Choose from the list, or specify an ID using an expression.', }, ]; diff --git a/packages/nodes-base/nodes/ServiceNow/AttachmentDescription.ts b/packages/nodes-base/nodes/ServiceNow/AttachmentDescription.ts index c713ca4a703..2ada000a0ad 100644 --- a/packages/nodes-base/nodes/ServiceNow/AttachmentDescription.ts +++ b/packages/nodes-base/nodes/ServiceNow/AttachmentDescription.ts @@ -51,7 +51,7 @@ export const attachmentFields: INodeProperties[] = [ name: 'tableName', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTables', }, diff --git a/packages/nodes-base/nodes/ServiceNow/BusinessServiceDescription.ts b/packages/nodes-base/nodes/ServiceNow/BusinessServiceDescription.ts index 998399967d4..edc9c735cbd 100644 --- a/packages/nodes-base/nodes/ServiceNow/BusinessServiceDescription.ts +++ b/packages/nodes-base/nodes/ServiceNow/BusinessServiceDescription.ts @@ -87,7 +87,7 @@ export const businessServiceFields: INodeProperties[] = [ }, default: [], description: - 'A list of fields to return. Choose from the list, or specify IDs using an expression.', + 'A list of fields to return. Choose from the list, or specify IDs using an expression.', hint: 'String of comma separated values or an array of strings can be set in an expression', }, { diff --git a/packages/nodes-base/nodes/ServiceNow/ConfigurationItemsDescription.ts b/packages/nodes-base/nodes/ServiceNow/ConfigurationItemsDescription.ts index 70b070db053..2de78591a3a 100644 --- a/packages/nodes-base/nodes/ServiceNow/ConfigurationItemsDescription.ts +++ b/packages/nodes-base/nodes/ServiceNow/ConfigurationItemsDescription.ts @@ -87,7 +87,7 @@ export const configurationItemsFields: INodeProperties[] = [ }, default: [], description: - 'A list of fields to return. Choose from the list, or specify IDs using an expression.', + 'A list of fields to return. Choose from the list, or specify IDs using an expression.', hint: 'String of comma separated values or an array of strings can be set in an expression', }, { diff --git a/packages/nodes-base/nodes/ServiceNow/DepartmentDescription.ts b/packages/nodes-base/nodes/ServiceNow/DepartmentDescription.ts index 3acc8e24eac..d09c3ce696b 100644 --- a/packages/nodes-base/nodes/ServiceNow/DepartmentDescription.ts +++ b/packages/nodes-base/nodes/ServiceNow/DepartmentDescription.ts @@ -87,7 +87,7 @@ export const departmentFields: INodeProperties[] = [ }, default: [], description: - 'A list of fields to return. Choose from the list, or specify IDs using an expression.', + 'A list of fields to return. Choose from the list, or specify IDs using an expression.', hint: 'String of comma separated values or an array of strings can be set in an expression', }, { diff --git a/packages/nodes-base/nodes/ServiceNow/DictionaryDescription.ts b/packages/nodes-base/nodes/ServiceNow/DictionaryDescription.ts index 8cc93ee15e0..ff2d1edc4f6 100644 --- a/packages/nodes-base/nodes/ServiceNow/DictionaryDescription.ts +++ b/packages/nodes-base/nodes/ServiceNow/DictionaryDescription.ts @@ -87,7 +87,7 @@ export const dictionaryFields: INodeProperties[] = [ }, default: [], description: - 'A list of fields to return. Choose from the list, or specify IDs using an expression.', + 'A list of fields to return. Choose from the list, or specify IDs using an expression.', hint: 'String of comma separated values or an array of strings can be set in an expression', }, { diff --git a/packages/nodes-base/nodes/ServiceNow/IncidentDescription.ts b/packages/nodes-base/nodes/ServiceNow/IncidentDescription.ts index 1c720442df9..611d36b07ad 100644 --- a/packages/nodes-base/nodes/ServiceNow/IncidentDescription.ts +++ b/packages/nodes-base/nodes/ServiceNow/IncidentDescription.ts @@ -85,7 +85,7 @@ export const incidentFields: INodeProperties[] = [ }, default: '', description: - 'Which user is the incident assigned to. Requires the selection of an assignment group. Choose from the list, or specify an ID using an expression.', + 'Which user is the incident assigned to. Requires the selection of an assignment group. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Assignment Group Name or ID', @@ -97,14 +97,14 @@ export const incidentFields: INodeProperties[] = [ }, default: '', description: - 'The assignment group of the incident. Choose from the list, or specify an ID using an expression.', + 'The assignment group of the incident. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Business Service Name or ID', name: 'business_service', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { // nodelinter-ignore-next-line loadOptionsMethod: 'getBusinessServices', @@ -128,7 +128,7 @@ export const incidentFields: INodeProperties[] = [ }, default: '', description: - 'The category of the incident. Choose from the list, or specify an ID using an expression.', + 'The category of the incident. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Close Notes', @@ -147,7 +147,7 @@ export const incidentFields: INodeProperties[] = [ }, default: [], description: - 'Configuration Items, \'cmdb_ci\' in metadata. Choose from the list, or specify IDs using an expression.', + 'Configuration Items, \'cmdb_ci\' in metadata. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Contact Type', @@ -211,7 +211,7 @@ export const incidentFields: INodeProperties[] = [ }, default: '', description: - 'The resolution code of the incident, \'close_code\' in metadata. Choose from the list, or specify an ID using an expression.', + 'The resolution code of the incident, \'close_code\' in metadata. Choose from the list, or specify an ID using an expression.', }, { displayName: 'State Name or ID', @@ -223,7 +223,7 @@ export const incidentFields: INodeProperties[] = [ }, default: '', description: - 'The state of the incident. Choose from the list, or specify an ID using an expression.', + 'The state of the incident. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Subcategory Name or ID', @@ -236,7 +236,7 @@ export const incidentFields: INodeProperties[] = [ }, default: '', description: - 'The subcategory of the incident. Choose from the list, or specify an ID using an expression.', + 'The subcategory of the incident. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Urgency', @@ -326,7 +326,7 @@ export const incidentFields: INodeProperties[] = [ }, default: [], description: - 'A list of fields to return. Choose from the list, or specify IDs using an expression.', + 'A list of fields to return. Choose from the list, or specify IDs using an expression.', hint: 'String of comma separated values or an array of strings can be set in an expression', }, { @@ -408,7 +408,7 @@ export const incidentFields: INodeProperties[] = [ }, default: [], description: - 'A list of fields to return. Choose from the list, or specify IDs using an expression.', + 'A list of fields to return. Choose from the list, or specify IDs using an expression.', hint: 'String of comma separated values or an array of strings can be set in an expression', }, { @@ -476,7 +476,7 @@ export const incidentFields: INodeProperties[] = [ }, default: '', description: - 'Which user is the incident assigned to. Requires the selection of an assignment group. Choose from the list, or specify an ID using an expression.', + 'Which user is the incident assigned to. Requires the selection of an assignment group. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Assignment Group Name or ID', @@ -488,14 +488,14 @@ export const incidentFields: INodeProperties[] = [ }, default: '', description: - 'The assignment group of the incident. Choose from the list, or specify an ID using an expression.', + 'The assignment group of the incident. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Business Service Name or ID', name: 'business_service', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { // nodelinter-ignore-next-line loadOptionsMethod: 'getBusinessServices', @@ -519,7 +519,7 @@ export const incidentFields: INodeProperties[] = [ }, default: '', description: - 'The category of the incident. Choose from the list, or specify an ID using an expression.', + 'The category of the incident. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Close Notes', @@ -538,7 +538,7 @@ export const incidentFields: INodeProperties[] = [ }, default: [], description: - 'Configuration Items, \'cmdb_ci\' in metadata. Choose from the list, or specify IDs using an expression.', + 'Configuration Items, \'cmdb_ci\' in metadata. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Contact Type', @@ -603,7 +603,7 @@ export const incidentFields: INodeProperties[] = [ default: '', // nodelinter-ignore-next-line description: - 'The resolution code of the incident. \'close_code\' in metadata. Choose from the list, or specify an ID using an expression.', + 'The resolution code of the incident. \'close_code\' in metadata. Choose from the list, or specify an ID using an expression.', }, { displayName: 'On Hold Reason Name or ID', @@ -615,7 +615,7 @@ export const incidentFields: INodeProperties[] = [ }, default: '', description: - 'The on hold reason for the incident. It applies if the state isOn Hold. Choose from the list, or specify an ID using an expression.',
+ 'The on hold reason for the incident. It applies if the state is On Hold. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'State Name or ID',
@@ -627,7 +627,7 @@ export const incidentFields: INodeProperties[] = [
},
default: '',
description:
- 'The state of the incident. Choose from the list, or specify an ID using an expression.',
+ 'The state of the incident. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Subcategory Name or ID',
@@ -640,7 +640,7 @@ export const incidentFields: INodeProperties[] = [
},
default: '',
description:
- 'The subcategory of the incident. Choose from the list, or specify an ID using an expression.',
+ 'The subcategory of the incident. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Urgency',
diff --git a/packages/nodes-base/nodes/ServiceNow/TableRecordDescription.ts b/packages/nodes-base/nodes/ServiceNow/TableRecordDescription.ts
index 82b73e88f61..7c862a95698 100644
--- a/packages/nodes-base/nodes/ServiceNow/TableRecordDescription.ts
+++ b/packages/nodes-base/nodes/ServiceNow/TableRecordDescription.ts
@@ -51,7 +51,7 @@ export const tableRecordFields: INodeProperties[] = [
name: 'tableName',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTables',
},
@@ -134,7 +134,7 @@ export const tableRecordFields: INodeProperties[] = [
name: 'column',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getColumns',
loadOptionsDependsOn: ['tableName'],
@@ -160,7 +160,7 @@ export const tableRecordFields: INodeProperties[] = [
name: 'tableName',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTables',
},
@@ -234,7 +234,7 @@ export const tableRecordFields: INodeProperties[] = [
},
default: [],
description:
- 'A list of fields to return. Choose from the list, or specify IDs using an expression.',
+ 'A list of fields to return. Choose from the list, or specify IDs using an expression.',
hint: 'String of comma separated values or an array of strings can be set in an expression',
},
{
@@ -288,7 +288,7 @@ export const tableRecordFields: INodeProperties[] = [
},
required: true,
description:
- 'Name of the table in which the record exists. Choose from the list, or specify an ID using an expression.',
+ 'Name of the table in which the record exists. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Table Record ID',
@@ -334,7 +334,7 @@ export const tableRecordFields: INodeProperties[] = [
},
default: [],
description:
- 'A list of fields to return. Choose from the list, or specify IDs using an expression.',
+ 'A list of fields to return. Choose from the list, or specify IDs using an expression.',
hint: 'String of comma separated values or an array of strings can be set in an expression',
},
{
@@ -369,7 +369,7 @@ export const tableRecordFields: INodeProperties[] = [
name: 'tableName',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTables',
},
@@ -466,7 +466,7 @@ export const tableRecordFields: INodeProperties[] = [
name: 'column',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getColumns',
loadOptionsDependsOn: ['tableName'],
diff --git a/packages/nodes-base/nodes/ServiceNow/UserDescription.ts b/packages/nodes-base/nodes/ServiceNow/UserDescription.ts
index b4d4ad0d88b..247cf464767 100644
--- a/packages/nodes-base/nodes/ServiceNow/UserDescription.ts
+++ b/packages/nodes-base/nodes/ServiceNow/UserDescription.ts
@@ -211,7 +211,7 @@ export const userFields: INodeProperties[] = [
},
default: [],
description:
- 'Roles of the user. Choose from the list, or specify IDs using an expression.',
+ 'Roles of the user. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Source',
@@ -315,7 +315,7 @@ export const userFields: INodeProperties[] = [
},
default: [],
description:
- 'A list of fields to return. Choose from the list, or specify IDs using an expression.',
+ 'A list of fields to return. Choose from the list, or specify IDs using an expression.',
hint: 'String of comma separated values or an array of strings can be set in an expression',
},
{
@@ -451,7 +451,7 @@ export const userFields: INodeProperties[] = [
},
default: [],
description:
- 'A list of fields to return. Choose from the list, or specify IDs using an expression.',
+ 'A list of fields to return. Choose from the list, or specify IDs using an expression.',
hint: 'String of comma separated values or an array of strings can be set in an expression',
},
{
@@ -645,7 +645,7 @@ export const userFields: INodeProperties[] = [
},
default: [],
description:
- 'Roles of the user. Choose from the list, or specify IDs using an expression.',
+ 'Roles of the user. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Source',
diff --git a/packages/nodes-base/nodes/ServiceNow/UserGroupDescription.ts b/packages/nodes-base/nodes/ServiceNow/UserGroupDescription.ts
index d708df6685b..37543f17f05 100644
--- a/packages/nodes-base/nodes/ServiceNow/UserGroupDescription.ts
+++ b/packages/nodes-base/nodes/ServiceNow/UserGroupDescription.ts
@@ -86,7 +86,7 @@ export const userGroupFields: INodeProperties[] = [
},
default: [],
description:
- 'A list of fields to return. Choose from the list, or specify IDs using an expression.',
+ 'A list of fields to return. Choose from the list, or specify IDs using an expression.',
hint: 'String of comma separated values or an array of strings can be set in an expression',
},
{
diff --git a/packages/nodes-base/nodes/ServiceNow/UserRoleDescription.ts b/packages/nodes-base/nodes/ServiceNow/UserRoleDescription.ts
index 3d1ad9bf5f6..63ecf3a5f33 100644
--- a/packages/nodes-base/nodes/ServiceNow/UserRoleDescription.ts
+++ b/packages/nodes-base/nodes/ServiceNow/UserRoleDescription.ts
@@ -86,7 +86,7 @@ export const userRoleFields: INodeProperties[] = [
},
default: [],
description:
- 'A list of fields to return. Choose from the list, or specify IDs using an expression.',
+ 'A list of fields to return. Choose from the list, or specify IDs using an expression.',
hint: 'String of comma separated values or an array of strings can be set in an expression',
},
{
diff --git a/packages/nodes-base/nodes/Set/v1/SetV1.node.ts b/packages/nodes-base/nodes/Set/v1/SetV1.node.ts
index af05ebc8b56..55e92a53372 100644
--- a/packages/nodes-base/nodes/Set/v1/SetV1.node.ts
+++ b/packages/nodes-base/nodes/Set/v1/SetV1.node.ts
@@ -1,4 +1,3 @@
-/* eslint-disable n8n-nodes-base/node-filename-against-convention */
import type {
IExecuteFunctions,
INodeExecutionData,
diff --git a/packages/nodes-base/nodes/Set/v2/SetV2.node.ts b/packages/nodes-base/nodes/Set/v2/SetV2.node.ts
index 02975c85c37..234de63773e 100644
--- a/packages/nodes-base/nodes/Set/v2/SetV2.node.ts
+++ b/packages/nodes-base/nodes/Set/v2/SetV2.node.ts
@@ -1,4 +1,3 @@
-/* eslint-disable n8n-nodes-base/node-filename-against-convention */
import type {
IDataObject,
IExecuteFunctions,
diff --git a/packages/nodes-base/nodes/Shopify/OrderDescription.ts b/packages/nodes-base/nodes/Shopify/OrderDescription.ts
index 6ec7b4c5d87..40726d8231e 100644
--- a/packages/nodes-base/nodes/Shopify/OrderDescription.ts
+++ b/packages/nodes-base/nodes/Shopify/OrderDescription.ts
@@ -269,7 +269,7 @@ export const orderFields: INodeProperties[] = [
},
default: '',
description:
- 'The ID of the physical location where the order was processed. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the physical location where the order was processed. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Note',
@@ -423,7 +423,7 @@ export const orderFields: INodeProperties[] = [
},
default: '',
description:
- 'The ID of the product that the line item belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the product that the line item belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Variant ID',
@@ -807,7 +807,7 @@ export const orderFields: INodeProperties[] = [
},
default: '',
description:
- 'The ID of the physical location where the order was processed. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the physical location where the order was processed. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Note',
diff --git a/packages/nodes-base/nodes/Slack/SlackTrigger.node.ts b/packages/nodes-base/nodes/Slack/SlackTrigger.node.ts
index 1e90603adb2..9dbe79d8d44 100644
--- a/packages/nodes-base/nodes/Slack/SlackTrigger.node.ts
+++ b/packages/nodes-base/nodes/Slack/SlackTrigger.node.ts
@@ -228,7 +228,7 @@ export class SlackTrigger implements INodeType {
},
default: [],
description:
- 'A comma-separated string of encoded user IDs. Choose from the list, or specify IDs using an expression.',
+ 'A comma-separated string of encoded user IDs. Choose from the list, or specify IDs using an expression.',
},
],
},
diff --git a/packages/nodes-base/nodes/Slack/V1/ChannelDescription.ts b/packages/nodes-base/nodes/Slack/V1/ChannelDescription.ts
index e232194fe3c..f8c0b6488b4 100644
--- a/packages/nodes-base/nodes/Slack/V1/ChannelDescription.ts
+++ b/packages/nodes-base/nodes/Slack/V1/ChannelDescription.ts
@@ -139,7 +139,7 @@ export const channelFields: INodeProperties[] = [
default: '',
required: true,
description:
- 'The name of the channel to archive. Choose from the list, or specify an ID using an expression.',
+ 'The name of the channel to archive. Choose from the list, or specify an ID using an expression.',
},
/* -------------------------------------------------------------------------- */
@@ -161,7 +161,7 @@ export const channelFields: INodeProperties[] = [
default: '',
required: true,
description:
- 'The name of the channel to close. Choose from the list, or specify an ID using an expression.',
+ 'The name of the channel to close. Choose from the list, or specify an ID using an expression.',
},
/* -------------------------------------------------------------------------- */
@@ -224,7 +224,7 @@ export const channelFields: INodeProperties[] = [
},
required: true,
description:
- 'The ID of the channel to invite user to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the channel to invite user to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'User Names or IDs',
@@ -242,7 +242,7 @@ export const channelFields: INodeProperties[] = [
},
required: true,
description:
- 'The ID of the user to invite into channel. Choose from the list, or specify IDs using an expression.',
+ 'The ID of the user to invite into channel. Choose from the list, or specify IDs using an expression.',
},
/* -------------------------------------------------------------------------- */
@@ -304,14 +304,14 @@ export const channelFields: INodeProperties[] = [
},
required: true,
description:
- 'The name of the channel to create. Choose from the list, or specify an ID using an expression.',
+ 'The name of the channel to create. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'User Name or ID',
name: 'userId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getUsers',
},
@@ -332,7 +332,7 @@ export const channelFields: INodeProperties[] = [
name: 'channelId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getChannels',
},
@@ -451,7 +451,7 @@ export const channelFields: INodeProperties[] = [
},
required: true,
description:
- 'The name of the channel to create. Choose from the list, or specify an ID using an expression.',
+ 'The name of the channel to create. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
@@ -541,7 +541,7 @@ export const channelFields: INodeProperties[] = [
default: '',
required: true,
description:
- 'The name of the channel to leave. Choose from the list, or specify an ID using an expression.',
+ 'The name of the channel to leave. Choose from the list, or specify an ID using an expression.',
},
/* -------------------------------------------------------------------------- */
@@ -552,7 +552,7 @@ export const channelFields: INodeProperties[] = [
name: 'channelId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getChannels',
},
@@ -651,7 +651,7 @@ export const channelFields: INodeProperties[] = [
},
default: [],
description:
- 'If only one user is included, this creates a 1:1 DM. The ordering of the users is preserved whenever a multi-person direct message is returned. Supply a channel when not supplying users. Choose from the list, or specify IDs using an expression.',
+ 'If only one user is included, this creates a 1:1 DM. The ordering of the users is preserved whenever a multi-person direct message is returned. Supply a channel when not supplying users. Choose from the list, or specify IDs using an expression.',
},
],
},
@@ -675,7 +675,7 @@ export const channelFields: INodeProperties[] = [
default: '',
required: true,
description:
- 'The name of the channel to rename. Choose from the list, or specify an ID using an expression.',
+ 'The name of the channel to rename. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Name',
@@ -712,7 +712,7 @@ export const channelFields: INodeProperties[] = [
},
required: true,
description:
- 'The name of the channel to create. Choose from the list, or specify an ID using an expression.',
+ 'The name of the channel to create. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'TS',
@@ -816,7 +816,7 @@ export const channelFields: INodeProperties[] = [
default: '',
required: true,
description:
- 'Conversation to set the purpose of. Choose from the list, or specify an ID using an expression.',
+ 'Conversation to set the purpose of. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Purpose',
@@ -852,7 +852,7 @@ export const channelFields: INodeProperties[] = [
default: '',
required: true,
description:
- 'Conversation to set the topic of. Choose from the list, or specify an ID using an expression.',
+ 'Conversation to set the topic of. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Topic',
@@ -888,6 +888,6 @@ export const channelFields: INodeProperties[] = [
default: '',
required: true,
description:
- 'The ID of the channel to unarchive. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the channel to unarchive. Choose from the list, or specify an ID using an expression.',
},
];
diff --git a/packages/nodes-base/nodes/Slack/V1/FileDescription.ts b/packages/nodes-base/nodes/Slack/V1/FileDescription.ts
index 53d050109ae..9e03d097fdc 100644
--- a/packages/nodes-base/nodes/Slack/V1/FileDescription.ts
+++ b/packages/nodes-base/nodes/Slack/V1/FileDescription.ts
@@ -106,7 +106,7 @@ export const fileFields: INodeProperties[] = [
},
default: [],
description:
- 'The channels to send the file to. Choose from the list, or specify IDs using an expression.',
+ 'The channels to send the file to. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'File Name',
@@ -196,7 +196,7 @@ export const fileFields: INodeProperties[] = [
loadOptionsMethod: 'getChannels',
},
description:
- 'Channel containing the file to be listed. Choose from the list, or specify an ID using an expression.',
+ 'Channel containing the file to be listed. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Show Files Hidden By Limit',
@@ -267,7 +267,7 @@ export const fileFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
description:
- 'Filter files created by a single user. Choose from the list, or specify an ID using an expression.',
+ 'Filter files created by a single user. Choose from the list, or specify an ID using an expression.',
},
],
},
diff --git a/packages/nodes-base/nodes/Slack/V1/MessageDescription.ts b/packages/nodes-base/nodes/Slack/V1/MessageDescription.ts
index 89a55db151f..e919b3f2da5 100644
--- a/packages/nodes-base/nodes/Slack/V1/MessageDescription.ts
+++ b/packages/nodes-base/nodes/Slack/V1/MessageDescription.ts
@@ -67,7 +67,7 @@ export const messageFields: INodeProperties[] = [
},
},
description:
- 'Channel containing the message. Choose from the list, or specify an ID using an expression.',
+ 'Channel containing the message. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Timestamp',
@@ -406,7 +406,7 @@ export const messageFields: INodeProperties[] = [
},
},
description:
- 'Channel containing the message to be updated. Choose from the list, or specify an ID using an expression.',
+ 'Channel containing the message to be updated. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Text',
@@ -1576,7 +1576,7 @@ export const messageFields: INodeProperties[] = [
},
},
description:
- 'Channel containing the message to be deleted. Choose from the list, or specify an ID using an expression.',
+ 'Channel containing the message to be deleted. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Timestamp',
diff --git a/packages/nodes-base/nodes/Slack/V1/ReactionDescription.ts b/packages/nodes-base/nodes/Slack/V1/ReactionDescription.ts
index 6b2e5703a0c..70740799745 100644
--- a/packages/nodes-base/nodes/Slack/V1/ReactionDescription.ts
+++ b/packages/nodes-base/nodes/Slack/V1/ReactionDescription.ts
@@ -52,7 +52,7 @@ export const reactionFields: INodeProperties[] = [
},
},
description:
- 'Channel containing the message. Choose from the list, or specify an ID using an expression.',
+ 'Channel containing the message. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Emoji',
diff --git a/packages/nodes-base/nodes/Slack/V1/StarDescription.ts b/packages/nodes-base/nodes/Slack/V1/StarDescription.ts
index efbb068b4b0..9f1f8439686 100644
--- a/packages/nodes-base/nodes/Slack/V1/StarDescription.ts
+++ b/packages/nodes-base/nodes/Slack/V1/StarDescription.ts
@@ -62,7 +62,7 @@ export const starFields: INodeProperties[] = [
},
default: '',
description:
- 'Channel to add star to, or channel where the message to add star to was posted (used with timestamp). Choose from the list, or specify an ID using an expression.',
+ 'Channel to add star to, or channel where the message to add star to was posted (used with timestamp). Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'File Comment',
@@ -114,7 +114,7 @@ export const starFields: INodeProperties[] = [
},
default: '',
description:
- 'Channel to add star to, or channel where the message to add star to was posted (used with timestamp). Choose from the list, or specify an ID using an expression.',
+ 'Channel to add star to, or channel where the message to add star to was posted (used with timestamp). Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'File ID',
diff --git a/packages/nodes-base/nodes/Slack/V1/UserGroupDescription.ts b/packages/nodes-base/nodes/Slack/V1/UserGroupDescription.ts
index 5d208e1bf8d..67916068f98 100644
--- a/packages/nodes-base/nodes/Slack/V1/UserGroupDescription.ts
+++ b/packages/nodes-base/nodes/Slack/V1/UserGroupDescription.ts
@@ -87,7 +87,7 @@ export const userGroupFields: INodeProperties[] = [
},
default: [],
description:
- 'A comma-separated string of encoded channel IDs for which the User Group uses as a default. Choose from the list, or specify IDs using an expression.',
+ 'A comma-separated string of encoded channel IDs for which the User Group uses as a default. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Description',
@@ -299,7 +299,7 @@ export const userGroupFields: INodeProperties[] = [
},
default: [],
description:
- 'A comma-separated string of encoded channel IDs for which the User Group uses as a default. Choose from the list, or specify IDs using an expression.',
+ 'A comma-separated string of encoded channel IDs for which the User Group uses as a default. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Description',
diff --git a/packages/nodes-base/nodes/Slack/V1/UserProfileDescription.ts b/packages/nodes-base/nodes/Slack/V1/UserProfileDescription.ts
index f2736fd9fe5..0fa2353bf22 100644
--- a/packages/nodes-base/nodes/Slack/V1/UserProfileDescription.ts
+++ b/packages/nodes-base/nodes/Slack/V1/UserProfileDescription.ts
@@ -69,7 +69,7 @@ export const userProfileFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the field to set. Choose from the list, or specify an ID using an expression.',
+ 'ID of the field to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Field Value',
diff --git a/packages/nodes-base/nodes/Slack/V2/ChannelDescription.ts b/packages/nodes-base/nodes/Slack/V2/ChannelDescription.ts
index 2f74d8e3792..01f56a8cb7a 100644
--- a/packages/nodes-base/nodes/Slack/V2/ChannelDescription.ts
+++ b/packages/nodes-base/nodes/Slack/V2/ChannelDescription.ts
@@ -371,7 +371,7 @@ export const channelFields: INodeProperties[] = [
},
required: true,
description:
- 'The ID of the user to invite into channel. Choose from the list, or specify IDs using an expression.',
+ 'The ID of the user to invite into channel. Choose from the list, or specify IDs using an expression.',
},
/* -------------------------------------------------------------------------- */
@@ -529,7 +529,7 @@ export const channelFields: INodeProperties[] = [
name: 'userId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getUsers',
},
@@ -1039,7 +1039,7 @@ export const channelFields: INodeProperties[] = [
},
default: [],
description:
- 'If only one user is included, this creates a 1:1 DM. The ordering of the users is preserved whenever a multi-person direct message is returned. Supply a channel when not supplying users. Choose from the list, or specify IDs using an expression.',
+ 'If only one user is included, this creates a 1:1 DM. The ordering of the users is preserved whenever a multi-person direct message is returned. Supply a channel when not supplying users. Choose from the list, or specify IDs using an expression.',
},
],
},
diff --git a/packages/nodes-base/nodes/Slack/V2/FileDescription.ts b/packages/nodes-base/nodes/Slack/V2/FileDescription.ts
index 0a8b55d3671..44c555b9ab8 100644
--- a/packages/nodes-base/nodes/Slack/V2/FileDescription.ts
+++ b/packages/nodes-base/nodes/Slack/V2/FileDescription.ts
@@ -128,7 +128,7 @@ export const fileFields: INodeProperties[] = [
},
default: [],
description:
- 'The channels to send the file to. Choose from the list, or specify IDs using an expression.',
+ 'The channels to send the file to. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Channel Name or ID',
@@ -144,7 +144,7 @@ export const fileFields: INodeProperties[] = [
},
default: [],
description:
- 'The channel to send the file to. Choose from the list, or specify an ID using an expression.',
+ 'The channel to send the file to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'File Name',
@@ -232,7 +232,7 @@ export const fileFields: INodeProperties[] = [
loadOptionsMethod: 'getChannels',
},
description:
- 'Channel containing the file to be listed. Choose from the list, or specify an ID using an expression.',
+ 'Channel containing the file to be listed. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Show Files Hidden By Limit',
@@ -303,7 +303,7 @@ export const fileFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
description:
- 'Filter files created by a single user. Choose from the list, or specify an ID using an expression.',
+ 'Filter files created by a single user. Choose from the list, or specify an ID using an expression.',
},
],
},
diff --git a/packages/nodes-base/nodes/Slack/V2/MessageDescription.ts b/packages/nodes-base/nodes/Slack/V2/MessageDescription.ts
index 68a088ee667..837a53c26f6 100644
--- a/packages/nodes-base/nodes/Slack/V2/MessageDescription.ts
+++ b/packages/nodes-base/nodes/Slack/V2/MessageDescription.ts
@@ -1221,7 +1221,7 @@ export const messageFields: INodeProperties[] = [
name: 'searchChannel',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
default: [],
typeOptions: {
loadOptionsMethod: 'getChannelsName',
diff --git a/packages/nodes-base/nodes/Slack/V2/StarDescription.ts b/packages/nodes-base/nodes/Slack/V2/StarDescription.ts
index d219daf5c40..b4601c442c1 100644
--- a/packages/nodes-base/nodes/Slack/V2/StarDescription.ts
+++ b/packages/nodes-base/nodes/Slack/V2/StarDescription.ts
@@ -204,7 +204,7 @@ export const starFields: INodeProperties[] = [
},
default: '',
description:
- 'Channel to add star to, or channel where the message to add star to was posted (used with timestamp). Choose from the list, or specify an ID using an expression.',
+ 'Channel to add star to, or channel where the message to add star to was posted (used with timestamp). Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'File ID',
diff --git a/packages/nodes-base/nodes/Slack/V2/UserDescription.ts b/packages/nodes-base/nodes/Slack/V2/UserDescription.ts
index bda7c46dac0..d20fbd0118a 100644
--- a/packages/nodes-base/nodes/Slack/V2/UserDescription.ts
+++ b/packages/nodes-base/nodes/Slack/V2/UserDescription.ts
@@ -210,7 +210,7 @@ export const userFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the field to set. Choose from the list, or specify an ID using an expression.',
+ 'ID of the field to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Field Value',
diff --git a/packages/nodes-base/nodes/Slack/V2/UserGroupDescription.ts b/packages/nodes-base/nodes/Slack/V2/UserGroupDescription.ts
index 08727b5cb2d..4398613d16d 100644
--- a/packages/nodes-base/nodes/Slack/V2/UserGroupDescription.ts
+++ b/packages/nodes-base/nodes/Slack/V2/UserGroupDescription.ts
@@ -82,7 +82,7 @@ export const userGroupFields: INodeProperties[] = [
},
default: [],
description:
- 'A comma-separated string of encoded channel IDs for which the User Group uses as a default. Choose from the list, or specify IDs using an expression.',
+ 'A comma-separated string of encoded channel IDs for which the User Group uses as a default. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Description',
@@ -294,7 +294,7 @@ export const userGroupFields: INodeProperties[] = [
},
default: [],
description:
- 'A comma-separated string of encoded channel IDs for which the User Group uses as a default. Choose from the list, or specify IDs using an expression.',
+ 'A comma-separated string of encoded channel IDs for which the User Group uses as a default. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Description',
diff --git a/packages/nodes-base/nodes/SplitInBatches/v1/SplitInBatchesV1.node.ts b/packages/nodes-base/nodes/SplitInBatches/v1/SplitInBatchesV1.node.ts
index e076b29ad0d..fbee42dc10b 100644
--- a/packages/nodes-base/nodes/SplitInBatches/v1/SplitInBatchesV1.node.ts
+++ b/packages/nodes-base/nodes/SplitInBatches/v1/SplitInBatchesV1.node.ts
@@ -1,4 +1,3 @@
-/* eslint-disable n8n-nodes-base/node-filename-against-convention */
import type {
IExecuteFunctions,
INodeExecutionData,
diff --git a/packages/nodes-base/nodes/SplitInBatches/v2/SplitInBatchesV2.node.ts b/packages/nodes-base/nodes/SplitInBatches/v2/SplitInBatchesV2.node.ts
index 6e9a618e72e..f80095e5f3f 100644
--- a/packages/nodes-base/nodes/SplitInBatches/v2/SplitInBatchesV2.node.ts
+++ b/packages/nodes-base/nodes/SplitInBatches/v2/SplitInBatchesV2.node.ts
@@ -1,4 +1,3 @@
-/* eslint-disable n8n-nodes-base/node-filename-against-convention */
import type {
IExecuteFunctions,
INodeExecutionData,
diff --git a/packages/nodes-base/nodes/SplitInBatches/v3/SplitInBatchesV3.node.ts b/packages/nodes-base/nodes/SplitInBatches/v3/SplitInBatchesV3.node.ts
index ea81f55cf12..fde5bc9d332 100644
--- a/packages/nodes-base/nodes/SplitInBatches/v3/SplitInBatchesV3.node.ts
+++ b/packages/nodes-base/nodes/SplitInBatches/v3/SplitInBatchesV3.node.ts
@@ -1,4 +1,3 @@
-/* eslint-disable n8n-nodes-base/node-filename-against-convention */
import type {
IExecuteFunctions,
INodeExecutionData,
diff --git a/packages/nodes-base/nodes/Splunk/v1/SplunkV1.node.ts b/packages/nodes-base/nodes/Splunk/v1/SplunkV1.node.ts
index 7abe57fdd81..b6d793fc63d 100644
--- a/packages/nodes-base/nodes/Splunk/v1/SplunkV1.node.ts
+++ b/packages/nodes-base/nodes/Splunk/v1/SplunkV1.node.ts
@@ -1,4 +1,3 @@
-/* eslint-disable n8n-nodes-base/node-filename-against-convention */
import type {
IExecuteFunctions,
IDataObject,
diff --git a/packages/nodes-base/nodes/Splunk/v1/descriptions/UserDescription.ts b/packages/nodes-base/nodes/Splunk/v1/descriptions/UserDescription.ts
index 149e33da041..f3f61140b89 100644
--- a/packages/nodes-base/nodes/Splunk/v1/descriptions/UserDescription.ts
+++ b/packages/nodes-base/nodes/Splunk/v1/descriptions/UserDescription.ts
@@ -70,7 +70,7 @@ export const userFields: INodeProperties[] = [
name: 'roles',
type: 'multiOptions',
description:
- 'Comma-separated list of roles to assign to the user. Choose from the list, or specify IDs using an expression.',
+ 'Comma-separated list of roles to assign to the user. Choose from the list, or specify IDs using an expression.',
required: true,
default: [],
typeOptions: {
@@ -253,7 +253,7 @@ export const userFields: INodeProperties[] = [
name: 'roles',
type: 'multiOptions',
description:
- 'Comma-separated list of roles to assign to the user. Choose from the list, or specify IDs using an expression.',
+ 'Comma-separated list of roles to assign to the user. Choose from the list, or specify IDs using an expression.',
default: [],
typeOptions: {
loadOptionsMethod: 'getRoles',
diff --git a/packages/nodes-base/nodes/Splunk/v2/SplunkV2.node.ts b/packages/nodes-base/nodes/Splunk/v2/SplunkV2.node.ts
index 0baaed39e60..de80d113ea6 100644
--- a/packages/nodes-base/nodes/Splunk/v2/SplunkV2.node.ts
+++ b/packages/nodes-base/nodes/Splunk/v2/SplunkV2.node.ts
@@ -1,4 +1,3 @@
-/* eslint-disable n8n-nodes-base/node-filename-against-convention */
import type {
IExecuteFunctions,
INodeType,
diff --git a/packages/nodes-base/nodes/Splunk/v2/actions/user/create.operation.ts b/packages/nodes-base/nodes/Splunk/v2/actions/user/create.operation.ts
index e1904ecd20f..950391e6110 100644
--- a/packages/nodes-base/nodes/Splunk/v2/actions/user/create.operation.ts
+++ b/packages/nodes-base/nodes/Splunk/v2/actions/user/create.operation.ts
@@ -19,7 +19,7 @@ const properties: INodeProperties[] = [
name: 'roles',
type: 'multiOptions',
description:
- 'Comma-separated list of roles to assign to the user. Choose from the list, or specify IDs using an expression.',
+ 'Comma-separated list of roles to assign to the user. Choose from the list, or specify IDs using an expression.',
required: true,
default: ['user'],
typeOptions: {
diff --git a/packages/nodes-base/nodes/Splunk/v2/actions/user/update.operation.ts b/packages/nodes-base/nodes/Splunk/v2/actions/user/update.operation.ts
index ed19fc7f7a7..e680a8214e1 100644
--- a/packages/nodes-base/nodes/Splunk/v2/actions/user/update.operation.ts
+++ b/packages/nodes-base/nodes/Splunk/v2/actions/user/update.operation.ts
@@ -39,7 +39,7 @@ const properties: INodeProperties[] = [
name: 'roles',
type: 'multiOptions',
description:
- 'Comma-separated list of roles to assign to the user. Choose from the list, or specify IDs using an expression.',
+ 'Comma-separated list of roles to assign to the user. Choose from the list, or specify IDs using an expression.',
default: [],
typeOptions: {
loadOptionsMethod: 'getRoles',
diff --git a/packages/nodes-base/nodes/Storyblok/StoryManagementDescription.ts b/packages/nodes-base/nodes/Storyblok/StoryManagementDescription.ts
index 33f92521c60..75cef40e4a3 100644
--- a/packages/nodes-base/nodes/Storyblok/StoryManagementDescription.ts
+++ b/packages/nodes-base/nodes/Storyblok/StoryManagementDescription.ts
@@ -327,7 +327,7 @@ export const storyManagementFields: INodeProperties[] = [
},
},
description:
- 'The name of the space. Choose from the list, or specify an ID using an expression.',
+ 'The name of the space. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Story ID',
@@ -365,7 +365,7 @@ export const storyManagementFields: INodeProperties[] = [
},
},
description:
- 'The name of the space. Choose from the list, or specify an ID using an expression.',
+ 'The name of the space. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Story ID',
@@ -403,7 +403,7 @@ export const storyManagementFields: INodeProperties[] = [
},
},
description:
- 'The name of the space. Choose from the list, or specify an ID using an expression.',
+ 'The name of the space. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
@@ -482,7 +482,7 @@ export const storyManagementFields: INodeProperties[] = [
},
},
description:
- 'The name of the space. Choose from the list, or specify an ID using an expression.',
+ 'The name of the space. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Story ID',
@@ -551,7 +551,7 @@ export const storyManagementFields: INodeProperties[] = [
},
},
description:
- 'The name of the space. Choose from the list, or specify an ID using an expression.',
+ 'The name of the space. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Story ID',
diff --git a/packages/nodes-base/nodes/Stripe/descriptions/ChargeDescription.ts b/packages/nodes-base/nodes/Stripe/descriptions/ChargeDescription.ts
index f76a522eb43..b5b2cf67a6a 100644
--- a/packages/nodes-base/nodes/Stripe/descriptions/ChargeDescription.ts
+++ b/packages/nodes-base/nodes/Stripe/descriptions/ChargeDescription.ts
@@ -88,7 +88,7 @@ export const chargeFields: INodeProperties[] = [
required: true,
default: '',
description:
- 'Three-letter ISO currency code, e.g. USD or EUR. It must be a Stripe-supported currency. Choose from the list, or specify an ID using an expression.',
+ 'Three-letter ISO currency code, e.g. USD or EUR. It must be a Stripe-supported currency. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['charge'],
diff --git a/packages/nodes-base/nodes/Stripe/descriptions/CouponDescription.ts b/packages/nodes-base/nodes/Stripe/descriptions/CouponDescription.ts
index b1e612e3b80..096a3c5fea8 100644
--- a/packages/nodes-base/nodes/Stripe/descriptions/CouponDescription.ts
+++ b/packages/nodes-base/nodes/Stripe/descriptions/CouponDescription.ts
@@ -111,7 +111,7 @@ export const couponFields: INodeProperties[] = [
required: true,
default: '',
description:
- 'Three-letter ISO currency code, e.g. USD or EUR. It must be a Stripe-supported currency. Choose from the list, or specify an ID using an expression.',
+ 'Three-letter ISO currency code, e.g. USD or EUR. It must be a Stripe-supported currency. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['coupon'],
diff --git a/packages/nodes-base/nodes/Stripe/descriptions/SourceDescription.ts b/packages/nodes-base/nodes/Stripe/descriptions/SourceDescription.ts
index 7f2b15006be..e4c8481f3b5 100644
--- a/packages/nodes-base/nodes/Stripe/descriptions/SourceDescription.ts
+++ b/packages/nodes-base/nodes/Stripe/descriptions/SourceDescription.ts
@@ -100,7 +100,7 @@ export const sourceFields: INodeProperties[] = [
},
default: '',
description:
- 'Three-letter ISO currency code, e.g. USD or EUR. It must be a Stripe-supported currency. Choose from the list, or specify an ID using an expression.',
+ 'Three-letter ISO currency code, e.g. USD or EUR. It must be a Stripe-supported currency. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['source'],
diff --git a/packages/nodes-base/nodes/Supabase/GenericFunctions.ts b/packages/nodes-base/nodes/Supabase/GenericFunctions.ts
index 800c65126b4..50df54863ec 100644
--- a/packages/nodes-base/nodes/Supabase/GenericFunctions.ts
+++ b/packages/nodes-base/nodes/Supabase/GenericFunctions.ts
@@ -142,7 +142,7 @@ export function getFilters(
name: 'keyName',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['tableId'],
loadOptionsMethod: 'getTableColumns',
diff --git a/packages/nodes-base/nodes/Supabase/RowDescription.ts b/packages/nodes-base/nodes/Supabase/RowDescription.ts
index d8fb67e6d2c..eafe6017526 100644
--- a/packages/nodes-base/nodes/Supabase/RowDescription.ts
+++ b/packages/nodes-base/nodes/Supabase/RowDescription.ts
@@ -58,7 +58,7 @@ export const rowFields: INodeProperties[] = [
name: 'tableId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTables',
},
@@ -153,7 +153,7 @@ export const rowFields: INodeProperties[] = [
name: 'fieldId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['tableId'],
loadOptionsMethod: 'getTableColumns',
@@ -221,7 +221,7 @@ export const rowFields: INodeProperties[] = [
},
default: '',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
},
{
displayName: 'Value',
diff --git a/packages/nodes-base/nodes/SurveyMonkey/SurveyMonkeyTrigger.node.ts b/packages/nodes-base/nodes/SurveyMonkey/SurveyMonkeyTrigger.node.ts
index 80e9fcac9e4..264b7eb314f 100644
--- a/packages/nodes-base/nodes/SurveyMonkey/SurveyMonkeyTrigger.node.ts
+++ b/packages/nodes-base/nodes/SurveyMonkey/SurveyMonkeyTrigger.node.ts
@@ -230,7 +230,7 @@ export class SurveyMonkeyTrigger implements INodeType {
name: 'surveyIds',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
displayOptions: {
show: {
objectType: ['survey'],
@@ -251,7 +251,7 @@ export class SurveyMonkeyTrigger implements INodeType {
name: 'surveyId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
displayOptions: {
show: {
objectType: ['collector'],
@@ -268,7 +268,7 @@ export class SurveyMonkeyTrigger implements INodeType {
name: 'collectorIds',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
displayOptions: {
show: {
objectType: ['collector'],
diff --git a/packages/nodes-base/nodes/Switch/V2/SwitchV2.node.ts b/packages/nodes-base/nodes/Switch/V2/SwitchV2.node.ts
index 19f56fd5d0f..2d93ef46d48 100644
--- a/packages/nodes-base/nodes/Switch/V2/SwitchV2.node.ts
+++ b/packages/nodes-base/nodes/Switch/V2/SwitchV2.node.ts
@@ -510,7 +510,7 @@ export class SwitchV2 implements INodeType {
},
default: -1,
description:
- 'The output to which to route all items which do not match any of the rules. Choose from the list, or specify an ID using an expression.',
+ 'The output to which to route all items which do not match any of the rules. Choose from the list, or specify an ID using an expression.',
},
],
};
diff --git a/packages/nodes-base/nodes/Taiga/TaigaTrigger.node.ts b/packages/nodes-base/nodes/Taiga/TaigaTrigger.node.ts
index 7863cbcb2f8..09cca029570 100644
--- a/packages/nodes-base/nodes/Taiga/TaigaTrigger.node.ts
+++ b/packages/nodes-base/nodes/Taiga/TaigaTrigger.node.ts
@@ -50,7 +50,7 @@ export class TaigaTrigger implements INodeType {
name: 'projectId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getUserProjects',
},
diff --git a/packages/nodes-base/nodes/Taiga/descriptions/EpicDescription.ts b/packages/nodes-base/nodes/Taiga/descriptions/EpicDescription.ts
index c442ab07b6f..e374a0463cd 100644
--- a/packages/nodes-base/nodes/Taiga/descriptions/EpicDescription.ts
+++ b/packages/nodes-base/nodes/Taiga/descriptions/EpicDescription.ts
@@ -55,7 +55,7 @@ export const epicFields: INodeProperties[] = [
displayName: 'Project Name or ID',
name: 'projectId',
description:
- 'ID of the project to which the epic belongs. Choose from the list, or specify an ID using an expression.',
+ 'ID of the project to which the epic belongs. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getProjects',
@@ -105,7 +105,7 @@ export const epicFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the user to assign the epic to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user to assign the epic to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Blocked Note',
@@ -139,7 +139,7 @@ export const epicFields: INodeProperties[] = [
name: 'tags',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
loadOptionsMethod: 'getTags',
@@ -192,7 +192,7 @@ export const epicFields: INodeProperties[] = [
displayName: 'Project Name or ID',
name: 'projectId',
description:
- 'ID of the project to which the epic belongs. Choose from the list, or specify an ID using an expression.',
+ 'ID of the project to which the epic belongs. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getProjects',
@@ -259,7 +259,7 @@ export const epicFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the user whom the epic is assigned to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user whom the epic is assigned to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Is Closed',
@@ -283,7 +283,7 @@ export const epicFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the project to set the epic to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the project to set the epic to. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['epic'],
@@ -328,7 +328,7 @@ export const epicFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the user to whom the epic is assigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user to whom the epic is assigned. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Blocked Note',
@@ -368,7 +368,7 @@ export const epicFields: INodeProperties[] = [
name: 'tags',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
loadOptionsMethod: 'getTags',
diff --git a/packages/nodes-base/nodes/Taiga/descriptions/IssueDescription.ts b/packages/nodes-base/nodes/Taiga/descriptions/IssueDescription.ts
index 5a233f56605..36a83a63946 100644
--- a/packages/nodes-base/nodes/Taiga/descriptions/IssueDescription.ts
+++ b/packages/nodes-base/nodes/Taiga/descriptions/IssueDescription.ts
@@ -55,7 +55,7 @@ export const issueFields: INodeProperties[] = [
displayName: 'Project Name or ID',
name: 'projectId',
description:
- 'ID of the project to which the issue belongs. Choose from the list, or specify an ID using an expression.',
+ 'ID of the project to which the issue belongs. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getProjects',
@@ -105,7 +105,7 @@ export const issueFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the user to whom the issue is assigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user to whom the issue is assigned. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Blocked Note',
@@ -137,14 +137,14 @@ export const issueFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the milestone of the issue. Choose from the list, or specify an ID using an expression.',
+ 'ID of the milestone of the issue. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Priority Name or ID',
name: 'priority',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
loadOptionsMethod: 'getPriorities',
@@ -156,7 +156,7 @@ export const issueFields: INodeProperties[] = [
name: 'severity',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
loadOptionsMethod: 'getSeverities',
@@ -173,14 +173,14 @@ export const issueFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the status of the issue. Choose from the list, or specify an ID using an expression.',
+ 'ID of the status of the issue. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Tag Names or IDs',
name: 'tags',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
loadOptionsMethod: 'getTags',
@@ -192,7 +192,7 @@ export const issueFields: INodeProperties[] = [
name: 'type',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
loadOptionsMethod: 'getTypes',
@@ -245,7 +245,7 @@ export const issueFields: INodeProperties[] = [
displayName: 'Project Name or ID',
name: 'projectId',
description:
- 'ID of the project to which the issue belongs. Choose from the list, or specify an ID using an expression.',
+ 'ID of the project to which the issue belongs. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getProjects',
@@ -306,7 +306,7 @@ export const issueFields: INodeProperties[] = [
displayName: 'Assignee Name or ID',
name: 'assigned_to',
description:
- 'ID of the user to assign the issue to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user to assign the issue to. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
@@ -363,7 +363,7 @@ export const issueFields: INodeProperties[] = [
displayName: 'Owner Name or ID',
name: 'owner',
description:
- 'ID of the owner of the issue. Choose from the list, or specify an ID using an expression.',
+ 'ID of the owner of the issue. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
@@ -376,7 +376,7 @@ export const issueFields: INodeProperties[] = [
name: 'priority',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
loadOptionsMethod: 'getPriorities',
@@ -388,7 +388,7 @@ export const issueFields: INodeProperties[] = [
name: 'role',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
loadOptionsMethod: 'getRoles',
@@ -400,7 +400,7 @@ export const issueFields: INodeProperties[] = [
name: 'severity',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
loadOptionsMethod: 'getSeverities',
@@ -411,7 +411,7 @@ export const issueFields: INodeProperties[] = [
displayName: 'Status Name or ID',
name: 'status',
description:
- 'ID of the status of the issue. Choose from the list, or specify an ID using an expression.',
+ 'ID of the status of the issue. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
@@ -424,7 +424,7 @@ export const issueFields: INodeProperties[] = [
name: 'tags',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
loadOptionsMethod: 'getTags',
@@ -436,7 +436,7 @@ export const issueFields: INodeProperties[] = [
name: 'type',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
loadOptionsMethod: 'getTypes',
@@ -458,7 +458,7 @@ export const issueFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the project to set the issue to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the project to set the issue to. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['issue'],
@@ -503,7 +503,7 @@ export const issueFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the user whom the issue is assigned to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user whom the issue is assigned to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Blocked Note',
@@ -535,14 +535,14 @@ export const issueFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the milestone of the issue. Choose from the list, or specify an ID using an expression.',
+ 'ID of the milestone of the issue. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Priority Name or ID',
name: 'priority',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
loadOptionsMethod: 'getPriorities',
@@ -554,7 +554,7 @@ export const issueFields: INodeProperties[] = [
name: 'severity',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
loadOptionsMethod: 'getSeverities',
@@ -571,7 +571,7 @@ export const issueFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the status of the issue. Choose from the list, or specify an ID using an expression.',
+ 'ID of the status of the issue. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Subject',
@@ -584,7 +584,7 @@ export const issueFields: INodeProperties[] = [
name: 'tags',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
loadOptionsMethod: 'getTags',
@@ -596,7 +596,7 @@ export const issueFields: INodeProperties[] = [
name: 'type',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
loadOptionsMethod: 'getTypes',
diff --git a/packages/nodes-base/nodes/Taiga/descriptions/TaskDescription.ts b/packages/nodes-base/nodes/Taiga/descriptions/TaskDescription.ts
index fec8af90d6b..028aad208c6 100644
--- a/packages/nodes-base/nodes/Taiga/descriptions/TaskDescription.ts
+++ b/packages/nodes-base/nodes/Taiga/descriptions/TaskDescription.ts
@@ -55,7 +55,7 @@ export const taskFields: INodeProperties[] = [
displayName: 'Project Name or ID',
name: 'projectId',
description:
- 'ID of the project to which the task belongs. Choose from the list, or specify an ID using an expression.',
+ 'ID of the project to which the task belongs. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getProjects',
@@ -105,7 +105,7 @@ export const taskFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the user to whom the task is assigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user to whom the task is assigned. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Blocked Note',
@@ -137,7 +137,7 @@ export const taskFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the milestone of the task. Choose from the list, or specify an ID using an expression.',
+ 'ID of the milestone of the task. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Status Name or ID',
@@ -149,14 +149,14 @@ export const taskFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the status of the task. Choose from the list, or specify an ID using an expression.',
+ 'ID of the status of the task. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Tag Names or IDs',
name: 'tags',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
loadOptionsMethod: 'getTags',
@@ -183,7 +183,7 @@ export const taskFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the user story of the task. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user story of the task. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'User Story Order',
@@ -241,7 +241,7 @@ export const taskFields: INodeProperties[] = [
displayName: 'Project Name or ID',
name: 'projectId',
description:
- 'ID of the project to which the task belongs. Choose from the list, or specify an ID using an expression.',
+ 'ID of the project to which the task belongs. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getProjects',
@@ -308,7 +308,7 @@ export const taskFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the user whom the task is assigned to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user whom the task is assigned to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Is Closed',
@@ -327,13 +327,13 @@ export const taskFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the milestone of the task. Choose from the list, or specify an ID using an expression.',
+ 'ID of the milestone of the task. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Owner Name or ID',
name: 'owner',
description:
- 'ID of the owner of the task. Choose from the list, or specify an ID using an expression.',
+ 'ID of the owner of the task. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
@@ -346,7 +346,7 @@ export const taskFields: INodeProperties[] = [
name: 'role',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
loadOptionsMethod: 'getRoles',
@@ -357,7 +357,7 @@ export const taskFields: INodeProperties[] = [
displayName: 'Status Name or ID',
name: 'status',
description:
- 'ID of the status of the task. Choose from the list, or specify an ID using an expression.',
+ 'ID of the status of the task. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
@@ -370,7 +370,7 @@ export const taskFields: INodeProperties[] = [
name: 'tags',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
loadOptionsMethod: 'getTags',
@@ -381,7 +381,7 @@ export const taskFields: INodeProperties[] = [
displayName: 'User Story Name or ID',
name: 'userStory',
description:
- 'ID of the user story to which the task belongs. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user story to which the task belongs. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
@@ -399,7 +399,7 @@ export const taskFields: INodeProperties[] = [
displayName: 'Project Name or ID',
name: 'projectId',
description:
- 'ID of the project to set the task to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the project to set the task to. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getProjects',
@@ -449,7 +449,7 @@ export const taskFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the user to assign the task to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user to assign the task to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Blocked Note',
@@ -481,7 +481,7 @@ export const taskFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the milestone of the task. Choose from the list, or specify an ID using an expression.',
+ 'ID of the milestone of the task. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Status Name or ID',
@@ -493,7 +493,7 @@ export const taskFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the status of the task. Choose from the list, or specify an ID using an expression.',
+ 'ID of the status of the task. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Subject',
@@ -511,7 +511,7 @@ export const taskFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the user story of the task. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user story of the task. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'User Story Order',
@@ -528,7 +528,7 @@ export const taskFields: INodeProperties[] = [
name: 'tags',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
loadOptionsMethod: 'getTags',
diff --git a/packages/nodes-base/nodes/Taiga/descriptions/UserStoryDescription.ts b/packages/nodes-base/nodes/Taiga/descriptions/UserStoryDescription.ts
index 338bf6b72d7..c680cebb6ba 100644
--- a/packages/nodes-base/nodes/Taiga/descriptions/UserStoryDescription.ts
+++ b/packages/nodes-base/nodes/Taiga/descriptions/UserStoryDescription.ts
@@ -55,7 +55,7 @@ export const userStoryFields: INodeProperties[] = [
displayName: 'Project Name or ID',
name: 'projectId',
description:
- 'ID of the project to which the user story belongs. Choose from the list, or specify an ID using an expression.',
+ 'ID of the project to which the user story belongs. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getProjects',
@@ -105,7 +105,7 @@ export const userStoryFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the user to whom the user story is assigned. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user to whom the user story is assigned. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Backlog Order',
@@ -158,7 +158,7 @@ export const userStoryFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the milestone of the user story. Choose from the list, or specify an ID using an expression.',
+ 'ID of the milestone of the user story. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Sprint Order',
@@ -180,14 +180,14 @@ export const userStoryFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the status of the user story. Choose from the list, or specify an ID using an expression.',
+ 'ID of the status of the user story. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Tag Names or IDs',
name: 'tags',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
loadOptionsMethod: 'getTags',
@@ -199,7 +199,7 @@ export const userStoryFields: INodeProperties[] = [
name: 'type',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
loadOptionsMethod: 'getTypes',
@@ -252,7 +252,7 @@ export const userStoryFields: INodeProperties[] = [
displayName: 'Project Name or ID',
name: 'projectId',
description:
- 'ID of the project to which the user story belongs. Choose from the list, or specify an ID using an expression.',
+ 'ID of the project to which the user story belongs. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getProjects',
@@ -313,7 +313,7 @@ export const userStoryFields: INodeProperties[] = [
displayName: 'Assignee Name or ID',
name: 'assigned_to',
description:
- 'ID of the user whom the user story is assigned to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user whom the user story is assigned to. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
@@ -325,7 +325,7 @@ export const userStoryFields: INodeProperties[] = [
displayName: 'Epic Name or ID',
name: 'epic',
description:
- 'ID of the epic to which the user story belongs. Choose from the list, or specify an ID using an expression.',
+ 'ID of the epic to which the user story belongs. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
@@ -357,14 +357,14 @@ export const userStoryFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the milestone of the user story. Choose from the list, or specify an ID using an expression.',
+ 'ID of the milestone of the user story. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Role Name or ID',
name: 'role',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
loadOptionsMethod: 'getRoles',
@@ -375,7 +375,7 @@ export const userStoryFields: INodeProperties[] = [
displayName: 'Status Name or ID',
name: 'status',
description:
- 'ID of the status of the user story. Choose from the list, or specify an ID using an expression.',
+ 'ID of the status of the user story. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
@@ -388,7 +388,7 @@ export const userStoryFields: INodeProperties[] = [
name: 'tags',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
loadOptionsMethod: 'getTags',
@@ -410,7 +410,7 @@ export const userStoryFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the project to set the user story to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the project to set the user story to. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['userStory'],
@@ -455,7 +455,7 @@ export const userStoryFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the user to assign the the user story to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user to assign the the user story to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Backlog Order',
@@ -508,7 +508,7 @@ export const userStoryFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the milestone of the user story. Choose from the list, or specify an ID using an expression.',
+ 'ID of the milestone of the user story. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Subject',
@@ -536,14 +536,14 @@ export const userStoryFields: INodeProperties[] = [
},
default: '',
description:
- 'ID of the status of the user story. Choose from the list, or specify an ID using an expression.',
+ 'ID of the status of the user story. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Tag Names or IDs',
name: 'tags',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
loadOptionsMethod: 'getTags',
@@ -555,7 +555,7 @@ export const userStoryFields: INodeProperties[] = [
name: 'type',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: ['projectId'],
loadOptionsMethod: 'getTypes',
diff --git a/packages/nodes-base/nodes/Tapfiliate/ProgramAffiliateDescription.ts b/packages/nodes-base/nodes/Tapfiliate/ProgramAffiliateDescription.ts
index a17b9d71d93..111ac5be032 100644
--- a/packages/nodes-base/nodes/Tapfiliate/ProgramAffiliateDescription.ts
+++ b/packages/nodes-base/nodes/Tapfiliate/ProgramAffiliateDescription.ts
@@ -67,7 +67,7 @@ export const programAffiliateFields: INodeProperties[] = [
},
},
description:
- 'The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Affiliate ID',
@@ -132,7 +132,7 @@ export const programAffiliateFields: INodeProperties[] = [
},
},
description:
- 'The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Affiliate ID',
@@ -166,7 +166,7 @@ export const programAffiliateFields: INodeProperties[] = [
},
},
description:
- 'The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Affiliate ID',
@@ -201,7 +201,7 @@ export const programAffiliateFields: INodeProperties[] = [
},
},
description:
- 'The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Affiliate ID',
@@ -237,7 +237,7 @@ export const programAffiliateFields: INodeProperties[] = [
},
},
description:
- 'The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
diff --git a/packages/nodes-base/nodes/TheHive/descriptions/AlertDescription.ts b/packages/nodes-base/nodes/TheHive/descriptions/AlertDescription.ts
index b7573416101..4742b95a46f 100644
--- a/packages/nodes-base/nodes/TheHive/descriptions/AlertDescription.ts
+++ b/packages/nodes-base/nodes/TheHive/descriptions/AlertDescription.ts
@@ -8,7 +8,7 @@ export const alertOperations: INodeProperties[] = [
name: 'operation',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
noDataExpression: true,
required: true,
typeOptions: {
@@ -325,7 +325,7 @@ export const alertFields: INodeProperties[] = [
loadOptionsMethod: 'loadObservableTypes',
},
description:
- 'Type of the observable. Choose from the list, or specify an ID using an expression.',
+ 'Type of the observable. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Data',
@@ -373,7 +373,7 @@ export const alertFields: INodeProperties[] = [
name: 'responder',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
required: true,
default: '',
typeOptions: {
@@ -448,7 +448,7 @@ export const alertFields: INodeProperties[] = [
name: 'field',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'loadCustomFields',
},
@@ -540,7 +540,7 @@ export const alertFields: INodeProperties[] = [
loadOptionsMethod: 'loadObservableTypes',
},
description:
- 'Type of the observable. Choose from the list, or specify an ID using an expression.',
+ 'Type of the observable. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Data',
@@ -605,7 +605,7 @@ export const alertFields: INodeProperties[] = [
name: 'field',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'loadCustomFields',
},
@@ -818,7 +818,7 @@ export const alertFields: INodeProperties[] = [
name: 'field',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'loadCustomFields',
},
diff --git a/packages/nodes-base/nodes/TheHive/descriptions/CaseDescription.ts b/packages/nodes-base/nodes/TheHive/descriptions/CaseDescription.ts
index 69391372c48..adc3e571e6f 100644
--- a/packages/nodes-base/nodes/TheHive/descriptions/CaseDescription.ts
+++ b/packages/nodes-base/nodes/TheHive/descriptions/CaseDescription.ts
@@ -10,7 +10,7 @@ export const caseOperations: INodeProperties[] = [
default: 'getAll',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
noDataExpression: true,
required: true,
displayOptions: {
@@ -221,7 +221,7 @@ export const caseFields: INodeProperties[] = [
name: 'responder',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
required: true,
typeOptions: {
@@ -288,7 +288,7 @@ export const caseFields: INodeProperties[] = [
name: 'field',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'loadCustomFields',
},
@@ -383,7 +383,7 @@ export const caseFields: INodeProperties[] = [
name: 'field',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'loadCustomFields',
},
@@ -654,7 +654,7 @@ export const caseFields: INodeProperties[] = [
name: 'field',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'loadCustomFields',
},
diff --git a/packages/nodes-base/nodes/TheHive/descriptions/LogDescription.ts b/packages/nodes-base/nodes/TheHive/descriptions/LogDescription.ts
index 6092f3a8628..8db0414e37f 100644
--- a/packages/nodes-base/nodes/TheHive/descriptions/LogDescription.ts
+++ b/packages/nodes-base/nodes/TheHive/descriptions/LogDescription.ts
@@ -160,7 +160,7 @@ export const logFields: INodeProperties[] = [
name: 'responder',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
required: true,
default: '',
typeOptions: {
diff --git a/packages/nodes-base/nodes/TheHive/descriptions/ObservableDescription.ts b/packages/nodes-base/nodes/TheHive/descriptions/ObservableDescription.ts
index 0ddb36db145..2e2c7ce5769 100644
--- a/packages/nodes-base/nodes/TheHive/descriptions/ObservableDescription.ts
+++ b/packages/nodes-base/nodes/TheHive/descriptions/ObservableDescription.ts
@@ -8,7 +8,7 @@ export const observableOperations: INodeProperties[] = [
name: 'operation',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
noDataExpression: true,
required: true,
default: 'getAll',
@@ -101,7 +101,7 @@ export const observableFields: INodeProperties[] = [
},
},
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
},
{
displayName: 'Data',
@@ -252,7 +252,7 @@ export const observableFields: INodeProperties[] = [
name: 'analyzers',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
required: true,
default: [],
typeOptions: {
@@ -276,7 +276,7 @@ export const observableFields: INodeProperties[] = [
name: 'responder',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
required: true,
default: '',
typeOptions: {
@@ -448,7 +448,7 @@ export const observableFields: INodeProperties[] = [
loadOptionsMethod: 'loadObservableTypes',
},
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
},
{
displayName: 'Date Range',
diff --git a/packages/nodes-base/nodes/TheHive/descriptions/TaskDescription.ts b/packages/nodes-base/nodes/TheHive/descriptions/TaskDescription.ts
index 58bfaa3ede3..c17bb06a1b5 100644
--- a/packages/nodes-base/nodes/TheHive/descriptions/TaskDescription.ts
+++ b/packages/nodes-base/nodes/TheHive/descriptions/TaskDescription.ts
@@ -7,7 +7,7 @@ export const taskOperations: INodeProperties[] = [
default: 'getAll',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
noDataExpression: true,
required: true,
displayOptions: {
@@ -147,7 +147,7 @@ export const taskFields: INodeProperties[] = [
name: 'responder',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
required: true,
default: '',
typeOptions: {
diff --git a/packages/nodes-base/nodes/TheHiveProject/actions/alert/promote.operation.ts b/packages/nodes-base/nodes/TheHiveProject/actions/alert/promote.operation.ts
index cc69c94f9cc..d59821e8f68 100644
--- a/packages/nodes-base/nodes/TheHiveProject/actions/alert/promote.operation.ts
+++ b/packages/nodes-base/nodes/TheHiveProject/actions/alert/promote.operation.ts
@@ -22,7 +22,7 @@ const properties: INodeProperties[] = [
name: 'caseTemplate',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'loadCaseTemplate',
diff --git a/packages/nodes-base/nodes/TheHiveProject/actions/alert/status.operation.ts b/packages/nodes-base/nodes/TheHiveProject/actions/alert/status.operation.ts
index d4c7484abe3..5244b79dfb3 100644
--- a/packages/nodes-base/nodes/TheHiveProject/actions/alert/status.operation.ts
+++ b/packages/nodes-base/nodes/TheHiveProject/actions/alert/status.operation.ts
@@ -10,7 +10,7 @@ const properties: INodeProperties[] = [
name: 'status',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: '',
required: true,
typeOptions: {
diff --git a/packages/nodes-base/nodes/TheHiveProject/actions/case/deleteAttachment.operation.ts b/packages/nodes-base/nodes/TheHiveProject/actions/case/deleteAttachment.operation.ts
index aa398e08717..7491cfcb518 100644
--- a/packages/nodes-base/nodes/TheHiveProject/actions/case/deleteAttachment.operation.ts
+++ b/packages/nodes-base/nodes/TheHiveProject/actions/case/deleteAttachment.operation.ts
@@ -12,7 +12,7 @@ const properties: INodeProperties[] = [
default: '',
required: true,
description:
- 'ID of the attachment. Choose from the list, or specify an ID using an expression.',
+ 'ID of the attachment. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'loadCaseAttachments',
},
diff --git a/packages/nodes-base/nodes/TheHiveProject/actions/case/getAttachment.operation.ts b/packages/nodes-base/nodes/TheHiveProject/actions/case/getAttachment.operation.ts
index e4dd177ec3a..0a3566f154f 100644
--- a/packages/nodes-base/nodes/TheHiveProject/actions/case/getAttachment.operation.ts
+++ b/packages/nodes-base/nodes/TheHiveProject/actions/case/getAttachment.operation.ts
@@ -17,7 +17,7 @@ const properties: INodeProperties[] = [
default: '',
required: true,
description:
- 'ID of the attachment. Choose from the list, or specify an ID using an expression.',
+ 'ID of the attachment. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'loadCaseAttachments',
loadOptionsDependsOn: ['caseId.value'],
diff --git a/packages/nodes-base/nodes/TheHiveProject/actions/log/deleteAttachment.operation.ts b/packages/nodes-base/nodes/TheHiveProject/actions/log/deleteAttachment.operation.ts
index 3f3e64755e4..017d7b49992 100644
--- a/packages/nodes-base/nodes/TheHiveProject/actions/log/deleteAttachment.operation.ts
+++ b/packages/nodes-base/nodes/TheHiveProject/actions/log/deleteAttachment.operation.ts
@@ -12,7 +12,7 @@ const properties: INodeProperties[] = [
default: '',
required: true,
description:
- 'ID of the attachment. Choose from the list, or specify an ID using an expression.',
+ 'ID of the attachment. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'loadLogAttachments',
loadOptionsDependsOn: ['logId.value'],
diff --git a/packages/nodes-base/nodes/TheHiveProject/actions/observable/create.operation.ts b/packages/nodes-base/nodes/TheHiveProject/actions/observable/create.operation.ts
index b431c2e9ca1..ba515bbb78a 100644
--- a/packages/nodes-base/nodes/TheHiveProject/actions/observable/create.operation.ts
+++ b/packages/nodes-base/nodes/TheHiveProject/actions/observable/create.operation.ts
@@ -54,7 +54,7 @@ const properties: INodeProperties[] = [
name: 'dataType',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
required: true,
default: 'file',
typeOptions: {
diff --git a/packages/nodes-base/nodes/TheHiveProject/actions/observable/executeAnalyzer.operation.ts b/packages/nodes-base/nodes/TheHiveProject/actions/observable/executeAnalyzer.operation.ts
index 50bbfbdfb34..54deac7c0b6 100644
--- a/packages/nodes-base/nodes/TheHiveProject/actions/observable/executeAnalyzer.operation.ts
+++ b/packages/nodes-base/nodes/TheHiveProject/actions/observable/executeAnalyzer.operation.ts
@@ -16,7 +16,7 @@ const properties: INodeProperties[] = [
name: 'analyzers',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
required: true,
default: [],
typeOptions: {
diff --git a/packages/nodes-base/nodes/TheHiveProject/descriptions/common.description.ts b/packages/nodes-base/nodes/TheHiveProject/descriptions/common.description.ts
index b1ce20094af..7a7d316a78e 100644
--- a/packages/nodes-base/nodes/TheHiveProject/descriptions/common.description.ts
+++ b/packages/nodes-base/nodes/TheHiveProject/descriptions/common.description.ts
@@ -31,7 +31,7 @@ export const responderOptions: INodeProperties = {
name: 'responder',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
required: true,
default: '',
typeOptions: {
@@ -106,7 +106,7 @@ export const observableTypeOptions: INodeProperties = {
loadOptionsMethod: 'loadObservableTypes',
},
description:
- 'Type of the observable. Choose from the list, or specify an ID using an expression.',
+ 'Type of the observable. Choose from the list, or specify an ID using an expression.',
};
export const alertStatusOptions: INodeProperties = {
diff --git a/packages/nodes-base/nodes/TheHiveProject/descriptions/filter.description.ts b/packages/nodes-base/nodes/TheHiveProject/descriptions/filter.description.ts
index 015d766e888..d2d505058d4 100644
--- a/packages/nodes-base/nodes/TheHiveProject/descriptions/filter.description.ts
+++ b/packages/nodes-base/nodes/TheHiveProject/descriptions/filter.description.ts
@@ -24,7 +24,7 @@ const field: INodeProperties[] = [
loadOptionsMethod: 'loadAlertFields',
},
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
displayOptions: {
show: {
'/resource': ['alert'],
@@ -41,7 +41,7 @@ const field: INodeProperties[] = [
loadOptionsMethod: 'loadCaseFields',
},
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
displayOptions: {
show: {
'/resource': ['case'],
@@ -58,7 +58,7 @@ const field: INodeProperties[] = [
loadOptionsMethod: 'loadTaskFields',
},
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
displayOptions: {
show: {
'/resource': ['task'],
@@ -75,7 +75,7 @@ const field: INodeProperties[] = [
loadOptionsMethod: 'loadObservableFields',
},
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
displayOptions: {
show: {
'/resource': ['observable'],
diff --git a/packages/nodes-base/nodes/Todoist/v1/TodoistV1.node.ts b/packages/nodes-base/nodes/Todoist/v1/TodoistV1.node.ts
index 3983396a61f..fccfa3f6798 100644
--- a/packages/nodes-base/nodes/Todoist/v1/TodoistV1.node.ts
+++ b/packages/nodes-base/nodes/Todoist/v1/TodoistV1.node.ts
@@ -1,4 +1,3 @@
-/* eslint-disable n8n-nodes-base/node-filename-against-convention */
import type {
IExecuteFunctions,
IDataObject,
@@ -226,7 +225,7 @@ const versionDescription: INodeTypeDescription = {
},
default: '',
description:
- 'Section to which you want move the task. Choose from the list, or specify an ID using an expression.',
+ 'Section to which you want move the task. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Label Names or IDs',
@@ -243,7 +242,7 @@ const versionDescription: INodeTypeDescription = {
},
default: [],
description:
- 'Optional labels that will be assigned to a created task. Choose from the list, or specify IDs using an expression.',
+ 'Optional labels that will be assigned to a created task. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Content',
@@ -329,7 +328,7 @@ const versionDescription: INodeTypeDescription = {
},
default: {},
description:
- 'The parent task you want to operate on. Choose from the list, or specify an ID using an expression.',
+ 'The parent task you want to operate on. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Priority',
@@ -352,7 +351,7 @@ const versionDescription: INodeTypeDescription = {
},
default: {},
description:
- 'The section you want to operate on. Choose from the list, or specify an ID using an expression.',
+ 'The section you want to operate on. Choose from the list, or specify an ID using an expression.',
},
],
},
@@ -424,7 +423,7 @@ const versionDescription: INodeTypeDescription = {
},
default: {},
description:
- 'Filter tasks by label. Choose from the list, or specify an ID using an expression.',
+ 'Filter tasks by label. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Lang',
@@ -444,7 +443,7 @@ const versionDescription: INodeTypeDescription = {
},
default: '',
description:
- 'Filter tasks by parent task ID. Choose from the list, or specify an ID using an expression.',
+ 'Filter tasks by parent task ID. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Project Name or ID',
@@ -455,7 +454,7 @@ const versionDescription: INodeTypeDescription = {
},
default: '',
description:
- 'Filter tasks by project ID. Choose from the list, or specify an ID using an expression.',
+ 'Filter tasks by project ID. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Section Name or ID',
@@ -467,7 +466,7 @@ const versionDescription: INodeTypeDescription = {
},
default: '',
description:
- 'Filter tasks by section ID. Choose from the list, or specify an ID using an expression.',
+ 'Filter tasks by section ID. Choose from the list, or specify an ID using an expression.',
},
],
},
@@ -534,7 +533,7 @@ const versionDescription: INodeTypeDescription = {
name: 'labels',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsMethod: 'getLabels',
},
diff --git a/packages/nodes-base/nodes/Todoist/v2/TodoistV2.node.ts b/packages/nodes-base/nodes/Todoist/v2/TodoistV2.node.ts
index ee3ebbbef84..24608ab1e3b 100644
--- a/packages/nodes-base/nodes/Todoist/v2/TodoistV2.node.ts
+++ b/packages/nodes-base/nodes/Todoist/v2/TodoistV2.node.ts
@@ -1,4 +1,3 @@
-/* eslint-disable n8n-nodes-base/node-filename-against-convention */
import {
type IExecuteFunctions,
type IDataObject,
@@ -226,7 +225,7 @@ const versionDescription: INodeTypeDescription = {
},
default: '',
description:
- 'Section to which you want move the task. Choose from the list, or specify an ID using an expression.',
+ 'Section to which you want move the task. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Label Names or IDs',
@@ -243,7 +242,7 @@ const versionDescription: INodeTypeDescription = {
},
default: [],
description:
- 'Optional labels that will be assigned to a created task. Choose from the list, or specify IDs using an expression.',
+ 'Optional labels that will be assigned to a created task. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Content',
@@ -329,7 +328,7 @@ const versionDescription: INodeTypeDescription = {
},
default: {},
description:
- 'The parent task you want to operate on. Choose from the list, or specify an ID using an expression.',
+ 'The parent task you want to operate on. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Priority',
@@ -352,7 +351,7 @@ const versionDescription: INodeTypeDescription = {
},
default: {},
description:
- 'The section you want to operate on. Choose from the list, or specify an ID using an expression.',
+ 'The section you want to operate on. Choose from the list, or specify an ID using an expression.',
},
],
},
@@ -424,7 +423,7 @@ const versionDescription: INodeTypeDescription = {
},
default: {},
description:
- 'Filter tasks by label. Choose from the list, or specify an ID using an expression.',
+ 'Filter tasks by label. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Lang',
@@ -444,7 +443,7 @@ const versionDescription: INodeTypeDescription = {
},
default: '',
description:
- 'Filter tasks by parent task ID. Choose from the list, or specify an ID using an expression.',
+ 'Filter tasks by parent task ID. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Project Name or ID',
@@ -455,7 +454,7 @@ const versionDescription: INodeTypeDescription = {
},
default: '',
description:
- 'Filter tasks by project ID. Choose from the list, or specify an ID using an expression.',
+ 'Filter tasks by project ID. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Section Name or ID',
@@ -467,7 +466,7 @@ const versionDescription: INodeTypeDescription = {
},
default: '',
description:
- 'Filter tasks by section ID. Choose from the list, or specify an ID using an expression.',
+ 'Filter tasks by section ID. Choose from the list, or specify an ID using an expression.',
},
],
},
@@ -534,7 +533,7 @@ const versionDescription: INodeTypeDescription = {
name: 'labels',
type: 'multiOptions',
description:
- 'Choose from the list, or specify IDs using an expression',
+ 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsMethod: 'getLabels',
},
diff --git a/packages/nodes-base/nodes/Twake/Twake.node.ts b/packages/nodes-base/nodes/Twake/Twake.node.ts
index 90137be51fb..04c6c7eb0e1 100644
--- a/packages/nodes-base/nodes/Twake/Twake.node.ts
+++ b/packages/nodes-base/nodes/Twake/Twake.node.ts
@@ -115,7 +115,7 @@ export class Twake implements INodeType {
},
default: '',
description:
- 'Channel\'s ID. Choose from the list, or specify an ID using an expression.',
+ 'Channel\'s ID. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Content',
diff --git a/packages/nodes-base/nodes/Twist/ChannelDescription.ts b/packages/nodes-base/nodes/Twist/ChannelDescription.ts
index afdc772ff42..eb1c0358908 100644
--- a/packages/nodes-base/nodes/Twist/ChannelDescription.ts
+++ b/packages/nodes-base/nodes/Twist/ChannelDescription.ts
@@ -79,7 +79,7 @@ export const channelFields: INodeProperties[] = [
},
required: true,
description:
- 'The ID of the workspace. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the workspace. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Name',
@@ -197,7 +197,7 @@ export const channelFields: INodeProperties[] = [
},
default: [],
description:
- 'The users that will participate in the channel. Choose from the list, or specify IDs using an expression.',
+ 'The users that will participate in the channel. Choose from the list, or specify IDs using an expression.',
},
],
},
@@ -239,7 +239,7 @@ export const channelFields: INodeProperties[] = [
},
required: true,
description:
- 'The ID of the workspace. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the workspace. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
diff --git a/packages/nodes-base/nodes/Twist/CommentDescription.ts b/packages/nodes-base/nodes/Twist/CommentDescription.ts
index a695d399d2c..57b027a6436 100644
--- a/packages/nodes-base/nodes/Twist/CommentDescription.ts
+++ b/packages/nodes-base/nodes/Twist/CommentDescription.ts
@@ -194,7 +194,7 @@ export const commentFields: INodeProperties[] = [
},
default: [],
description:
- 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.',
+ 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Mark Thread Position',
@@ -213,7 +213,7 @@ export const commentFields: INodeProperties[] = [
},
default: [],
description:
- 'The users that will attached to the comment. Choose from the list, or specify IDs using an expression.',
+ 'The users that will attached to the comment. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Temporary ID',
@@ -505,7 +505,7 @@ export const commentFields: INodeProperties[] = [
},
default: [],
description:
- 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.',
+ 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.',
},
],
},
diff --git a/packages/nodes-base/nodes/Twist/MessageConversationDescription.ts b/packages/nodes-base/nodes/Twist/MessageConversationDescription.ts
index dd111aa7a47..5f72ad17da7 100644
--- a/packages/nodes-base/nodes/Twist/MessageConversationDescription.ts
+++ b/packages/nodes-base/nodes/Twist/MessageConversationDescription.ts
@@ -67,7 +67,7 @@ export const messageConversationFields: INodeProperties[] = [
},
required: true,
description:
- 'The ID of the workspace. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the workspace. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Conversation Name or ID',
@@ -86,7 +86,7 @@ export const messageConversationFields: INodeProperties[] = [
},
required: true,
description:
- 'The ID of the conversation. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the conversation. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Content',
@@ -217,7 +217,7 @@ export const messageConversationFields: INodeProperties[] = [
},
default: [],
description:
- 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.',
+ 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.',
},
// {
// displayName: 'Direct Group Mentions ',
@@ -251,7 +251,7 @@ export const messageConversationFields: INodeProperties[] = [
},
required: true,
description:
- 'The ID of the workspace. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the workspace. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Conversation Name or ID',
@@ -270,7 +270,7 @@ export const messageConversationFields: INodeProperties[] = [
},
required: true,
description:
- 'The ID of the conversation. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the conversation. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Additional Fields',
@@ -486,7 +486,7 @@ export const messageConversationFields: INodeProperties[] = [
},
default: [],
description:
- 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.',
+ 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.',
},
],
},
diff --git a/packages/nodes-base/nodes/Twist/ThreadDescription.ts b/packages/nodes-base/nodes/Twist/ThreadDescription.ts
index b262db52dd6..b28f4690471 100644
--- a/packages/nodes-base/nodes/Twist/ThreadDescription.ts
+++ b/packages/nodes-base/nodes/Twist/ThreadDescription.ts
@@ -208,7 +208,7 @@ export const threadFields: INodeProperties[] = [
},
default: [],
description:
- 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.',
+ 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Recipient Names or IDs',
@@ -220,7 +220,7 @@ export const threadFields: INodeProperties[] = [
},
default: [],
description:
- 'The users that will attached to the thread. Choose from the list, or specify IDs using an expression.',
+ 'The users that will attached to the thread. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Send as Integration',
@@ -501,7 +501,7 @@ export const threadFields: INodeProperties[] = [
},
default: [],
description:
- 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.',
+ 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Title',
diff --git a/packages/nodes-base/nodes/Twitter/V1/TweetDescription.ts b/packages/nodes-base/nodes/Twitter/V1/TweetDescription.ts
index bf5cb963f96..b73846ed3cd 100644
--- a/packages/nodes-base/nodes/Twitter/V1/TweetDescription.ts
+++ b/packages/nodes-base/nodes/Twitter/V1/TweetDescription.ts
@@ -240,7 +240,7 @@ export const tweetFields: INodeProperties[] = [
},
default: '',
description:
- 'Restricts tweets to the given language, given by an ISO 639-1 code. Language detection is best-effort. Choose from the list, or specify an ID using an expression.',
+ 'Restricts tweets to the given language, given by an ISO 639-1 code. Language detection is best-effort. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Location',
diff --git a/packages/nodes-base/nodes/Typeform/TypeformTrigger.node.ts b/packages/nodes-base/nodes/Typeform/TypeformTrigger.node.ts
index 4bd4860ab2e..2cd8206bdd9 100644
--- a/packages/nodes-base/nodes/Typeform/TypeformTrigger.node.ts
+++ b/packages/nodes-base/nodes/Typeform/TypeformTrigger.node.ts
@@ -90,7 +90,7 @@ export class TypeformTrigger implements INodeType {
default: '',
required: true,
description:
- 'Form which should trigger workflow on submission. Choose from the list, or specify an ID using an expression.',
+ 'Form which should trigger workflow on submission. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Simplify Answers',
diff --git a/packages/nodes-base/nodes/Venafi/ProtectCloud/CertificateDescription.ts b/packages/nodes-base/nodes/Venafi/ProtectCloud/CertificateDescription.ts
index 575a3ae6f91..6190862ca48 100644
--- a/packages/nodes-base/nodes/Venafi/ProtectCloud/CertificateDescription.ts
+++ b/packages/nodes-base/nodes/Venafi/ProtectCloud/CertificateDescription.ts
@@ -303,7 +303,7 @@ export const certificateFields: INodeProperties[] = [
name: 'applicationId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getApplications',
},
@@ -332,7 +332,7 @@ export const certificateFields: INodeProperties[] = [
name: 'certificateIssuingTemplateId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getCertificateIssuingTemplates',
},
diff --git a/packages/nodes-base/nodes/Venafi/ProtectCloud/CertificateRequestDescription.ts b/packages/nodes-base/nodes/Venafi/ProtectCloud/CertificateRequestDescription.ts
index 91e8e6fa9f8..0ebde5aa656 100644
--- a/packages/nodes-base/nodes/Venafi/ProtectCloud/CertificateRequestDescription.ts
+++ b/packages/nodes-base/nodes/Venafi/ProtectCloud/CertificateRequestDescription.ts
@@ -44,7 +44,7 @@ export const certificateRequestFields: INodeProperties[] = [
name: 'applicationId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getApplications',
},
@@ -61,7 +61,7 @@ export const certificateRequestFields: INodeProperties[] = [
name: 'certificateIssuingTemplateId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getCertificateIssuingTemplates',
loadOptionsDependsOn: ['applicationId'],
diff --git a/packages/nodes-base/nodes/Venafi/ProtectCloud/VenafiTlsProtectCloudTrigger.node.ts b/packages/nodes-base/nodes/Venafi/ProtectCloud/VenafiTlsProtectCloudTrigger.node.ts
index 4f93701c32f..8017cf6edc0 100644
--- a/packages/nodes-base/nodes/Venafi/ProtectCloud/VenafiTlsProtectCloudTrigger.node.ts
+++ b/packages/nodes-base/nodes/Venafi/ProtectCloud/VenafiTlsProtectCloudTrigger.node.ts
@@ -51,7 +51,7 @@ export class VenafiTlsProtectCloudTrigger implements INodeType {
required: true,
default: [],
description:
- 'Choose from the list, or specify an ID using an expression. Choose from the list, or specify IDs using an expression. Choose from the list, or specify an ID using an expression.',
+ 'Choose from the list, or specify an ID using an expression. Choose from the list, or specify IDs using an expression. Choose from the list, or specify an ID using an expression.',
},
{
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-wrong-for-dynamic-multi-options
@@ -65,7 +65,7 @@ export class VenafiTlsProtectCloudTrigger implements INodeType {
required: true,
default: [],
description:
- 'Choose from the list, or specify an ID using an expression. Choose from the list, or specify IDs using an expression. Choose from the list, or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
+ 'Choose from the list, or specify an ID using an expression. Choose from the list, or specify IDs using an expression. Choose from the list, or specify an ID using an expression. Choose from the list, or specify IDs using an expression.',
},
],
};
diff --git a/packages/nodes-base/nodes/Webflow/V1/ItemDescription.ts b/packages/nodes-base/nodes/Webflow/V1/ItemDescription.ts
index 492497d6efb..a921c0853a5 100644
--- a/packages/nodes-base/nodes/Webflow/V1/ItemDescription.ts
+++ b/packages/nodes-base/nodes/Webflow/V1/ItemDescription.ts
@@ -62,7 +62,7 @@ export const itemFields: INodeProperties[] = [
},
},
description:
- 'ID of the site containing the collection whose items to add to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the site containing the collection whose items to add to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Collection Name or ID',
@@ -81,7 +81,7 @@ export const itemFields: INodeProperties[] = [
},
},
description:
- 'ID of the collection to add an item to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the collection to add an item to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Live',
@@ -127,7 +127,7 @@ export const itemFields: INodeProperties[] = [
},
default: '',
description:
- 'Field to set for the item to create. Choose from the list, or specify an ID using an expression.',
+ 'Field to set for the item to create. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Field Value',
@@ -160,7 +160,7 @@ export const itemFields: INodeProperties[] = [
},
},
description:
- 'ID of the site containing the collection whose items to operate on. Choose from the list, or specify an ID using an expression.',
+ 'ID of the site containing the collection whose items to operate on. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Collection Name or ID',
@@ -179,7 +179,7 @@ export const itemFields: INodeProperties[] = [
},
},
description:
- 'ID of the collection whose items to operate on. Choose from the list, or specify an ID using an expression.',
+ 'ID of the collection whose items to operate on. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Item ID',
@@ -214,7 +214,7 @@ export const itemFields: INodeProperties[] = [
},
},
description:
- 'ID of the site containing the collection whose items to update. Choose from the list, or specify an ID using an expression.',
+ 'ID of the site containing the collection whose items to update. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Collection Name or ID',
@@ -233,7 +233,7 @@ export const itemFields: INodeProperties[] = [
},
},
description:
- 'ID of the collection whose items to update. Choose from the list, or specify an ID using an expression.',
+ 'ID of the collection whose items to update. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Item ID',
@@ -293,7 +293,7 @@ export const itemFields: INodeProperties[] = [
},
default: '',
description:
- 'Field to set for the item to update. Choose from the list, or specify an ID using an expression.',
+ 'Field to set for the item to update. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Field Value',
@@ -325,7 +325,7 @@ export const itemFields: INodeProperties[] = [
},
},
description:
- 'ID of the site containing the collection whose items to retrieve. Choose from the list, or specify an ID using an expression.',
+ 'ID of the site containing the collection whose items to retrieve. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Collection Name or ID',
@@ -344,7 +344,7 @@ export const itemFields: INodeProperties[] = [
},
},
description:
- 'ID of the collection whose items to retrieve. Choose from the list, or specify an ID using an expression.',
+ 'ID of the collection whose items to retrieve. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
diff --git a/packages/nodes-base/nodes/Webflow/V1/WebflowTriggerV1.node.ts b/packages/nodes-base/nodes/Webflow/V1/WebflowTriggerV1.node.ts
index 7c36ed0e269..87fafeffd7c 100644
--- a/packages/nodes-base/nodes/Webflow/V1/WebflowTriggerV1.node.ts
+++ b/packages/nodes-base/nodes/Webflow/V1/WebflowTriggerV1.node.ts
@@ -1,4 +1,3 @@
-/* eslint-disable n8n-nodes-base/node-filename-against-convention */
import {
type IHookFunctions,
type IWebhookFunctions,
@@ -85,7 +84,7 @@ export class WebflowTriggerV1 implements INodeType {
loadOptionsMethod: 'getSites',
},
description:
- 'Site that will trigger the events. Choose from the list, or specify an ID using an expression.',
+ 'Site that will trigger the events. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Event',
diff --git a/packages/nodes-base/nodes/Webflow/V2/WebflowTriggerV2.node.ts b/packages/nodes-base/nodes/Webflow/V2/WebflowTriggerV2.node.ts
index bc827bc11ec..0038f0bd870 100644
--- a/packages/nodes-base/nodes/Webflow/V2/WebflowTriggerV2.node.ts
+++ b/packages/nodes-base/nodes/Webflow/V2/WebflowTriggerV2.node.ts
@@ -1,4 +1,3 @@
-/* eslint-disable n8n-nodes-base/node-filename-against-convention */
import type {
IHookFunctions,
IDataObject,
@@ -55,7 +54,7 @@ export class WebflowTriggerV2 implements INodeType {
loadOptionsMethod: 'getSites',
},
description:
- 'Site that will trigger the events. Choose from the list, or specify an ID using an expression.',
+ 'Site that will trigger the events. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Event',
diff --git a/packages/nodes-base/nodes/Webflow/V2/actions/Item/create.operation.ts b/packages/nodes-base/nodes/Webflow/V2/actions/Item/create.operation.ts
index 8eeeb9cb664..da816d56f92 100644
--- a/packages/nodes-base/nodes/Webflow/V2/actions/Item/create.operation.ts
+++ b/packages/nodes-base/nodes/Webflow/V2/actions/Item/create.operation.ts
@@ -19,7 +19,7 @@ const properties: INodeProperties[] = [
},
default: '',
description:
- 'ID of the site containing the collection whose items to add to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the site containing the collection whose items to add to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Collection Name or ID',
@@ -32,7 +32,7 @@ const properties: INodeProperties[] = [
},
default: '',
description:
- 'ID of the collection to add an item to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the collection to add an item to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Live',
@@ -66,7 +66,7 @@ const properties: INodeProperties[] = [
},
default: '',
description:
- 'Field to set for the item to create. Choose from the list, or specify an ID using an expression.',
+ 'Field to set for the item to create. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Field Value',
diff --git a/packages/nodes-base/nodes/Webflow/V2/actions/Item/delete.operation.ts b/packages/nodes-base/nodes/Webflow/V2/actions/Item/delete.operation.ts
index 632a8e6e93d..0fdabdd5a9a 100644
--- a/packages/nodes-base/nodes/Webflow/V2/actions/Item/delete.operation.ts
+++ b/packages/nodes-base/nodes/Webflow/V2/actions/Item/delete.operation.ts
@@ -19,7 +19,7 @@ const properties: INodeProperties[] = [
},
default: '',
description:
- 'ID of the site containing the collection whose items to operate on. Choose from the list, or specify an ID using an expression.',
+ 'ID of the site containing the collection whose items to operate on. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Collection Name or ID',
@@ -32,7 +32,7 @@ const properties: INodeProperties[] = [
},
default: '',
description:
- 'ID of the collection whose items to operate on. Choose from the list, or specify an ID using an expression.',
+ 'ID of the collection whose items to operate on. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Item ID',
diff --git a/packages/nodes-base/nodes/Webflow/V2/actions/Item/get.operation.ts b/packages/nodes-base/nodes/Webflow/V2/actions/Item/get.operation.ts
index c02b3fc26e7..26c21135550 100644
--- a/packages/nodes-base/nodes/Webflow/V2/actions/Item/get.operation.ts
+++ b/packages/nodes-base/nodes/Webflow/V2/actions/Item/get.operation.ts
@@ -19,7 +19,7 @@ const properties: INodeProperties[] = [
},
default: '',
description:
- 'ID of the site containing the collection whose items to operate on. Choose from the list, or specify an ID using an expression.',
+ 'ID of the site containing the collection whose items to operate on. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Collection Name or ID',
@@ -32,7 +32,7 @@ const properties: INodeProperties[] = [
},
default: '',
description:
- 'ID of the collection whose items to operate on. Choose from the list, or specify an ID using an expression.',
+ 'ID of the collection whose items to operate on. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Item ID',
diff --git a/packages/nodes-base/nodes/Webflow/V2/actions/Item/getAll.operation.ts b/packages/nodes-base/nodes/Webflow/V2/actions/Item/getAll.operation.ts
index 6f9bd0f5b19..9b81c506989 100644
--- a/packages/nodes-base/nodes/Webflow/V2/actions/Item/getAll.operation.ts
+++ b/packages/nodes-base/nodes/Webflow/V2/actions/Item/getAll.operation.ts
@@ -19,7 +19,7 @@ const properties: INodeProperties[] = [
},
default: '',
description:
- 'ID of the site containing the collection whose items to operate on. Choose from the list, or specify an ID using an expression.',
+ 'ID of the site containing the collection whose items to operate on. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Collection Name or ID',
@@ -32,7 +32,7 @@ const properties: INodeProperties[] = [
},
default: '',
description:
- 'ID of the collection whose items to operate on. Choose from the list, or specify an ID using an expression.',
+ 'ID of the collection whose items to operate on. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
diff --git a/packages/nodes-base/nodes/Webflow/V2/actions/Item/update.operation.ts b/packages/nodes-base/nodes/Webflow/V2/actions/Item/update.operation.ts
index e4f94ad17d8..37e716c7830 100644
--- a/packages/nodes-base/nodes/Webflow/V2/actions/Item/update.operation.ts
+++ b/packages/nodes-base/nodes/Webflow/V2/actions/Item/update.operation.ts
@@ -19,7 +19,7 @@ const properties: INodeProperties[] = [
},
default: '',
description:
- 'ID of the site containing the collection whose items to add to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the site containing the collection whose items to add to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Collection Name or ID',
@@ -32,7 +32,7 @@ const properties: INodeProperties[] = [
},
default: '',
description:
- 'ID of the collection to add an item to. Choose from the list, or specify an ID using an expression.',
+ 'ID of the collection to add an item to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Item ID',
@@ -74,7 +74,7 @@ const properties: INodeProperties[] = [
},
default: '',
description:
- 'Field to set for the item to create. Choose from the list, or specify an ID using an expression.',
+ 'Field to set for the item to create. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Field Value',
diff --git a/packages/nodes-base/nodes/Wekan/BoardDescription.ts b/packages/nodes-base/nodes/Wekan/BoardDescription.ts
index 4fa7ed277ee..9842868806b 100644
--- a/packages/nodes-base/nodes/Wekan/BoardDescription.ts
+++ b/packages/nodes-base/nodes/Wekan/BoardDescription.ts
@@ -79,7 +79,7 @@ export const boardFields: INodeProperties[] = [
},
},
description:
- 'The user ID in Wekan. Choose from the list, or specify an ID using an expression.',
+ 'The user ID in Wekan. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Additional Fields',
@@ -237,7 +237,7 @@ export const boardFields: INodeProperties[] = [
},
},
description:
- 'The ID of the user that boards are attached. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the user that boards are attached. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
diff --git a/packages/nodes-base/nodes/Wekan/CardCommentDescription.ts b/packages/nodes-base/nodes/Wekan/CardCommentDescription.ts
index 6cf188a0aaf..a56f65df095 100644
--- a/packages/nodes-base/nodes/Wekan/CardCommentDescription.ts
+++ b/packages/nodes-base/nodes/Wekan/CardCommentDescription.ts
@@ -61,7 +61,7 @@ export const cardCommentFields: INodeProperties[] = [
},
},
description:
- 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Name or ID',
@@ -80,7 +80,7 @@ export const cardCommentFields: INodeProperties[] = [
},
},
description:
- 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Card Name or ID',
@@ -99,7 +99,7 @@ export const cardCommentFields: INodeProperties[] = [
},
},
description:
- 'The ID of the card. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the card. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Author Name or ID',
@@ -117,7 +117,7 @@ export const cardCommentFields: INodeProperties[] = [
},
},
description:
- 'The user who posted the comment. Choose from the list, or specify an ID using an expression.',
+ 'The user who posted the comment. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Comment',
@@ -153,7 +153,7 @@ export const cardCommentFields: INodeProperties[] = [
},
},
description:
- 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Name or ID',
@@ -172,7 +172,7 @@ export const cardCommentFields: INodeProperties[] = [
},
},
description:
- 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Card Name or ID',
@@ -191,7 +191,7 @@ export const cardCommentFields: INodeProperties[] = [
},
},
description:
- 'The ID of the card. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the card. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Comment Name or ID',
@@ -210,7 +210,7 @@ export const cardCommentFields: INodeProperties[] = [
},
},
description:
- 'The ID of the comment to delete. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the comment to delete. Choose from the list, or specify an ID using an expression.',
},
// ----------------------------------
@@ -247,7 +247,7 @@ export const cardCommentFields: INodeProperties[] = [
},
},
description:
- 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Card Name or ID',
@@ -266,7 +266,7 @@ export const cardCommentFields: INodeProperties[] = [
},
},
description:
- 'The ID of the card. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the card. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Comment ID',
@@ -302,7 +302,7 @@ export const cardCommentFields: INodeProperties[] = [
},
},
description:
- 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Name or ID',
@@ -321,7 +321,7 @@ export const cardCommentFields: INodeProperties[] = [
},
},
description:
- 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Card Name or ID',
@@ -340,7 +340,7 @@ export const cardCommentFields: INodeProperties[] = [
},
},
description:
- 'The ID of the card. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the card. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
diff --git a/packages/nodes-base/nodes/Wekan/CardDescription.ts b/packages/nodes-base/nodes/Wekan/CardDescription.ts
index 54d607f2533..6eb599f8db8 100644
--- a/packages/nodes-base/nodes/Wekan/CardDescription.ts
+++ b/packages/nodes-base/nodes/Wekan/CardDescription.ts
@@ -68,9 +68,9 @@ export const cardFields: INodeProperties[] = [
operation: ['create'],
resource: ['card'],
},
- },
+ }, // Choose from the list, or specify an ID using an expression
description:
- 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Name or ID',
@@ -89,7 +89,7 @@ export const cardFields: INodeProperties[] = [
},
},
description:
- 'The ID of the list to create card in. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the list to create card in. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Title',
@@ -123,14 +123,14 @@ export const cardFields: INodeProperties[] = [
},
},
description:
- 'The swimlane ID of the new card. Choose from the list, or specify an ID using an expression.',
+ 'The swimlane ID of the new card. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Author Name or ID',
name: 'authorId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getUsers',
},
@@ -165,7 +165,7 @@ export const cardFields: INodeProperties[] = [
},
default: [],
description:
- 'The new list of assignee IDs attached to the card. Choose from the list, or specify IDs using an expression.',
+ 'The new list of assignee IDs attached to the card. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Description',
@@ -183,7 +183,7 @@ export const cardFields: INodeProperties[] = [
},
default: [],
description:
- 'The new list of member IDs attached to the card. Choose from the list, or specify IDs using an expression.',
+ 'The new list of member IDs attached to the card. Choose from the list, or specify IDs using an expression.',
},
],
},
@@ -207,7 +207,7 @@ export const cardFields: INodeProperties[] = [
},
},
description:
- 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Name or ID',
@@ -226,7 +226,7 @@ export const cardFields: INodeProperties[] = [
},
},
description:
- 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Card Name or ID',
@@ -245,7 +245,7 @@ export const cardFields: INodeProperties[] = [
},
},
description:
- 'The ID of the card to delete. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the card to delete. Choose from the list, or specify an ID using an expression.',
},
// ----------------------------------
@@ -267,7 +267,7 @@ export const cardFields: INodeProperties[] = [
},
},
description:
- 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Name or ID',
@@ -286,7 +286,7 @@ export const cardFields: INodeProperties[] = [
},
},
description:
- 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Card ID',
@@ -322,7 +322,7 @@ export const cardFields: INodeProperties[] = [
},
},
description:
- 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'From Object',
@@ -365,7 +365,7 @@ export const cardFields: INodeProperties[] = [
},
},
description:
- 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Swimlane Name or ID',
@@ -384,7 +384,7 @@ export const cardFields: INodeProperties[] = [
},
},
description:
- 'The ID of the swimlane that card belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the swimlane that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
@@ -437,7 +437,7 @@ export const cardFields: INodeProperties[] = [
},
},
description:
- 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Name or ID',
@@ -456,7 +456,7 @@ export const cardFields: INodeProperties[] = [
},
},
description:
- 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Card Name or ID',
@@ -475,7 +475,7 @@ export const cardFields: INodeProperties[] = [
},
},
description:
- 'The ID of the card to update. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the card to update. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Update Fields',
@@ -499,7 +499,7 @@ export const cardFields: INodeProperties[] = [
},
default: '',
description:
- 'Update the owner of the card. Choose from the list, or specify an ID using an expression.',
+ 'Update the owner of the card. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Assignee Names or IDs',
@@ -510,7 +510,7 @@ export const cardFields: INodeProperties[] = [
},
default: [],
description:
- 'The new list of assignee IDs attached to the card. Choose from the list, or specify IDs using an expression.',
+ 'The new list of assignee IDs attached to the card. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Color',
@@ -659,7 +659,7 @@ export const cardFields: INodeProperties[] = [
},
default: '',
description:
- 'The new list ID of the card (move operation). Choose from the list, or specify an ID using an expression.',
+ 'The new list ID of the card (move operation). Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Member Names or IDs',
@@ -670,7 +670,7 @@ export const cardFields: INodeProperties[] = [
},
default: [],
description:
- 'The new list of member IDs attached to the card. Choose from the list, or specify IDs using an expression.',
+ 'The new list of member IDs attached to the card. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Over Time',
@@ -690,7 +690,7 @@ export const cardFields: INodeProperties[] = [
},
default: '',
description:
- 'The parent of the card. Choose from the list, or specify an ID using an expression.',
+ 'The parent of the card. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Received At',
@@ -733,7 +733,7 @@ export const cardFields: INodeProperties[] = [
},
default: '',
description:
- 'The new swimlane ID of the card. Choose from the list, or specify an ID using an expression.',
+ 'The new swimlane ID of the card. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Title',
diff --git a/packages/nodes-base/nodes/Wekan/ChecklistDescription.ts b/packages/nodes-base/nodes/Wekan/ChecklistDescription.ts
index b2db9e30624..86af5358ae8 100644
--- a/packages/nodes-base/nodes/Wekan/ChecklistDescription.ts
+++ b/packages/nodes-base/nodes/Wekan/ChecklistDescription.ts
@@ -64,7 +64,7 @@ export const checklistFields: INodeProperties[] = [
},
},
description:
- 'The ID of the board where the card is in. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the board where the card is in. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Name or ID',
@@ -83,7 +83,7 @@ export const checklistFields: INodeProperties[] = [
},
},
description:
- 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Card Name or ID',
@@ -102,7 +102,7 @@ export const checklistFields: INodeProperties[] = [
},
},
description:
- 'The ID of the card to add checklist to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the card to add checklist to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Title',
@@ -155,7 +155,7 @@ export const checklistFields: INodeProperties[] = [
},
},
description:
- 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Name or ID',
@@ -174,7 +174,7 @@ export const checklistFields: INodeProperties[] = [
},
},
description:
- 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Card Name or ID',
@@ -193,7 +193,7 @@ export const checklistFields: INodeProperties[] = [
},
},
description:
- 'The ID of the card that checklist belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the card that checklist belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Checklist Name or ID',
@@ -212,7 +212,7 @@ export const checklistFields: INodeProperties[] = [
},
},
description:
- 'The ID of the checklist to delete. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the checklist to delete. Choose from the list, or specify an ID using an expression.',
},
// ----------------------------------
@@ -234,7 +234,7 @@ export const checklistFields: INodeProperties[] = [
},
},
description:
- 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Name or ID',
@@ -253,7 +253,7 @@ export const checklistFields: INodeProperties[] = [
},
},
description:
- 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Card Name or ID',
@@ -272,7 +272,7 @@ export const checklistFields: INodeProperties[] = [
},
},
description:
- 'The ID of the card that checklist belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the card that checklist belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Checklist Name or ID',
@@ -291,7 +291,7 @@ export const checklistFields: INodeProperties[] = [
},
},
description:
- 'The ID of the checklist to get. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the checklist to get. Choose from the list, or specify an ID using an expression.',
},
// ----------------------------------
@@ -313,7 +313,7 @@ export const checklistFields: INodeProperties[] = [
},
},
description:
- 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Name or ID',
@@ -332,7 +332,7 @@ export const checklistFields: INodeProperties[] = [
},
},
description:
- 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Card Name or ID',
@@ -351,7 +351,7 @@ export const checklistFields: INodeProperties[] = [
},
},
description:
- 'The ID of the card to get checklists. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the card to get checklists. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
diff --git a/packages/nodes-base/nodes/Wekan/ChecklistItemDescription.ts b/packages/nodes-base/nodes/Wekan/ChecklistItemDescription.ts
index abec4893254..45035649170 100644
--- a/packages/nodes-base/nodes/Wekan/ChecklistItemDescription.ts
+++ b/packages/nodes-base/nodes/Wekan/ChecklistItemDescription.ts
@@ -58,7 +58,7 @@ export const checklistItemFields: INodeProperties[] = [
},
},
description:
- 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Name or ID',
@@ -77,7 +77,7 @@ export const checklistItemFields: INodeProperties[] = [
},
},
description:
- 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Card Name or ID',
@@ -96,7 +96,7 @@ export const checklistItemFields: INodeProperties[] = [
},
},
description:
- 'The ID of the card that checklistItem belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the card that checklistItem belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Checklist Name or ID',
@@ -115,7 +115,7 @@ export const checklistItemFields: INodeProperties[] = [
},
},
description:
- 'The ID of the checklistItem that card belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the checklistItem that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Checklist Item Name or ID',
@@ -134,7 +134,7 @@ export const checklistItemFields: INodeProperties[] = [
},
},
description:
- 'The ID of the checklistItem item to get. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the checklistItem item to get. Choose from the list, or specify an ID using an expression.',
},
// ----------------------------------
@@ -156,7 +156,7 @@ export const checklistItemFields: INodeProperties[] = [
},
},
description:
- 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Name or ID',
@@ -175,7 +175,7 @@ export const checklistItemFields: INodeProperties[] = [
},
},
description:
- 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Card Name or ID',
@@ -194,7 +194,7 @@ export const checklistItemFields: INodeProperties[] = [
},
},
description:
- 'The ID of the card that checklistItem belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the card that checklistItem belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Checklist ID',
@@ -227,7 +227,7 @@ export const checklistItemFields: INodeProperties[] = [
},
},
description:
- 'The ID of the checklistItem item to get. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the checklistItem item to get. Choose from the list, or specify an ID using an expression.',
},
// ----------------------------------
@@ -249,7 +249,7 @@ export const checklistItemFields: INodeProperties[] = [
},
},
description:
- 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Name or ID',
@@ -268,7 +268,7 @@ export const checklistItemFields: INodeProperties[] = [
},
},
description:
- 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Card Name or ID',
@@ -287,7 +287,7 @@ export const checklistItemFields: INodeProperties[] = [
},
},
description:
- 'The ID of the card that checklistItem belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the card that checklistItem belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'CheckList Name or ID',
@@ -306,7 +306,7 @@ export const checklistItemFields: INodeProperties[] = [
},
},
description:
- 'The ID of the checklistItem that card belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the checklistItem that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Checklist Item Name or ID',
@@ -325,7 +325,7 @@ export const checklistItemFields: INodeProperties[] = [
},
},
description:
- 'The ID of the checklistItem item to update. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the checklistItem item to update. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Update Fields',
diff --git a/packages/nodes-base/nodes/Wekan/ListDescription.ts b/packages/nodes-base/nodes/Wekan/ListDescription.ts
index b7d82ce30a5..1ecdffe0202 100644
--- a/packages/nodes-base/nodes/Wekan/ListDescription.ts
+++ b/packages/nodes-base/nodes/Wekan/ListDescription.ts
@@ -64,7 +64,7 @@ export const listFields: INodeProperties[] = [
},
},
description:
- 'The ID of the board the list should be created in. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the board the list should be created in. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Title',
@@ -101,7 +101,7 @@ export const listFields: INodeProperties[] = [
},
},
description:
- 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Name or ID',
@@ -120,7 +120,7 @@ export const listFields: INodeProperties[] = [
},
},
description:
- 'The ID of the list to delete. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the list to delete. Choose from the list, or specify an ID using an expression.',
},
// ----------------------------------
@@ -142,7 +142,7 @@ export const listFields: INodeProperties[] = [
},
},
description:
- 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List ID',
@@ -178,7 +178,7 @@ export const listFields: INodeProperties[] = [
},
},
description:
- 'ID of the board where the lists are in. Choose from the list, or specify an ID using an expression.',
+ 'ID of the board where the lists are in. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
diff --git a/packages/nodes-base/nodes/Wise/WiseTrigger.node.ts b/packages/nodes-base/nodes/Wise/WiseTrigger.node.ts
index 30e8c2d1ea2..a1eb844e4d3 100644
--- a/packages/nodes-base/nodes/Wise/WiseTrigger.node.ts
+++ b/packages/nodes-base/nodes/Wise/WiseTrigger.node.ts
@@ -47,7 +47,7 @@ export class WiseTrigger implements INodeType {
name: 'profileId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
required: true,
typeOptions: {
loadOptionsMethod: 'getProfiles',
diff --git a/packages/nodes-base/nodes/Wise/descriptions/AccountDescription.ts b/packages/nodes-base/nodes/Wise/descriptions/AccountDescription.ts
index 605a1d2ec70..668cf83222d 100644
--- a/packages/nodes-base/nodes/Wise/descriptions/AccountDescription.ts
+++ b/packages/nodes-base/nodes/Wise/descriptions/AccountDescription.ts
@@ -49,7 +49,7 @@ export const accountFields: INodeProperties[] = [
loadOptionsMethod: 'getProfiles',
},
description:
- 'ID of the user profile to retrieve the balance of. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user profile to retrieve the balance of. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['account'],
@@ -70,7 +70,7 @@ export const accountFields: INodeProperties[] = [
loadOptionsMethod: 'getProfiles',
},
description:
- 'ID of the user profile whose account to retrieve the statement of. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user profile whose account to retrieve the statement of. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['account'],
@@ -89,7 +89,7 @@ export const accountFields: INodeProperties[] = [
loadOptionsDependsOn: ['profileId'],
},
description:
- 'ID of the borderless account to retrieve the statement of. Choose from the list, or specify an ID using an expression.',
+ 'ID of the borderless account to retrieve the statement of. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['account'],
diff --git a/packages/nodes-base/nodes/Wise/descriptions/ProfileDescription.ts b/packages/nodes-base/nodes/Wise/descriptions/ProfileDescription.ts
index 5290ea7dcf5..0f08f47f702 100644
--- a/packages/nodes-base/nodes/Wise/descriptions/ProfileDescription.ts
+++ b/packages/nodes-base/nodes/Wise/descriptions/ProfileDescription.ts
@@ -41,7 +41,7 @@ export const profileFields: INodeProperties[] = [
loadOptionsMethod: 'getProfiles',
},
description:
- 'ID of the user profile to retrieve. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user profile to retrieve. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['profile'],
diff --git a/packages/nodes-base/nodes/Wise/descriptions/QuoteDescription.ts b/packages/nodes-base/nodes/Wise/descriptions/QuoteDescription.ts
index 4264ec9a8e7..1bf65d63e77 100644
--- a/packages/nodes-base/nodes/Wise/descriptions/QuoteDescription.ts
+++ b/packages/nodes-base/nodes/Wise/descriptions/QuoteDescription.ts
@@ -41,7 +41,7 @@ export const quoteFields: INodeProperties[] = [
loadOptionsMethod: 'getProfiles',
},
description:
- 'ID of the user profile to create the quote under. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user profile to create the quote under. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['quote'],
@@ -59,7 +59,7 @@ export const quoteFields: INodeProperties[] = [
loadOptionsMethod: 'getRecipients',
},
description:
- 'ID of the account that will receive the funds. Choose from the list, or specify an ID using an expression.',
+ 'ID of the account that will receive the funds. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['quote'],
diff --git a/packages/nodes-base/nodes/Wise/descriptions/TransferDescription.ts b/packages/nodes-base/nodes/Wise/descriptions/TransferDescription.ts
index 5f743cc997f..51ed22d6269 100644
--- a/packages/nodes-base/nodes/Wise/descriptions/TransferDescription.ts
+++ b/packages/nodes-base/nodes/Wise/descriptions/TransferDescription.ts
@@ -57,7 +57,7 @@ export const transferFields: INodeProperties[] = [
loadOptionsDependsOn: ['profileId'],
},
description:
- 'ID of the user profile to retrieve the balance of. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user profile to retrieve the balance of. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['transfer'],
@@ -89,7 +89,7 @@ export const transferFields: INodeProperties[] = [
loadOptionsMethod: 'getRecipients',
},
description:
- 'ID of the account that will receive the funds. Choose from the list, or specify an ID using an expression.',
+ 'ID of the account that will receive the funds. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['transfer'],
@@ -151,7 +151,7 @@ export const transferFields: INodeProperties[] = [
loadOptionsMethod: 'getProfiles',
},
description:
- 'ID of the user profile to execute the transfer under. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user profile to execute the transfer under. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['transfer'],
@@ -251,7 +251,7 @@ export const transferFields: INodeProperties[] = [
loadOptionsMethod: 'getProfiles',
},
description:
- 'ID of the user profile to retrieve. Choose from the list, or specify an ID using an expression.',
+ 'ID of the user profile to retrieve. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['transfer'],
diff --git a/packages/nodes-base/nodes/WooCommerce/ProductDescription.ts b/packages/nodes-base/nodes/WooCommerce/ProductDescription.ts
index 68f82be91e9..ef86de9c44a 100644
--- a/packages/nodes-base/nodes/WooCommerce/ProductDescription.ts
+++ b/packages/nodes-base/nodes/WooCommerce/ProductDescription.ts
@@ -139,7 +139,7 @@ export const productFields: INodeProperties[] = [
},
default: [],
description:
- 'List of categories. Choose from the list, or specify IDs using an expression.',
+ 'List of categories. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Cross Sell IDs',
@@ -336,7 +336,7 @@ export const productFields: INodeProperties[] = [
},
default: [],
description:
- 'List of tags. Choose from the list, or specify IDs using an expression.',
+ 'List of tags. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Tax Class',
@@ -632,7 +632,7 @@ export const productFields: INodeProperties[] = [
},
default: [],
description:
- 'List of categories. Choose from the list, or specify IDs using an expression.',
+ 'List of categories. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Cross Sell IDs',
@@ -836,7 +836,7 @@ export const productFields: INodeProperties[] = [
},
default: [],
description:
- 'List of tags. Choose from the list, or specify IDs using an expression.',
+ 'List of tags. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Tax Class',
@@ -1128,7 +1128,7 @@ export const productFields: INodeProperties[] = [
loadOptionsMethod: 'getCategories',
},
description:
- 'Limit result set to products assigned a specific category ID. Choose from the list, or specify an ID using an expression.',
+ 'Limit result set to products assigned a specific category ID. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Context',
@@ -1298,7 +1298,7 @@ export const productFields: INodeProperties[] = [
loadOptionsMethod: 'getTags',
},
description:
- 'Limit result set to products assigned a specific tag ID. Choose from the list, or specify an ID using an expression.',
+ 'Limit result set to products assigned a specific tag ID. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Tax Class',
diff --git a/packages/nodes-base/nodes/Wordpress/PageDescription.ts b/packages/nodes-base/nodes/Wordpress/PageDescription.ts
index 458c70ef83a..f0330959ecd 100644
--- a/packages/nodes-base/nodes/Wordpress/PageDescription.ts
+++ b/packages/nodes-base/nodes/Wordpress/PageDescription.ts
@@ -81,7 +81,7 @@ export const pageFields: INodeProperties[] = [
},
default: '',
description:
- 'The ID for the author of the object. Choose from the list, or specify an ID using an expression.',
+ 'The ID for the author of the object. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Parent ID',
@@ -313,7 +313,7 @@ export const pageFields: INodeProperties[] = [
},
default: '',
description:
- 'The ID for the author of the object. Choose from the list, or specify an ID using an expression.',
+ 'The ID for the author of the object. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Parent ID',
@@ -637,7 +637,7 @@ export const pageFields: INodeProperties[] = [
loadOptionsMethod: 'getAuthors',
},
description:
- 'Limit result set to pages assigned to specific authors. Choose from the list, or specify IDs using an expression.',
+ 'Limit result set to pages assigned to specific authors. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Before',
diff --git a/packages/nodes-base/nodes/Wordpress/PostDescription.ts b/packages/nodes-base/nodes/Wordpress/PostDescription.ts
index 1d5fbc87c7d..182c7128dd8 100644
--- a/packages/nodes-base/nodes/Wordpress/PostDescription.ts
+++ b/packages/nodes-base/nodes/Wordpress/PostDescription.ts
@@ -81,7 +81,7 @@ export const postFields: INodeProperties[] = [
},
default: '',
description:
- 'The ID for the author of the object. Choose from the list, or specify an ID using an expression.',
+ 'The ID for the author of the object. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Content',
@@ -233,7 +233,7 @@ export const postFields: INodeProperties[] = [
},
default: [],
description:
- 'The terms assigned to the object in the category taxonomy. Choose from the list, or specify IDs using an expression.',
+ 'The terms assigned to the object in the category taxonomy. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Tag Names or IDs',
@@ -244,7 +244,7 @@ export const postFields: INodeProperties[] = [
},
default: [],
description:
- 'The terms assigned to the object in the post_tag taxonomy. Choose from the list, or specify IDs using an expression.',
+ 'The terms assigned to the object in the post_tag taxonomy. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Template',
@@ -353,7 +353,7 @@ export const postFields: INodeProperties[] = [
},
default: '',
description:
- 'The ID for the author of the object. Choose from the list, or specify an ID using an expression.',
+ 'The ID for the author of the object. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Title',
@@ -512,7 +512,7 @@ export const postFields: INodeProperties[] = [
},
default: [],
description:
- 'The terms assigned to the object in the category taxonomy. Choose from the list, or specify IDs using an expression.',
+ 'The terms assigned to the object in the category taxonomy. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Tag Names or IDs',
@@ -523,7 +523,7 @@ export const postFields: INodeProperties[] = [
},
default: [],
description:
- 'The terms assigned to the object in the post_tag taxonomy. Choose from the list, or specify IDs using an expression.',
+ 'The terms assigned to the object in the post_tag taxonomy. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Template',
@@ -717,7 +717,7 @@ export const postFields: INodeProperties[] = [
loadOptionsMethod: 'getAuthors',
},
description:
- 'Limit result set to posts assigned to specific authors. Choose from the list, or specify IDs using an expression.',
+ 'Limit result set to posts assigned to specific authors. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Before',
@@ -735,7 +735,7 @@ export const postFields: INodeProperties[] = [
loadOptionsMethod: 'getCategories',
},
description:
- 'Limit result set to all items that have the specified term assigned in the categories taxonomy. Choose from the list, or specify IDs using an expression.',
+ 'Limit result set to all items that have the specified term assigned in the categories taxonomy. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Context',
@@ -768,7 +768,7 @@ export const postFields: INodeProperties[] = [
loadOptionsMethod: 'getCategories',
},
description:
- 'Limit result set to all items except those that have the specified term assigned in the categories taxonomy. Choose from the list, or specify IDs using an expression.',
+ 'Limit result set to all items except those that have the specified term assigned in the categories taxonomy. Choose from the list, or specify IDs using an expression.',
},
{
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-wrong-for-dynamic-multi-options
@@ -780,7 +780,7 @@ export const postFields: INodeProperties[] = [
loadOptionsMethod: 'getTags',
},
description:
- 'Limit result set to all items except those that have the specified term assigned in the tags taxonomy. Choose from the list, or specify IDs using an expression.',
+ 'Limit result set to all items except those that have the specified term assigned in the tags taxonomy. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Order',
@@ -900,7 +900,7 @@ export const postFields: INodeProperties[] = [
loadOptionsMethod: 'getTags',
},
description:
- 'Limit result set to all items that have the specified term assigned in the tags taxonomy. Choose from the list, or specify IDs using an expression.',
+ 'Limit result set to all items that have the specified term assigned in the tags taxonomy. Choose from the list, or specify IDs using an expression.',
},
],
},
diff --git a/packages/nodes-base/nodes/Workable/WorkableTrigger.node.ts b/packages/nodes-base/nodes/Workable/WorkableTrigger.node.ts
index 1241cf56915..121ead0dc29 100644
--- a/packages/nodes-base/nodes/Workable/WorkableTrigger.node.ts
+++ b/packages/nodes-base/nodes/Workable/WorkableTrigger.node.ts
@@ -76,7 +76,7 @@ export class WorkableTrigger implements INodeType {
},
default: '',
description:
- 'Get notifications only for one job. Choose from the list, or specify an ID using an expression.',
+ 'Get notifications only for one job. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Stage Name or ID',
@@ -87,7 +87,7 @@ export class WorkableTrigger implements INodeType {
},
default: '',
description:
- 'Get notifications for specific stages. e.g. \'hired\'. Choose from the list, or specify an ID using an expression.',
+ 'Get notifications for specific stages. e.g. \'hired\'. Choose from the list, or specify an ID using an expression.',
},
],
},
diff --git a/packages/nodes-base/nodes/Wufoo/WufooTrigger.node.ts b/packages/nodes-base/nodes/Wufoo/WufooTrigger.node.ts
index e0276b2e1be..7cb91c179cc 100644
--- a/packages/nodes-base/nodes/Wufoo/WufooTrigger.node.ts
+++ b/packages/nodes-base/nodes/Wufoo/WufooTrigger.node.ts
@@ -54,7 +54,7 @@ export class WufooTrigger implements INodeType {
loadOptionsMethod: 'getForms',
},
description:
- 'The form upon which will trigger this node when a new entry is made. Choose from the list, or specify an ID using an expression.',
+ 'The form upon which will trigger this node when a new entry is made. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Only Answers',
diff --git a/packages/nodes-base/nodes/Xero/ContactDescription.ts b/packages/nodes-base/nodes/Xero/ContactDescription.ts
index a225abc59a2..67bf18108a2 100644
--- a/packages/nodes-base/nodes/Xero/ContactDescription.ts
+++ b/packages/nodes-base/nodes/Xero/ContactDescription.ts
@@ -50,7 +50,7 @@ export const contactFields: INodeProperties[] = [
name: 'organizationId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTenants',
},
@@ -309,7 +309,7 @@ export const contactFields: INodeProperties[] = [
},
default: '',
description:
- 'The default purchases account code for contacts. Choose from the list, or specify an ID using an expression.',
+ 'The default purchases account code for contacts. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Sales Default Account Code Name or ID',
@@ -320,7 +320,7 @@ export const contactFields: INodeProperties[] = [
},
default: '',
description:
- 'The default sales account code for contacts. Choose from the list, or specify an ID using an expression.',
+ 'The default sales account code for contacts. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Skype',
@@ -353,7 +353,7 @@ export const contactFields: INodeProperties[] = [
name: 'organizationId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTenants',
},
@@ -387,7 +387,7 @@ export const contactFields: INodeProperties[] = [
name: 'organizationId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTenants',
},
@@ -494,7 +494,7 @@ export const contactFields: INodeProperties[] = [
name: 'organizationId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTenants',
},
@@ -759,7 +759,7 @@ export const contactFields: INodeProperties[] = [
},
default: '',
description:
- 'The default purchases account code for contacts. Choose from the list, or specify an ID using an expression.',
+ 'The default purchases account code for contacts. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Sales Default Account Code Name or ID',
@@ -770,7 +770,7 @@ export const contactFields: INodeProperties[] = [
},
default: '',
description:
- 'The default sales account code for contacts. Choose from the list, or specify an ID using an expression.',
+ 'The default sales account code for contacts. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Skype',
diff --git a/packages/nodes-base/nodes/Xero/InvoiceDescription.ts b/packages/nodes-base/nodes/Xero/InvoiceDescription.ts
index a8c11f1f82a..d70ccea097b 100644
--- a/packages/nodes-base/nodes/Xero/InvoiceDescription.ts
+++ b/packages/nodes-base/nodes/Xero/InvoiceDescription.ts
@@ -50,7 +50,7 @@ export const invoiceFields: INodeProperties[] = [
name: 'organizationId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTenants',
},
@@ -153,7 +153,7 @@ export const invoiceFields: INodeProperties[] = [
name: 'itemCode',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getItemCodes',
loadOptionsDependsOn: ['organizationId'],
@@ -165,7 +165,7 @@ export const invoiceFields: INodeProperties[] = [
name: 'accountCode',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getAccountCodes',
loadOptionsDependsOn: ['organizationId'],
@@ -288,7 +288,7 @@ export const invoiceFields: INodeProperties[] = [
name: 'brandingThemeId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getBrandingThemes',
loadOptionsDependsOn: ['organizationId'],
@@ -300,7 +300,7 @@ export const invoiceFields: INodeProperties[] = [
name: 'currency',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getCurrencies',
loadOptionsDependsOn: ['organizationId'],
@@ -425,7 +425,7 @@ export const invoiceFields: INodeProperties[] = [
name: 'organizationId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTenants',
},
@@ -469,7 +469,7 @@ export const invoiceFields: INodeProperties[] = [
name: 'brandingThemeId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getBrandingThemes',
loadOptionsDependsOn: ['organizationId'],
@@ -487,7 +487,7 @@ export const invoiceFields: INodeProperties[] = [
name: 'currency',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getCurrencies',
loadOptionsDependsOn: ['organizationId'],
@@ -605,7 +605,7 @@ export const invoiceFields: INodeProperties[] = [
name: 'itemCode',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getItemCodes',
loadOptionsDependsOn: ['organizationId'],
@@ -617,7 +617,7 @@ export const invoiceFields: INodeProperties[] = [
name: 'accountCode',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getAccountCodes',
loadOptionsDependsOn: ['organizationId'],
@@ -781,7 +781,7 @@ export const invoiceFields: INodeProperties[] = [
name: 'organizationId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTenants',
},
@@ -815,7 +815,7 @@ export const invoiceFields: INodeProperties[] = [
name: 'organizationId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTenants',
},
diff --git a/packages/nodes-base/nodes/Zammad/descriptions/GroupDescription.ts b/packages/nodes-base/nodes/Zammad/descriptions/GroupDescription.ts
index 24bfd6538d9..6694c676cc3 100644
--- a/packages/nodes-base/nodes/Zammad/descriptions/GroupDescription.ts
+++ b/packages/nodes-base/nodes/Zammad/descriptions/GroupDescription.ts
@@ -70,7 +70,7 @@ export const groupDescription: INodeProperties[] = [
name: 'id',
type: 'string',
description:
- 'Group to update. Specify an ID using an expression.',
+ 'Group to update. Specify an ID using an expression.',
default: '',
required: true,
displayOptions: {
@@ -85,7 +85,7 @@ export const groupDescription: INodeProperties[] = [
name: 'id',
type: 'string',
description:
- 'Group to delete. Specify an ID using an expression.',
+ 'Group to delete. Specify an ID using an expression.',
default: '',
required: true,
displayOptions: {
@@ -100,7 +100,7 @@ export const groupDescription: INodeProperties[] = [
name: 'id',
type: 'string',
description:
- 'Group to retrieve. Specify an ID using an expression.',
+ 'Group to retrieve. Specify an ID using an expression.',
default: '',
required: true,
displayOptions: {
@@ -153,7 +153,7 @@ export const groupDescription: INodeProperties[] = [
},
default: '',
description:
- 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
+ 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Field Value',
@@ -216,7 +216,7 @@ export const groupDescription: INodeProperties[] = [
},
default: '',
description:
- 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
+ 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Field Value',
diff --git a/packages/nodes-base/nodes/Zammad/descriptions/OrganizationDescription.ts b/packages/nodes-base/nodes/Zammad/descriptions/OrganizationDescription.ts
index fb6b852edc5..09e7e36020b 100644
--- a/packages/nodes-base/nodes/Zammad/descriptions/OrganizationDescription.ts
+++ b/packages/nodes-base/nodes/Zammad/descriptions/OrganizationDescription.ts
@@ -70,7 +70,7 @@ export const organizationDescription: INodeProperties[] = [
name: 'id',
type: 'string',
description:
- 'Organization to update. Specify an ID using an expression.',
+ 'Organization to update. Specify an ID using an expression.',
default: '',
required: true,
displayOptions: {
@@ -85,7 +85,7 @@ export const organizationDescription: INodeProperties[] = [
name: 'id',
type: 'string',
description:
- 'Organization to delete. Specify an ID using an expression.',
+ 'Organization to delete. Specify an ID using an expression.',
default: '',
required: true,
displayOptions: {
@@ -100,7 +100,7 @@ export const organizationDescription: INodeProperties[] = [
name: 'id',
type: 'string',
description:
- 'Organization to retrieve. Specify an ID using an expression.',
+ 'Organization to retrieve. Specify an ID using an expression.',
default: '',
required: true,
displayOptions: {
@@ -188,7 +188,7 @@ export const organizationDescription: INodeProperties[] = [
},
default: '',
description:
- 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
+ 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Value',
@@ -281,7 +281,7 @@ export const organizationDescription: INodeProperties[] = [
},
default: '',
description:
- 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
+ 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Value',
diff --git a/packages/nodes-base/nodes/Zammad/descriptions/TicketDescription.ts b/packages/nodes-base/nodes/Zammad/descriptions/TicketDescription.ts
index 87168eb06c9..e0b11296782 100644
--- a/packages/nodes-base/nodes/Zammad/descriptions/TicketDescription.ts
+++ b/packages/nodes-base/nodes/Zammad/descriptions/TicketDescription.ts
@@ -69,7 +69,7 @@ export const ticketDescription: INodeProperties[] = [
},
placeholder: 'First-Level Helpdesk',
description:
- 'Group that will own the ticket to create. Choose from the list, or specify an ID using an expression.',
+ 'Group that will own the ticket to create. Choose from the list, or specify an ID using an expression.',
default: '',
required: true,
displayOptions: {
@@ -87,7 +87,7 @@ export const ticketDescription: INodeProperties[] = [
loadOptionsMethod: 'loadCustomerEmails',
},
description:
- 'Email address of the customer concerned in the ticket to create. Choose from the list, or specify an ID using an expression.',
+ 'Email address of the customer concerned in the ticket to create. Choose from the list, or specify an ID using an expression.',
default: '',
placeholder: 'hello@n8n.io',
required: true,
@@ -103,7 +103,7 @@ export const ticketDescription: INodeProperties[] = [
name: 'id',
type: 'string',
description:
- 'Ticket to retrieve. Specify an ID using an expression.',
+ 'Ticket to retrieve. Specify an ID using an expression.',
default: '',
required: true,
displayOptions: {
@@ -119,7 +119,7 @@ export const ticketDescription: INodeProperties[] = [
type: 'string',
default: '',
description:
- 'Ticket to delete. Specify an ID using an expression.',
+ 'Ticket to delete. Specify an ID using an expression.',
required: true,
displayOptions: {
show: {
@@ -277,7 +277,7 @@ export const ticketDescription: INodeProperties[] = [
},
default: '',
description:
- 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
+ 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Value',
diff --git a/packages/nodes-base/nodes/Zammad/descriptions/UserDescription.ts b/packages/nodes-base/nodes/Zammad/descriptions/UserDescription.ts
index 29014f3d744..469600f8a6f 100644
--- a/packages/nodes-base/nodes/Zammad/descriptions/UserDescription.ts
+++ b/packages/nodes-base/nodes/Zammad/descriptions/UserDescription.ts
@@ -91,7 +91,7 @@ export const userDescription: INodeProperties[] = [
name: 'id',
type: 'string',
description:
- 'User to update. Specify an ID using an expression.',
+ 'User to update. Specify an ID using an expression.',
default: '',
required: true,
displayOptions: {
@@ -106,7 +106,7 @@ export const userDescription: INodeProperties[] = [
name: 'id',
type: 'string',
description:
- 'User to delete. Specify an ID using an expression.',
+ 'User to delete. Specify an ID using an expression.',
default: '',
required: true,
displayOptions: {
@@ -121,7 +121,7 @@ export const userDescription: INodeProperties[] = [
name: 'id',
type: 'string',
description:
- 'User to retrieve. Specify an ID using an expression.',
+ 'User to retrieve. Specify an ID using an expression.',
default: '',
required: true,
displayOptions: {
@@ -216,7 +216,7 @@ export const userDescription: INodeProperties[] = [
},
default: '',
description:
- 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
+ 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Field Value',
@@ -261,7 +261,7 @@ export const userDescription: INodeProperties[] = [
name: 'organization',
type: 'options',
description:
- 'Name of the organization to assign to the user. Choose from the list, or specify an ID using an expression.',
+ 'Name of the organization to assign to the user. Choose from the list, or specify an ID using an expression.',
default: '',
typeOptions: {
loadOptionsMethod: 'loadOrganizations',
@@ -389,7 +389,7 @@ export const userDescription: INodeProperties[] = [
},
default: '',
description:
- 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
+ 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Field Value',
@@ -448,7 +448,7 @@ export const userDescription: INodeProperties[] = [
name: 'organization',
type: 'options',
description:
- 'Name of the organization to assign to the user. Choose from the list, or specify an ID using an expression.',
+ 'Name of the organization to assign to the user. Choose from the list, or specify an ID using an expression.',
default: '',
typeOptions: {
loadOptionsMethod: 'loadOrganizationNames',
@@ -587,7 +587,7 @@ export const userDescription: INodeProperties[] = [
name: 'sort_by',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'loadUserFields',
},
diff --git a/packages/nodes-base/nodes/Zendesk/ConditionDescription.ts b/packages/nodes-base/nodes/Zendesk/ConditionDescription.ts
index d9e57ecae6e..a33262479c8 100644
--- a/packages/nodes-base/nodes/Zendesk/ConditionDescription.ts
+++ b/packages/nodes-base/nodes/Zendesk/ConditionDescription.ts
@@ -256,7 +256,7 @@ export const conditionFields: INodeProperties[] = [
name: 'value',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getGroups',
},
@@ -276,7 +276,7 @@ export const conditionFields: INodeProperties[] = [
name: 'value',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getUsers',
},
diff --git a/packages/nodes-base/nodes/Zendesk/OrganizationDescription.ts b/packages/nodes-base/nodes/Zendesk/OrganizationDescription.ts
index 44a13314f64..88de90131e2 100644
--- a/packages/nodes-base/nodes/Zendesk/OrganizationDescription.ts
+++ b/packages/nodes-base/nodes/Zendesk/OrganizationDescription.ts
@@ -129,7 +129,7 @@ export const organizationFields: INodeProperties[] = [
name: 'field',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getOrganizationFields',
},
@@ -154,7 +154,7 @@ export const organizationFields: INodeProperties[] = [
},
default: [],
description:
- 'IDs of tags applied to this organization. Choose from the list, or specify IDs using an expression.',
+ 'IDs of tags applied to this organization. Choose from the list, or specify IDs using an expression.',
},
],
},
@@ -233,7 +233,7 @@ export const organizationFields: INodeProperties[] = [
name: 'field',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getOrganizationFields',
},
@@ -258,7 +258,7 @@ export const organizationFields: INodeProperties[] = [
},
default: [],
description:
- 'IDs of tags applied to this organization. Choose from the list, or specify IDs using an expression.',
+ 'IDs of tags applied to this organization. Choose from the list, or specify IDs using an expression.',
},
],
},
diff --git a/packages/nodes-base/nodes/Zendesk/TicketDescription.ts b/packages/nodes-base/nodes/Zendesk/TicketDescription.ts
index 7069234ec0d..53a09a39061 100644
--- a/packages/nodes-base/nodes/Zendesk/TicketDescription.ts
+++ b/packages/nodes-base/nodes/Zendesk/TicketDescription.ts
@@ -120,7 +120,7 @@ export const ticketFields: INodeProperties[] = [
},
default: '',
description:
- 'Custom field ID. Choose from the list, or specify an ID using an expression.',
+ 'Custom field ID. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Value',
@@ -149,7 +149,7 @@ export const ticketFields: INodeProperties[] = [
},
default: '',
description:
- 'The group this ticket is assigned to. Choose from the list, or specify an ID using an expression.',
+ 'The group this ticket is assigned to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Recipient',
@@ -207,7 +207,7 @@ export const ticketFields: INodeProperties[] = [
},
default: [],
description:
- 'The array of tags applied to this ticket. Choose from the list, or specify IDs using an expression.',
+ 'The array of tags applied to this ticket. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Type',
@@ -327,7 +327,7 @@ export const ticketFields: INodeProperties[] = [
},
default: '',
description:
- 'Custom field ID. Choose from the list, or specify an ID using an expression.',
+ 'Custom field ID. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Value',
@@ -356,7 +356,7 @@ export const ticketFields: INodeProperties[] = [
},
default: '',
description:
- 'The group this ticket is assigned to. Choose from the list, or specify an ID using an expression.',
+ 'The group this ticket is assigned to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Internal Note',
@@ -428,7 +428,7 @@ export const ticketFields: INodeProperties[] = [
},
default: [],
description:
- 'The array of tags applied to this ticket. Choose from the list, or specify IDs using an expression.',
+ 'The array of tags applied to this ticket. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Type',
@@ -591,7 +591,7 @@ export const ticketFields: INodeProperties[] = [
},
default: '',
description:
- 'The group to search. Choose from the list, or specify an ID using an expression.',
+ 'The group to search. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Query',
diff --git a/packages/nodes-base/nodes/Zendesk/UserDescription.ts b/packages/nodes-base/nodes/Zendesk/UserDescription.ts
index d7651ecc975..b2449eda5f4 100644
--- a/packages/nodes-base/nodes/Zendesk/UserDescription.ts
+++ b/packages/nodes-base/nodes/Zendesk/UserDescription.ts
@@ -142,7 +142,7 @@ export const userFields: INodeProperties[] = [
},
default: '',
description:
- 'The user\'s locale. Choose from the list, or specify an ID using an expression.',
+ 'The user\'s locale. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Moderator',
@@ -174,7 +174,7 @@ export const userFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'The ID of the user\'s organization. If the user has more than one organization memberships, the ID of the user\'s default organization. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the user\'s organization. If the user has more than one organization memberships, the ID of the user\'s default organization. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Phone',
@@ -244,7 +244,7 @@ export const userFields: INodeProperties[] = [
},
default: [],
description:
- 'The array of tags applied to this user. Choose from the list, or specify IDs using an expression.',
+ 'The array of tags applied to this user. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Ticket Restriction',
@@ -302,7 +302,7 @@ export const userFields: INodeProperties[] = [
},
default: '',
description:
- 'Name of the field to sort on. Choose from the list, or specify an ID using an expression.',
+ 'Name of the field to sort on. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Value',
@@ -399,7 +399,7 @@ export const userFields: INodeProperties[] = [
},
default: '',
description:
- 'The user\'s locale. Choose from the list, or specify an ID using an expression.',
+ 'The user\'s locale. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Moderator',
@@ -438,7 +438,7 @@ export const userFields: INodeProperties[] = [
type: 'options',
default: '',
description:
- 'The ID of the user\'s organization. If the user has more than one organization memberships, the ID of the user\'s default organization. Choose from the list, or specify an ID using an expression.',
+ 'The ID of the user\'s organization. If the user has more than one organization memberships, the ID of the user\'s default organization. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Phone',
@@ -508,7 +508,7 @@ export const userFields: INodeProperties[] = [
},
default: [],
description:
- 'The array of tags applied to this user. Choose from the list, or specify IDs using an expression.',
+ 'The array of tags applied to this user. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Ticket Restriction',
@@ -566,7 +566,7 @@ export const userFields: INodeProperties[] = [
},
default: '',
description:
- 'Name of the field to sort on. Choose from the list, or specify an ID using an expression.',
+ 'Name of the field to sort on. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Value',
diff --git a/packages/nodes-base/nodes/Zendesk/ZendeskTrigger.node.ts b/packages/nodes-base/nodes/Zendesk/ZendeskTrigger.node.ts
index 2e9b06b13f4..72115e073ee 100644
--- a/packages/nodes-base/nodes/Zendesk/ZendeskTrigger.node.ts
+++ b/packages/nodes-base/nodes/Zendesk/ZendeskTrigger.node.ts
@@ -101,7 +101,7 @@ export class ZendeskTrigger implements INodeType {
displayName: 'Field Names or IDs',
name: 'fields',
description:
- 'The fields to return the values of. Choose from the list, or specify IDs using an expression.',
+ 'The fields to return the values of. Choose from the list, or specify IDs using an expression.',
type: 'multiOptions',
default: [],
typeOptions: {
diff --git a/packages/nodes-base/nodes/Zoho/descriptions/AccountDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/AccountDescription.ts
index c75cd14812b..e64e346db67 100644
--- a/packages/nodes-base/nodes/Zoho/descriptions/AccountDescription.ts
+++ b/packages/nodes-base/nodes/Zoho/descriptions/AccountDescription.ts
@@ -132,7 +132,7 @@ export const accountFields: INodeProperties[] = [
name: 'Account_Type',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getAccountType',
},
@@ -309,7 +309,7 @@ export const accountFields: INodeProperties[] = [
name: 'Account_Type',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getAccountType',
},
diff --git a/packages/nodes-base/nodes/Zoho/descriptions/DealDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/DealDescription.ts
index 87834bf3aaf..b20717a99e8 100644
--- a/packages/nodes-base/nodes/Zoho/descriptions/DealDescription.ts
+++ b/packages/nodes-base/nodes/Zoho/descriptions/DealDescription.ts
@@ -99,7 +99,7 @@ export const dealFields: INodeProperties[] = [
name: 'stage',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
required: true,
default: [],
typeOptions: {
@@ -343,7 +343,7 @@ export const dealFields: INodeProperties[] = [
name: 'Stage',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getDealStage',
},
diff --git a/packages/nodes-base/nodes/Zoho/descriptions/InvoiceDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/InvoiceDescription.ts
index 5d474855bfe..aedcd8d2fd8 100644
--- a/packages/nodes-base/nodes/Zoho/descriptions/InvoiceDescription.ts
+++ b/packages/nodes-base/nodes/Zoho/descriptions/InvoiceDescription.ts
@@ -143,7 +143,7 @@ export const invoiceFields: INodeProperties[] = [
loadOptionsMethod: 'getAccounts',
},
description:
- 'ID of the account associated with this invoice. Choose from the list, or specify an ID using an expression.',
+ 'ID of the account associated with this invoice. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Adjustment',
@@ -319,7 +319,7 @@ export const invoiceFields: INodeProperties[] = [
loadOptionsMethod: 'getAccounts',
},
description:
- 'ID of the account associated with this invoice. Choose from the list, or specify an ID using an expression.',
+ 'ID of the account associated with this invoice. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Adjustment',
diff --git a/packages/nodes-base/nodes/Zoho/descriptions/PurchaseOrderDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/PurchaseOrderDescription.ts
index e74657010fa..879ffacdfe8 100644
--- a/packages/nodes-base/nodes/Zoho/descriptions/PurchaseOrderDescription.ts
+++ b/packages/nodes-base/nodes/Zoho/descriptions/PurchaseOrderDescription.ts
@@ -112,7 +112,7 @@ export const purchaseOrderFields: INodeProperties[] = [
loadOptionsMethod: 'getVendors',
},
description:
- 'ID of the vendor associated with the purchase order. Choose from the list, or specify an ID using an expression.',
+ 'ID of the vendor associated with the purchase order. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: ['purchaseOrder'],
@@ -299,7 +299,7 @@ export const purchaseOrderFields: INodeProperties[] = [
loadOptionsMethod: 'getPurchaseOrderStatus',
},
description:
- 'Status of the purchase order. Choose from the list, or specify an ID using an expression.',
+ 'Status of the purchase order. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Sub Total',
@@ -512,7 +512,7 @@ export const purchaseOrderFields: INodeProperties[] = [
loadOptionsMethod: 'getPurchaseOrderStatus',
},
description:
- 'Status of the purchase order. Choose from the list, or specify an ID using an expression.',
+ 'Status of the purchase order. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Sub Total',
diff --git a/packages/nodes-base/nodes/Zoho/descriptions/QuoteDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/QuoteDescription.ts
index 36c8860bd67..30b764449e3 100644
--- a/packages/nodes-base/nodes/Zoho/descriptions/QuoteDescription.ts
+++ b/packages/nodes-base/nodes/Zoho/descriptions/QuoteDescription.ts
@@ -195,7 +195,7 @@ export const quoteFields: INodeProperties[] = [
loadOptionsMethod: 'getQuoteStage',
},
description:
- 'Stage of the quote. Choose from the list, or specify an ID using an expression.',
+ 'Stage of the quote. Choose from the list, or specify an ID using an expression.',
},
shippingAddress,
{
@@ -374,7 +374,7 @@ export const quoteFields: INodeProperties[] = [
loadOptionsMethod: 'getQuoteStage',
},
description:
- 'Stage of the quote. Choose from the list, or specify an ID using an expression.',
+ 'Stage of the quote. Choose from the list, or specify an ID using an expression.',
},
shippingAddress,
{
diff --git a/packages/nodes-base/nodes/Zoho/descriptions/SalesOrderDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/SalesOrderDescription.ts
index 4e25e4b5298..a6d253dcbcb 100644
--- a/packages/nodes-base/nodes/Zoho/descriptions/SalesOrderDescription.ts
+++ b/packages/nodes-base/nodes/Zoho/descriptions/SalesOrderDescription.ts
@@ -72,7 +72,7 @@ export const salesOrderFields: INodeProperties[] = [
required: true,
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: [],
typeOptions: {
loadOptionsMethod: 'getAccounts',
@@ -179,7 +179,7 @@ export const salesOrderFields: INodeProperties[] = [
name: 'contactId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: [],
typeOptions: {
loadOptionsMethod: 'getContacts',
@@ -199,7 +199,7 @@ export const salesOrderFields: INodeProperties[] = [
name: 'dealId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: [],
typeOptions: {
loadOptionsMethod: 'getDeals',
@@ -275,7 +275,7 @@ export const salesOrderFields: INodeProperties[] = [
loadOptionsMethod: 'getSalesOrderStatus',
},
description:
- 'Status of the sales order. Choose from the list, or specify an ID using an expression.',
+ 'Status of the sales order. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Sub Total',
@@ -387,7 +387,7 @@ export const salesOrderFields: INodeProperties[] = [
loadOptionsMethod: 'getAccounts',
},
description:
- 'ID of the account associated with this invoice. Choose from the list, or specify an ID using an expression.',
+ 'ID of the account associated with this invoice. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Adjustment',
@@ -412,7 +412,7 @@ export const salesOrderFields: INodeProperties[] = [
name: 'contactId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: [],
typeOptions: {
loadOptionsMethod: 'getContacts',
@@ -432,7 +432,7 @@ export const salesOrderFields: INodeProperties[] = [
name: 'dealId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: [],
typeOptions: {
loadOptionsMethod: 'getDeals',
@@ -507,7 +507,7 @@ export const salesOrderFields: INodeProperties[] = [
loadOptionsMethod: 'getSalesOrderStatus',
},
description:
- 'Status of the sales order. Choose from the list, or specify an ID using an expression.',
+ 'Status of the sales order. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Sub Total',
diff --git a/packages/nodes-base/nodes/Zoho/descriptions/SharedFields.ts b/packages/nodes-base/nodes/Zoho/descriptions/SharedFields.ts
index a1c70f3f210..6e79c724b1a 100644
--- a/packages/nodes-base/nodes/Zoho/descriptions/SharedFields.ts
+++ b/packages/nodes-base/nodes/Zoho/descriptions/SharedFields.ts
@@ -258,7 +258,7 @@ export const productDetailsOptions: INodeProperties[] = [
name: 'id',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression',
default: [],
typeOptions: {
loadOptionsMethod: 'getProducts',
diff --git a/packages/nodes-base/nodes/Zoom/MeetingDescription.ts b/packages/nodes-base/nodes/Zoom/MeetingDescription.ts
index 2faeea0160c..8ca6cd61a87 100644
--- a/packages/nodes-base/nodes/Zoom/MeetingDescription.ts
+++ b/packages/nodes-base/nodes/Zoom/MeetingDescription.ts
@@ -254,7 +254,7 @@ export const meetingFields: INodeProperties[] = [
},
default: '',
description:
- 'Time zone used in the response. The default is the time zone of the calendar. Choose from the list, or specify an ID using an expression.',
+ 'Time zone used in the response. The default is the time zone of the calendar. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Type',
@@ -655,7 +655,7 @@ export const meetingFields: INodeProperties[] = [
},
default: '',
description:
- 'Time zone used in the response. The default is the time zone of the calendar. Choose from the list, or specify an ID using an expression.',
+ 'Time zone used in the response. The default is the time zone of the calendar. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Topic',
diff --git a/packages/nodes-base/nodes/Zoom/WebinarDescription.ts b/packages/nodes-base/nodes/Zoom/WebinarDescription.ts
index f232b934943..2e1d02fd184 100644
--- a/packages/nodes-base/nodes/Zoom/WebinarDescription.ts
+++ b/packages/nodes-base/nodes/Zoom/WebinarDescription.ts
@@ -229,7 +229,7 @@ export const webinarFields: INodeProperties[] = [
},
default: '',
description:
- 'Time zone used in the response. The default is the time zone of the calendar. Choose from the list, or specify an ID using an expression.',
+ 'Time zone used in the response. The default is the time zone of the calendar. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Webinar Topic',
@@ -576,7 +576,7 @@ export const webinarFields: INodeProperties[] = [
},
default: '',
description:
- 'Time zone used in the response. The default is the time zone of the calendar. Choose from the list, or specify an ID using an expression.',
+ 'Time zone used in the response. The default is the time zone of the calendar. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Webinar Topic',
diff --git a/packages/nodes-base/nodes/Zulip/MessageDescription.ts b/packages/nodes-base/nodes/Zulip/MessageDescription.ts
index c8f0efc3393..67dfef346a4 100644
--- a/packages/nodes-base/nodes/Zulip/MessageDescription.ts
+++ b/packages/nodes-base/nodes/Zulip/MessageDescription.ts
@@ -73,7 +73,7 @@ export const messageFields: INodeProperties[] = [
},
},
description:
- 'The destination stream, or a comma-separated list containing the usernames (emails) of the recipients. Choose from the list, or specify IDs using an expression.',
+ 'The destination stream, or a comma-separated list containing the usernames (emails) of the recipients. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Content',
@@ -108,7 +108,7 @@ export const messageFields: INodeProperties[] = [
},
},
description:
- 'The destination stream, or a comma-separated list containing the usernames (emails) of the recipients. Choose from the list, or specify an ID using an expression.',
+ 'The destination stream, or a comma-separated list containing the usernames (emails) of the recipients. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Topic Name or ID',
@@ -127,7 +127,7 @@ export const messageFields: INodeProperties[] = [
},
default: '',
description:
- 'The topic of the message. Only required if type is stream, ignored otherwise. Choose from the list, or specify an ID using an expression.',
+ 'The topic of the message. Only required if type is stream, ignored otherwise. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Content',
diff --git a/packages/nodes-base/package.json b/packages/nodes-base/package.json
index afbc99b9cde..d1a16ef2c62 100644
--- a/packages/nodes-base/package.json
+++ b/packages/nodes-base/package.json
@@ -831,7 +831,7 @@
"@types/ssh2-sftp-client": "^5.1.0",
"@types/uuid": "catalog:",
"@types/xml2js": "catalog:",
- "eslint-plugin-n8n-nodes-base": "^1.16.0",
+ "eslint-plugin-n8n-nodes-base": "^1.16.2",
"n8n-core": "workspace:*"
},
"dependencies": {
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index b340371a105..cc0861455fd 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -1776,8 +1776,8 @@ importers:
specifier: 'catalog:'
version: 0.4.14
eslint-plugin-n8n-nodes-base:
- specifier: ^1.16.0
- version: 1.16.0(eslint@8.57.0)(typescript@5.5.2)
+ specifier: ^1.16.2
+ version: 1.16.2(eslint@8.57.0)(typescript@5.5.2)
n8n-core:
specifier: workspace:*
version: link:../core
@@ -6063,8 +6063,8 @@ packages:
typescript:
optional: true
- '@typescript-eslint/scope-manager@6.7.5':
- resolution: {integrity: sha512-GAlk3eQIwWOJeb9F7MKQ6Jbah/vx1zETSDw8likab/eFcqkjSD7BI75SDAeC5N2L0MmConMoPvTsmkrg71+B1A==}
+ '@typescript-eslint/scope-manager@6.21.0':
+ resolution: {integrity: sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==}
engines: {node: ^16.0.0 || >=18.0.0}
'@typescript-eslint/scope-manager@7.2.0':
@@ -6081,16 +6081,16 @@ packages:
typescript:
optional: true
- '@typescript-eslint/types@6.7.5':
- resolution: {integrity: sha512-WboQBlOXtdj1tDFPyIthpKrUb+kZf2VroLZhxKa/VlwLlLyqv/PwUNgL30BlTVZV1Wu4Asu2mMYPqarSO4L5ZQ==}
+ '@typescript-eslint/types@6.21.0':
+ resolution: {integrity: sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==}
engines: {node: ^16.0.0 || >=18.0.0}
'@typescript-eslint/types@7.2.0':
resolution: {integrity: sha512-XFtUHPI/abFhm4cbCDc5Ykc8npOKBSJePY3a3s+lwumt7XWJuzP5cZcfZ610MIPHjQjNsOLlYK8ASPaNG8UiyA==}
engines: {node: ^16.0.0 || >=18.0.0}
- '@typescript-eslint/typescript-estree@6.7.5':
- resolution: {integrity: sha512-NhJiJ4KdtwBIxrKl0BqG1Ur+uw7FiOnOThcYx9DpOGJ/Abc9z2xNzLeirCG02Ig3vkvrc2qFLmYSSsaITbKjlg==}
+ '@typescript-eslint/typescript-estree@6.21.0':
+ resolution: {integrity: sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==}
engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies:
typescript: '*'
@@ -6107,8 +6107,8 @@ packages:
typescript:
optional: true
- '@typescript-eslint/utils@6.7.5':
- resolution: {integrity: sha512-pfRRrH20thJbzPPlPc4j0UNGvH1PjPlhlCMq4Yx7EGjV7lvEeGX0U6MJYe8+SyFutWgSHsdbJ3BXzZccYggezA==}
+ '@typescript-eslint/utils@6.21.0':
+ resolution: {integrity: sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==}
engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
@@ -6119,8 +6119,8 @@ packages:
peerDependencies:
eslint: ^8.56.0
- '@typescript-eslint/visitor-keys@6.7.5':
- resolution: {integrity: sha512-3MaWdDZtLlsexZzDSdQWsFQ9l9nL8B80Z4fImSpyllFC/KLqWQRdEcB+gGGO+N3Q2uL40EsG66wZLsohPxNXvg==}
+ '@typescript-eslint/visitor-keys@6.21.0':
+ resolution: {integrity: sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==}
engines: {node: ^16.0.0 || >=18.0.0}
'@typescript-eslint/visitor-keys@7.2.0':
@@ -8051,6 +8051,9 @@ packages:
'@typescript-eslint/parser':
optional: true
+ eslint-plugin-local@1.0.0:
+ resolution: {integrity: sha512-bcwcQnKL/Iw5Vi/F2lG1he5oKD2OGjhsLmrcctkWrWq5TujgiaYb0cj3pZgr3XI54inNVnneOFdAx1daLoYLJQ==}
+
eslint-plugin-lodash@7.4.0:
resolution: {integrity: sha512-Tl83UwVXqe1OVeBRKUeWcfg6/pCW1GTRObbdnbEJgYwjxp5Q92MEWQaH9+dmzbRt6kvYU1Mp893E79nJiCSM8A==}
engines: {node: '>=10'}
@@ -8060,9 +8063,9 @@ packages:
eslint-plugin-n8n-local-rules@1.0.0:
resolution: {integrity: sha512-qe6sVFDP1Vj5eXlqZxYZpIjwYvhuqXlI0P8OfPyhiPOhMkFtr0TpFphD8/6WCzkm7LJCvG1eJEzURCtMIsFTAg==}
- eslint-plugin-n8n-nodes-base@1.16.0:
- resolution: {integrity: sha512-OEztJRuT/jv/WvwRXbXNirdYYddpAo2KZEJeOsVniK1ZCChuG4rrZJU3sgMRZMK6W9Pr613uWabW2q8tU2eKJg==}
- engines: {node: '>=18.10', pnpm: '>=8.6'}
+ eslint-plugin-n8n-nodes-base@1.16.2:
+ resolution: {integrity: sha512-Qj8S+YgymYkt/5Fr1buwOTjl0jAERJBp3MA5V8M6NR1HYfErKazVjpOPEy5+04c0vAQZO1mPLGAzanxqqNUIng==}
+ engines: {node: '>=20.15', pnpm: '>=9.6'}
eslint-plugin-prettier@5.1.3:
resolution: {integrity: sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==}
@@ -8997,8 +9000,8 @@ packages:
resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
engines: {node: '>=0.8.19'}
- indefinite@2.4.3:
- resolution: {integrity: sha512-tLgivPQiMY76i93YKhjV5cMiORWfrk3FHdD1mREBNKlWbHmBrObLfOz6xlTk+beboj/JJSlhuCpCMmChR5Sgng==}
+ indefinite@2.5.1:
+ resolution: {integrity: sha512-Ul0hCdnSjuFDEloYWeozTaEfljbz+0q+u4HsHns2dOk2DlhGlbRMGFtNcIL+Ve7sZYeIOTOAKA0usAXBGHpNDg==}
engines: {node: '>=6.0.0'}
indent-string@4.0.0:
@@ -20036,10 +20039,10 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/scope-manager@6.7.5':
+ '@typescript-eslint/scope-manager@6.21.0':
dependencies:
- '@typescript-eslint/types': 6.7.5
- '@typescript-eslint/visitor-keys': 6.7.5
+ '@typescript-eslint/types': 6.21.0
+ '@typescript-eslint/visitor-keys': 6.21.0
'@typescript-eslint/scope-manager@7.2.0':
dependencies:
@@ -20058,17 +20061,18 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/types@6.7.5': {}
+ '@typescript-eslint/types@6.21.0': {}
'@typescript-eslint/types@7.2.0': {}
- '@typescript-eslint/typescript-estree@6.7.5(typescript@5.5.2)':
+ '@typescript-eslint/typescript-estree@6.21.0(typescript@5.5.2)':
dependencies:
- '@typescript-eslint/types': 6.7.5
- '@typescript-eslint/visitor-keys': 6.7.5
+ '@typescript-eslint/types': 6.21.0
+ '@typescript-eslint/visitor-keys': 6.21.0
debug: 4.3.6(supports-color@8.1.1)
globby: 11.1.0
is-glob: 4.0.3
+ minimatch: 9.0.3
semver: 7.6.0
ts-api-utils: 1.0.1(typescript@5.5.2)
optionalDependencies:
@@ -20091,14 +20095,14 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@6.7.5(eslint@8.57.0)(typescript@5.5.2)':
+ '@typescript-eslint/utils@6.21.0(eslint@8.57.0)(typescript@5.5.2)':
dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0)
'@types/json-schema': 7.0.15
'@types/semver': 7.5.0
- '@typescript-eslint/scope-manager': 6.7.5
- '@typescript-eslint/types': 6.7.5
- '@typescript-eslint/typescript-estree': 6.7.5(typescript@5.5.2)
+ '@typescript-eslint/scope-manager': 6.21.0
+ '@typescript-eslint/types': 6.21.0
+ '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.5.2)
eslint: 8.57.0
semver: 7.6.0
transitivePeerDependencies:
@@ -20119,9 +20123,9 @@ snapshots:
- supports-color
- typescript
- '@typescript-eslint/visitor-keys@6.7.5':
+ '@typescript-eslint/visitor-keys@6.21.0':
dependencies:
- '@typescript-eslint/types': 6.7.5
+ '@typescript-eslint/types': 6.21.0
eslint-visitor-keys: 3.4.3
'@typescript-eslint/visitor-keys@7.2.0':
@@ -22475,6 +22479,8 @@ snapshots:
- eslint-import-resolver-webpack
- supports-color
+ eslint-plugin-local@1.0.0: {}
+
eslint-plugin-lodash@7.4.0(eslint@8.57.0):
dependencies:
eslint: 8.57.0
@@ -22482,11 +22488,12 @@ snapshots:
eslint-plugin-n8n-local-rules@1.0.0: {}
- eslint-plugin-n8n-nodes-base@1.16.0(eslint@8.57.0)(typescript@5.5.2):
+ eslint-plugin-n8n-nodes-base@1.16.2(eslint@8.57.0)(typescript@5.5.2):
dependencies:
- '@typescript-eslint/utils': 6.7.5(eslint@8.57.0)(typescript@5.5.2)
+ '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.5.2)
camel-case: 4.1.2
- indefinite: 2.4.3
+ eslint-plugin-local: 1.0.0
+ indefinite: 2.5.1
pascal-case: 3.1.2
pluralize: 8.0.0
sentence-case: 3.0.4
@@ -23674,7 +23681,7 @@ snapshots:
imurmurhash@0.1.4: {}
- indefinite@2.4.3: {}
+ indefinite@2.5.1: {}
indent-string@4.0.0: {}