From 7be84b7015c891fe360dbfa1e6bc1d931a5e87ea Mon Sep 17 00:00:00 2001 From: Ria <123465523+riascho@users.noreply.github.com> Date: Mon, 23 Dec 2024 22:07:59 +0700 Subject: [PATCH] fixes link to luxon docs --- 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 fda31d9e2407a..c981bdcb07139 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 b3b4cb590f539..cd606507b176b 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 4d8f997bc80e5..8d5836d186791 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 1c1ef6d9c86ca..b9f490e699004 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 830551775c802..76acf83cbfced 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 b6cacd2e18598..d727d23751fdd 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 43f223b452456..3bfe1b93d77f2 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: '',