docs: Update add options text (no-changelog) (#10049)
This commit is contained in:
@@ -39,7 +39,7 @@ const properties: INodeProperties[] = [
|
||||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
||||
@@ -165,7 +165,7 @@ export const insertUpdateOptions: INodeProperties[] = [
|
||||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
||||
@@ -28,7 +28,7 @@ const properties: INodeProperties[] = [
|
||||
type: 'collection',
|
||||
default: {},
|
||||
description: 'Additional options which decide which records should be returned',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
options: [
|
||||
{
|
||||
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-wrong-for-dynamic-multi-options
|
||||
|
||||
@@ -50,7 +50,7 @@ const properties: INodeProperties[] = [
|
||||
type: 'collection',
|
||||
default: {},
|
||||
description: 'Additional options which decide which records should be returned',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
options: [
|
||||
{
|
||||
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-wrong-for-dynamic-multi-options
|
||||
|
||||
Reference in New Issue
Block a user