diff --git a/.eslintrc.js b/.eslintrc.js index 38c33731659f1..b7405c9661ca8 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -430,6 +430,7 @@ module.exports = { 'n8n-nodes-base/node-param-option-name-wrong-for-upsert': 'error', 'n8n-nodes-base/node-param-default-wrong-for-string': 'error', 'n8n-nodes-base/node-param-default-wrong-for-number': 'error', + 'n8n-nodes-base/node-param-description-lowercase-first-char': 'error', 'n8n-nodes-base/node-param-display-name-miscased': 'error', }, }, diff --git a/packages/nodes-base/nodes/AcuityScheduling/AcuitySchedulingTrigger.node.ts b/packages/nodes-base/nodes/AcuityScheduling/AcuitySchedulingTrigger.node.ts index 5a6001b024c1e..943a309546289 100644 --- a/packages/nodes-base/nodes/AcuityScheduling/AcuitySchedulingTrigger.node.ts +++ b/packages/nodes-base/nodes/AcuityScheduling/AcuitySchedulingTrigger.node.ts @@ -86,27 +86,27 @@ export class AcuitySchedulingTrigger implements INodeType { { name: 'appointment.scheduled', value: 'appointment.scheduled', - description: 'is called once when an appointment is initially booked', + description: 'Is called once when an appointment is initially booked', }, { name: 'appointment.rescheduled', value: 'appointment.rescheduled', - description: 'is called when the appointment is rescheduled to a new time', + description: 'Is called when the appointment is rescheduled to a new time', }, { name: 'appointment.canceled', value: 'appointment.canceled', - description: 'is called whenever an appointment is canceled', + description: 'Is called whenever an appointment is canceled', }, { name: 'appointment.changed', value: 'appointment.changed', - description: 'is called when the appointment is changed in any way', + description: 'Is called when the appointment is changed in any way', }, { name: 'order.completed', value: 'order.completed', - description: 'is called when an order is completed', + description: 'Is called when an order is completed', }, ], }, diff --git a/packages/nodes-base/nodes/Amqp/Amqp.node.ts b/packages/nodes-base/nodes/Amqp/Amqp.node.ts index 7fd29819817a6..c43c13c48f4a4 100644 --- a/packages/nodes-base/nodes/Amqp/Amqp.node.ts +++ b/packages/nodes-base/nodes/Amqp/Amqp.node.ts @@ -38,7 +38,7 @@ export class Amqp implements INodeType { type: 'string', default: '', placeholder: 'topic://sourcename.something', - description: 'name of the queue of topic to publish to', + description: 'Name of the queue of topic to publish to', }, // Header Parameters { diff --git a/packages/nodes-base/nodes/Amqp/AmqpTrigger.node.ts b/packages/nodes-base/nodes/Amqp/AmqpTrigger.node.ts index 0b96b2d66d93c..45157181dfcde 100644 --- a/packages/nodes-base/nodes/Amqp/AmqpTrigger.node.ts +++ b/packages/nodes-base/nodes/Amqp/AmqpTrigger.node.ts @@ -42,7 +42,7 @@ export class AmqpTrigger implements INodeType { type: 'string', default: '', placeholder: 'topic://sourcename.something', - description: 'name of the queue of topic to listen to', + description: 'Name of the queue of topic to listen to', }, { displayName: 'Clientname', diff --git a/packages/nodes-base/nodes/Box/FileDescription.ts b/packages/nodes-base/nodes/Box/FileDescription.ts index 97185a1819cfd..b94a7dd0b5b1e 100644 --- a/packages/nodes-base/nodes/Box/FileDescription.ts +++ b/packages/nodes-base/nodes/Box/FileDescription.ts @@ -436,7 +436,7 @@ export const fileFields: INodeProperties[] = [ }, ], default: 'relevance', - description: 'returns the results ordered in descending order by date at which the item was last modified', + description: 'Returns the results ordered in descending order by date at which the item was last modified', }, { displayName: 'Trash Content', diff --git a/packages/nodes-base/nodes/Box/FolderDescription.ts b/packages/nodes-base/nodes/Box/FolderDescription.ts index 577b73fa1cdea..eb73b00b41d7d 100644 --- a/packages/nodes-base/nodes/Box/FolderDescription.ts +++ b/packages/nodes-base/nodes/Box/FolderDescription.ts @@ -388,7 +388,7 @@ export const folderFields: INodeProperties[] = [ }, ], default: 'relevance', - description: 'returns the results ordered in descending order by date at which the item was last modified', + description: 'Returns the results ordered in descending order by date at which the item was last modified', }, { displayName: 'Trash Content', @@ -792,7 +792,7 @@ export const folderFields: INodeProperties[] = [ { name: 'Company', value: 'company', - description: 'only people within the company', + description: 'Only people within the company', }, { name: 'Open', diff --git a/packages/nodes-base/nodes/ClickUp/TaskDescription.ts b/packages/nodes-base/nodes/ClickUp/TaskDescription.ts index fc7b63822c5a0..aaef9a78cd631 100644 --- a/packages/nodes-base/nodes/ClickUp/TaskDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/TaskDescription.ts @@ -348,7 +348,7 @@ export const taskFields: INodeProperties[] = [ displayName: 'Time Estimate', name: 'timeEstimate', type: 'number', - description: 'time estimate in minutes', + description: 'Time estimate in minutes', default: 1, }, ], @@ -483,7 +483,7 @@ export const taskFields: INodeProperties[] = [ displayName: 'Time Estimate', name: 'timeEstimate', type: 'number', - description: 'time estimate in minutes', + description: 'Time estimate in minutes', default: 1, }, ], diff --git a/packages/nodes-base/nodes/Freshdesk/Freshdesk.node.ts b/packages/nodes-base/nodes/Freshdesk/Freshdesk.node.ts index aed0d4bfed7b6..95186ab3ea2dd 100644 --- a/packages/nodes-base/nodes/Freshdesk/Freshdesk.node.ts +++ b/packages/nodes-base/nodes/Freshdesk/Freshdesk.node.ts @@ -479,7 +479,7 @@ export class Freshdesk implements INodeType { name: 'tags', type: 'string', default: '', - description: 'separated by a comma (,) tags that have been associated with the ticket', + description: 'Separated by a comma (,) tags that have been associated with the ticket', }, { displayName: 'Type', @@ -835,7 +835,7 @@ export class Freshdesk implements INodeType { name: 'tags', type: 'string', default: '', - description: 'separated by a comma (,) tags that have been associated with the ticket', + description: 'Separated by a comma (,) tags that have been associated with the ticket', }, { displayName: 'Type', diff --git a/packages/nodes-base/nodes/HelpScout/CustomerDescription.ts b/packages/nodes-base/nodes/HelpScout/CustomerDescription.ts index 34f66e41086ad..f4b2a1d013321 100644 --- a/packages/nodes-base/nodes/HelpScout/CustomerDescription.ts +++ b/packages/nodes-base/nodes/HelpScout/CustomerDescription.ts @@ -191,14 +191,12 @@ export const customerFields: INodeProperties[] = [ name: 'line1', type: 'string', default: '', - description: 'line1', }, { displayName: 'Line 2', name: 'line2', type: 'string', default: '', - description: 'line2', }, { displayName: 'City', diff --git a/packages/nodes-base/nodes/HomeAssistant/TemplateDescription.ts b/packages/nodes-base/nodes/HomeAssistant/TemplateDescription.ts index cda441b99a2a1..8887e69194fe0 100644 --- a/packages/nodes-base/nodes/HomeAssistant/TemplateDescription.ts +++ b/packages/nodes-base/nodes/HomeAssistant/TemplateDescription.ts @@ -19,7 +19,7 @@ export const templateOperations: INodeProperties[] = [ { name: 'Create', value: 'create', - description: 'create a template', + description: 'Create a template', }, ], default: 'create', diff --git a/packages/nodes-base/nodes/Hubspot/TicketDescription.ts b/packages/nodes-base/nodes/Hubspot/TicketDescription.ts index d83661994bf79..968b874294d9e 100644 --- a/packages/nodes-base/nodes/Hubspot/TicketDescription.ts +++ b/packages/nodes-base/nodes/Hubspot/TicketDescription.ts @@ -173,7 +173,7 @@ export const ticketFields: INodeProperties[] = [ name: 'createDate', type: 'dateTime', default: '', - description: 'the date the ticket was created', + description: 'The date the ticket was created', }, { displayName: 'Description', diff --git a/packages/nodes-base/nodes/Hunter/Hunter.node.ts b/packages/nodes-base/nodes/Hunter/Hunter.node.ts index a3673cc71af0d..c8ccd68d1919c 100644 --- a/packages/nodes-base/nodes/Hunter/Hunter.node.ts +++ b/packages/nodes-base/nodes/Hunter/Hunter.node.ts @@ -56,7 +56,7 @@ export class Hunter implements INodeType { }, ], default: 'domainSearch', - description: 'operation to consume', + description: 'Operation to consume', }, { displayName: 'Domain', diff --git a/packages/nodes-base/nodes/Iterable/EventDescription.ts b/packages/nodes-base/nodes/Iterable/EventDescription.ts index 9f5e4dc6a999f..8b5dea49d12b9 100644 --- a/packages/nodes-base/nodes/Iterable/EventDescription.ts +++ b/packages/nodes-base/nodes/Iterable/EventDescription.ts @@ -137,6 +137,7 @@ export const eventFields: INodeProperties[] = [ name: 'userId', type: 'string', default: '', + // eslint-disable-next-line n8n-nodes-base/node-param-description-lowercase-first-char description: 'userId that was passed into the updateUser call', }, ], diff --git a/packages/nodes-base/nodes/Jira/IssueCommentDescription.ts b/packages/nodes-base/nodes/Jira/IssueCommentDescription.ts index 8fb4657637d8d..760493932b0d9 100644 --- a/packages/nodes-base/nodes/Jira/IssueCommentDescription.ts +++ b/packages/nodes-base/nodes/Jira/IssueCommentDescription.ts @@ -67,6 +67,7 @@ export const issueCommentFields: INodeProperties[] = [ }, }, default: '', + // eslint-disable-next-line n8n-nodes-base/node-param-description-lowercase-first-char description: 'issueComment Key', }, { diff --git a/packages/nodes-base/nodes/Microsoft/Teams/ChannelDescription.ts b/packages/nodes-base/nodes/Microsoft/Teams/ChannelDescription.ts index 2a75eb5a4a5d9..e77224f3ea6f9 100644 --- a/packages/nodes-base/nodes/Microsoft/Teams/ChannelDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/Teams/ChannelDescription.ts @@ -114,7 +114,7 @@ export const channelFields: INodeProperties[] = [ alwaysOpenEditWindow: true, }, default: '', - description: 'channel\'s description', + description: 'Channel\'s description', }, { displayName: 'Type', @@ -370,7 +370,7 @@ export const channelFields: INodeProperties[] = [ alwaysOpenEditWindow: true, }, default: '', - description: 'channel\'s description', + description: 'Channel\'s description', }, ], }, diff --git a/packages/nodes-base/nodes/Notion/DatabaseDescription.ts b/packages/nodes-base/nodes/Notion/DatabaseDescription.ts index 80d4992fa6c4c..5e59e0eee62a2 100644 --- a/packages/nodes-base/nodes/Notion/DatabaseDescription.ts +++ b/packages/nodes-base/nodes/Notion/DatabaseDescription.ts @@ -32,7 +32,7 @@ export const databaseOperations = [ { name: 'Search', value: 'search', - description: 'search databases using text search', + description: 'Search databases using text search', }, ], default: 'get', diff --git a/packages/nodes-base/nodes/Paddle/PaymentDescription.ts b/packages/nodes-base/nodes/Paddle/PaymentDescription.ts index d0fb646f5d0fb..e06ff744700e4 100644 --- a/packages/nodes-base/nodes/Paddle/PaymentDescription.ts +++ b/packages/nodes-base/nodes/Paddle/PaymentDescription.ts @@ -140,21 +140,21 @@ export const paymentFields: INodeProperties[] = [ name: 'from', type: 'dateTime', default: '', - description: 'payment starting from date', + description: 'Payment starting from date', }, { displayName: 'Date To', name: 'to', type: 'dateTime', default: '', - description: 'payment up until date', + description: 'Payment up until date', }, { displayName: 'Is Paid', name: 'isPaid', type: 'boolean', default: false, - description: 'payment is paid', + description: 'Payment is paid', }, { displayName: 'Plan ID', diff --git a/packages/nodes-base/nodes/PagerDuty/IncidentDescription.ts b/packages/nodes-base/nodes/PagerDuty/IncidentDescription.ts index bfc76e220e1e4..9e5427e0d27a2 100644 --- a/packages/nodes-base/nodes/PagerDuty/IncidentDescription.ts +++ b/packages/nodes-base/nodes/PagerDuty/IncidentDescription.ts @@ -447,7 +447,7 @@ export const incidentFields: INodeProperties[] = [ }, ], default: [], - description: 'urgencies of the incidents to be returned. Defaults to all urgencies. Account must have the urgencies ability to do this', + description: 'Urgencies of the incidents to be returned. Defaults to all urgencies. Account must have the urgencies ability to do this', }, { displayName: 'User IDs', diff --git a/packages/nodes-base/nodes/QuickBase/RecordDescription.ts b/packages/nodes-base/nodes/QuickBase/RecordDescription.ts index 5b2351a929620..622b751509948 100644 --- a/packages/nodes-base/nodes/QuickBase/RecordDescription.ts +++ b/packages/nodes-base/nodes/QuickBase/RecordDescription.ts @@ -381,7 +381,7 @@ export const recordFields: INodeProperties[] = [ }, }, default: '', - description: 'update can use the key field on the table, or any other supported unique field', + description: 'Update can use the key field on the table, or any other supported unique field', }, { displayName: 'Simplify', @@ -507,7 +507,7 @@ export const recordFields: INodeProperties[] = [ }, }, default: '', - description: 'update can use the key field on the table, or any other supported unique field', + description: 'Update can use the key field on the table, or any other supported unique field', }, { displayName: 'Merge Field Name or ID', diff --git a/packages/nodes-base/nodes/RenameKeys/RenameKeys.node.ts b/packages/nodes-base/nodes/RenameKeys/RenameKeys.node.ts index 98b93e25a7643..1b4aec1a1b892 100644 --- a/packages/nodes-base/nodes/RenameKeys/RenameKeys.node.ts +++ b/packages/nodes-base/nodes/RenameKeys/RenameKeys.node.ts @@ -61,7 +61,7 @@ export class RenameKeys implements INodeType { type: 'string', default: '', placeholder: 'newKey', - description: 'the name the key should be renamed to. It is also possible to define deep keys by using dot-notation like for example: "level1.level2.newKey".', + description: 'The name the key should be renamed to. It is also possible to define deep keys by using dot-notation like for example: "level1.level2.newKey".', }, ], }, diff --git a/packages/nodes-base/nodes/Salesforce/ContactDescription.ts b/packages/nodes-base/nodes/Salesforce/ContactDescription.ts index 3d4105e04313e..fd51f44ee10b7 100644 --- a/packages/nodes-base/nodes/Salesforce/ContactDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/ContactDescription.ts @@ -279,7 +279,7 @@ export const contactFields: INodeProperties[] = [ name: 'jigsaw', type: 'string', default: '', - description: 'references the ID of a contact in Data.com. If a contact has a value in this field, it means that a contact was imported as a contact from Data.com.', + description: 'References the ID of a contact in Data.com. If a contact has a value in this field, it means that a contact was imported as a contact from Data.com.', }, { displayName: 'Lead Source Name or ID', diff --git a/packages/nodes-base/nodes/SentryIo/ReleaseDescription.ts b/packages/nodes-base/nodes/SentryIo/ReleaseDescription.ts index df5b59ad25fff..149ea2f43d010 100644 --- a/packages/nodes-base/nodes/SentryIo/ReleaseDescription.ts +++ b/packages/nodes-base/nodes/SentryIo/ReleaseDescription.ts @@ -613,7 +613,7 @@ export const releaseFields: INodeProperties[] = [ name: 'dateReleased', type: 'dateTime', default: '', - description: 'an optional date that indicates when the release went live. If not provided the current time is assumed.', + description: 'An optional date that indicates when the release went live. If not provided the current time is assumed.', }, { displayName: 'Ref', diff --git a/packages/nodes-base/nodes/Signl4/Signl4.node.ts b/packages/nodes-base/nodes/Signl4/Signl4.node.ts index f6181c2d34fb3..f347868ae53c0 100644 --- a/packages/nodes-base/nodes/Signl4/Signl4.node.ts +++ b/packages/nodes-base/nodes/Signl4/Signl4.node.ts @@ -123,7 +123,7 @@ export class Signl4 implements INodeType { { name: 'Multi ACK', value: 'multi_ack', - description: 'in case this alert must be confirmed by the number of people who are on duty at the time this Singl is raised', + description: 'In case this alert must be confirmed by the number of people who are on duty at the time this Singl is raised', }, ], default: 'single_ack', diff --git a/packages/nodes-base/nodes/Slack/UserProfileDescription.ts b/packages/nodes-base/nodes/Slack/UserProfileDescription.ts index 545fa616d4e20..5ab2ba5253c43 100644 --- a/packages/nodes-base/nodes/Slack/UserProfileDescription.ts +++ b/packages/nodes-base/nodes/Slack/UserProfileDescription.ts @@ -119,21 +119,21 @@ export const userProfileFields: INodeProperties[] = [ name: 'status_emoji', type: 'string', default: '', - description: 'is a string referencing an emoji enabled for the Slack team, such as :mountain_railway:', + description: 'Is a string referencing an emoji enabled for the Slack team, such as :mountain_railway:', }, { displayName: 'Status Expiration', name: 'status_expiration', type: 'dateTime', default: '', - description: 'is an integer specifying seconds since the epoch, more commonly known as "UNIX time". Providing 0 or omitting this field results in a custom status that will not expire.', + description: 'Is an integer specifying seconds since the epoch, more commonly known as "UNIX time". Providing 0 or omitting this field results in a custom status that will not expire.', }, { displayName: 'Status Text', name: 'status_text', type: 'string', default: '', - description: 'allows up to 100 characters, though we strongly encourage brevity', + description: 'Allows up to 100 characters, though we strongly encourage brevity', }, { displayName: 'User ID', diff --git a/packages/nodes-base/nodes/Splunk/descriptions/SearchResultDescription.ts b/packages/nodes-base/nodes/Splunk/descriptions/SearchResultDescription.ts index e63dcf33391bd..24b0336dc7576 100644 --- a/packages/nodes-base/nodes/Splunk/descriptions/SearchResultDescription.ts +++ b/packages/nodes-base/nodes/Splunk/descriptions/SearchResultDescription.ts @@ -127,7 +127,7 @@ export const searchResultFields: INodeProperties[] = [ { displayName: 'Value', name: 'value', - description: 'value to match against', + description: 'Value to match against', type: 'string', default: '', }, diff --git a/packages/nodes-base/nodes/Supabase/GenericFunctions.ts b/packages/nodes-base/nodes/Supabase/GenericFunctions.ts index ce9a31f79a359..644a5f1b5cee0 100644 --- a/packages/nodes-base/nodes/Supabase/GenericFunctions.ts +++ b/packages/nodes-base/nodes/Supabase/GenericFunctions.ts @@ -181,12 +181,12 @@ export function getFilters( { name: 'LIKE operator', value: 'like', - description: 'use * in place of %', + description: 'Use * in place of %', }, { name: 'ILIKE operator', value: 'ilike', - description: 'use * in place of %', + description: 'Use * in place of %', }, { name: 'Is', diff --git a/packages/nodes-base/nodes/SyncroMSP/v1/actions/customer/getAll/description.ts b/packages/nodes-base/nodes/SyncroMSP/v1/actions/customer/getAll/description.ts index c7d86e68835ab..b11daea8e4f0a 100644 --- a/packages/nodes-base/nodes/SyncroMSP/v1/actions/customer/getAll/description.ts +++ b/packages/nodes-base/nodes/SyncroMSP/v1/actions/customer/getAll/description.ts @@ -105,7 +105,7 @@ export const customerGetAllDescription: CustomerProperties = [ type: 'string', default: '', placeholder: 'firstname ASC', - description: 'customer field to order by, eg: "firstname ASC", "city DESC" etc', + description: 'Customer field to order by, eg: "firstname ASC", "city DESC" etc', }, ], }, diff --git a/packages/nodes-base/nodes/TheHive/descriptions/AlertDescription.ts b/packages/nodes-base/nodes/TheHive/descriptions/AlertDescription.ts index 73b76f5735bde..f35306c18b60e 100644 --- a/packages/nodes-base/nodes/TheHive/descriptions/AlertDescription.ts +++ b/packages/nodes-base/nodes/TheHive/descriptions/AlertDescription.ts @@ -357,7 +357,7 @@ export const alertFields: INodeProperties[] = [ ], }, }, - description: 'if true, the alert becomes active when updated default=true', + description: 'If true, the alert becomes active when updated default=true', }, { displayName: 'Artifacts', @@ -751,7 +751,7 @@ export const alertFields: INodeProperties[] = [ name: 'follow', type: 'boolean', default: true, - description: 'if true, the alert becomes active when updated default=true', + description: 'If true, the alert becomes active when updated default=true', }, { displayName: 'Severity', @@ -930,7 +930,7 @@ export const alertFields: INodeProperties[] = [ name: 'follow', type: 'boolean', default: false, - description: 'if true, the alert becomes active when updated default=true', + description: 'If true, the alert becomes active when updated default=true', }, { displayName: 'Severity', diff --git a/packages/nodes-base/nodes/TheHive/descriptions/ObservableDescription.ts b/packages/nodes-base/nodes/TheHive/descriptions/ObservableDescription.ts index 753cdde0d73ad..1cb85e076b822 100644 --- a/packages/nodes-base/nodes/TheHive/descriptions/ObservableDescription.ts +++ b/packages/nodes-base/nodes/TheHive/descriptions/ObservableDescription.ts @@ -470,7 +470,7 @@ export const observableFields: INodeProperties[] = [ { displayName: 'Sighted', name: 'sighted', - description: 'sighted previously', + description: 'Sighted previously', type: 'boolean', default: false, }, diff --git a/packages/nodes-base/nodes/Uplead/CompanyDesciption.ts b/packages/nodes-base/nodes/Uplead/CompanyDesciption.ts index 274d97eab5ad2..bfd1936560aad 100644 --- a/packages/nodes-base/nodes/Uplead/CompanyDesciption.ts +++ b/packages/nodes-base/nodes/Uplead/CompanyDesciption.ts @@ -43,7 +43,7 @@ export const companyFields: INodeProperties[] = [ ], }, }, - description: 'the name of the company (e.g – amazon)', + description: 'The name of the company (e.g – amazon)', }, { displayName: 'Domain', @@ -60,6 +60,6 @@ export const companyFields: INodeProperties[] = [ ], }, }, - description: 'the domain name (e.g – amazon.com)', + description: 'The domain name (e.g – amazon.com)', }, ]; diff --git a/packages/nodes-base/nodes/Vero/EventDescripion.ts b/packages/nodes-base/nodes/Vero/EventDescripion.ts index 2983b826cbefc..b63e0e0fd3cd2 100644 --- a/packages/nodes-base/nodes/Vero/EventDescripion.ts +++ b/packages/nodes-base/nodes/Vero/EventDescripion.ts @@ -103,7 +103,7 @@ export const eventFields: INodeProperties[] = [ displayName: 'Data', name: 'dataAttributesUi', placeholder: 'Add Data', - description: 'key value pairs that represent any properties you want to track with this event', + description: 'Key value pairs that represent any properties you want to track with this event', type: 'fixedCollection', typeOptions: { multipleValues: true, @@ -199,7 +199,7 @@ export const eventFields: INodeProperties[] = [ typeOptions: { alwaysOpenEditWindow: true, }, - description: 'key value pairs that represent the custom user properties you want to update', + description: 'Key value pairs that represent the custom user properties you want to update', displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Vero/UserDescription.ts b/packages/nodes-base/nodes/Vero/UserDescription.ts index 9efbd53dea113..3613cfd814930 100644 --- a/packages/nodes-base/nodes/Vero/UserDescription.ts +++ b/packages/nodes-base/nodes/Vero/UserDescription.ts @@ -124,7 +124,7 @@ export const userFields: INodeProperties[] = [ displayName: 'Data', name: 'dataAttributesUi', placeholder: 'Add Data', - description: 'key value pairs that represent the custom user properties you want to update', + description: 'Key value pairs that represent the custom user properties you want to update', type: 'fixedCollection', typeOptions: { multipleValues: true, @@ -174,7 +174,7 @@ export const userFields: INodeProperties[] = [ typeOptions: { alwaysOpenEditWindow: true, }, - description: 'key value pairs that represent the custom user properties you want to update', + description: 'Key value pairs that represent the custom user properties you want to update', displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/WooCommerce/ProductDescription.ts b/packages/nodes-base/nodes/WooCommerce/ProductDescription.ts index a9a7e24251a26..80adcd562faca 100644 --- a/packages/nodes-base/nodes/WooCommerce/ProductDescription.ts +++ b/packages/nodes-base/nodes/WooCommerce/ProductDescription.ts @@ -182,7 +182,7 @@ export const productFields: INodeProperties[] = [ name: 'downloadable', type: 'boolean', default: false, - description: 'if the product is downloadable', + description: 'If the product is downloadable', }, { displayName: 'External URL', @@ -695,7 +695,7 @@ export const productFields: INodeProperties[] = [ name: 'downloadable', type: 'boolean', default: false, - description: 'if the product is downloadable', + description: 'If the product is downloadable', }, { displayName: 'External URL', diff --git a/packages/nodes-base/nodes/Xero/ContactDescription.ts b/packages/nodes-base/nodes/Xero/ContactDescription.ts index d466342edb640..0cb975ae398e5 100644 --- a/packages/nodes-base/nodes/Xero/ContactDescription.ts +++ b/packages/nodes-base/nodes/Xero/ContactDescription.ts @@ -19,7 +19,7 @@ export const contactOperations: INodeProperties[] = [ { name: 'Create', value: 'create', - description: 'create a contact', + description: 'Create a contact', }, { name: 'Get', diff --git a/packages/nodes-base/nodes/Xml/Xml.node.ts b/packages/nodes-base/nodes/Xml/Xml.node.ts index bc70de6f87a07..cb08905efc9b4 100644 --- a/packages/nodes-base/nodes/Xml/Xml.node.ts +++ b/packages/nodes-base/nodes/Xml/Xml.node.ts @@ -96,7 +96,7 @@ export class Xml implements INodeType { name: 'cdata', type: 'boolean', default: false, - description: 'wrap text nodes in <![CDATA[ ... ]]> instead of escaping when necessary. Does not add <![CDATA[ ... ]]> if it is not required.', + description: 'Wrap text nodes in <![CDATA[ ... ]]> instead of escaping when necessary. Does not add <![CDATA[ ... ]]> if it is not required.', }, { displayName: 'Character Key', diff --git a/packages/nodes-base/nodes/Zendesk/TicketFieldDescription.ts b/packages/nodes-base/nodes/Zendesk/TicketFieldDescription.ts index ae5e59a918c3a..f0b2586336798 100644 --- a/packages/nodes-base/nodes/Zendesk/TicketFieldDescription.ts +++ b/packages/nodes-base/nodes/Zendesk/TicketFieldDescription.ts @@ -52,7 +52,6 @@ export const ticketFieldFields: INodeProperties[] = [ ], }, }, - description: 'ticketField ID', }, /* -------------------------------------------------------------------------- */ diff --git a/packages/nodes-base/nodes/Zendesk/UserDescription.ts b/packages/nodes-base/nodes/Zendesk/UserDescription.ts index 000b977aa106f..32c6a48ae777c 100644 --- a/packages/nodes-base/nodes/Zendesk/UserDescription.ts +++ b/packages/nodes-base/nodes/Zendesk/UserDescription.ts @@ -166,7 +166,7 @@ export const userFields: INodeProperties[] = [ name: 'only_private_comments', type: 'boolean', default: false, - description: 'true if the user can only create private comments', + description: 'True if the user can only create private comments', }, { displayName: 'Organization Name or ID', @@ -430,7 +430,7 @@ export const userFields: INodeProperties[] = [ name: 'only_private_comments', type: 'boolean', default: false, - description: 'true if the user can only create private comments', + description: 'True if the user can only create private comments', }, { displayName: 'Organization Name or ID',