From 674ba3c59a4c5ec896335afb81eb3a3f910f6280 Mon Sep 17 00:00:00 2001 From: Ria Scholz <123465523+riascho@users.noreply.github.com> Date: Wed, 15 Jan 2025 09:33:54 +0100 Subject: [PATCH] docs: Fixes link to luxon docs in datetime node (#12595) --- packages/nodes-base/nodes/DateTime/V1/DateTimeV1.node.ts | 2 +- packages/nodes-base/nodes/DateTime/V2/AddToDateDescription.ts | 2 +- packages/nodes-base/nodes/DateTime/V2/CurrentDateDescription.ts | 2 +- packages/nodes-base/nodes/DateTime/V2/ExtractDateDescription.ts | 2 +- packages/nodes-base/nodes/DateTime/V2/FormatDateDescription.ts | 2 +- packages/nodes-base/nodes/DateTime/V2/RoundDateDescription.ts | 2 +- .../nodes-base/nodes/DateTime/V2/SubtractFromDateDescription.ts | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/nodes-base/nodes/DateTime/V1/DateTimeV1.node.ts b/packages/nodes-base/nodes/DateTime/V1/DateTimeV1.node.ts index fda31d9e24..c981bdcb07 100644 --- a/packages/nodes-base/nodes/DateTime/V1/DateTimeV1.node.ts +++ b/packages/nodes-base/nodes/DateTime/V1/DateTimeV1.node.ts @@ -61,7 +61,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: '', diff --git a/packages/nodes-base/nodes/DateTime/V2/AddToDateDescription.ts b/packages/nodes-base/nodes/DateTime/V2/AddToDateDescription.ts index b3b4cb590f..cd606507b1 100644 --- a/packages/nodes-base/nodes/DateTime/V2/AddToDateDescription.ts +++ b/packages/nodes-base/nodes/DateTime/V2/AddToDateDescription.ts @@ -5,7 +5,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 4d8f997bc8..8d5836d186 100644 --- a/packages/nodes-base/nodes/DateTime/V2/CurrentDateDescription.ts +++ b/packages/nodes-base/nodes/DateTime/V2/CurrentDateDescription.ts @@ -5,7 +5,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 1c1ef6d9c8..b9f490e699 100644 --- a/packages/nodes-base/nodes/DateTime/V2/ExtractDateDescription.ts +++ b/packages/nodes-base/nodes/DateTime/V2/ExtractDateDescription.ts @@ -5,7 +5,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 830551775c..76acf83cbf 100644 --- a/packages/nodes-base/nodes/DateTime/V2/FormatDateDescription.ts +++ b/packages/nodes-base/nodes/DateTime/V2/FormatDateDescription.ts @@ -5,7 +5,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 b6cacd2e18..d727d23751 100644 --- a/packages/nodes-base/nodes/DateTime/V2/RoundDateDescription.ts +++ b/packages/nodes-base/nodes/DateTime/V2/RoundDateDescription.ts @@ -5,7 +5,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 43f223b452..3bfe1b93d7 100644 --- a/packages/nodes-base/nodes/DateTime/V2/SubtractFromDateDescription.ts +++ b/packages/nodes-base/nodes/DateTime/V2/SubtractFromDateDescription.ts @@ -5,7 +5,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: '',