docs: Update add options text (no-changelog) (#10049)
This commit is contained in:
@@ -107,7 +107,7 @@ export const AddToDateDescription: INodeProperties[] = [
|
||||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: ['addToDate'],
|
||||
|
||||
@@ -43,7 +43,7 @@ export const CurrentDateDescription: INodeProperties[] = [
|
||||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: ['getCurrentDate'],
|
||||
|
||||
@@ -84,7 +84,7 @@ export const ExtractDateDescription: INodeProperties[] = [
|
||||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: ['extractDate'],
|
||||
|
||||
@@ -110,7 +110,7 @@ export const FormatDateDescription: INodeProperties[] = [
|
||||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: ['formatDate'],
|
||||
|
||||
@@ -86,7 +86,7 @@ export const GetTimeBetweenDatesDescription: INodeProperties[] = [
|
||||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: ['getTimeBetweenDates'],
|
||||
|
||||
@@ -124,7 +124,7 @@ export const RoundDateDescription: INodeProperties[] = [
|
||||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: ['roundDate'],
|
||||
|
||||
@@ -107,7 +107,7 @@ export const SubtractFromDateDescription: INodeProperties[] = [
|
||||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: ['subtractFromDate'],
|
||||
|
||||
Reference in New Issue
Block a user