diff --git a/frontend/src/lib/components/apps/editor/component/components.ts b/frontend/src/lib/components/apps/editor/component/components.ts index 2d519c8950..ca62d63616 100644 --- a/frontend/src/lib/components/apps/editor/component/components.ts +++ b/frontend/src/lib/components/apps/editor/component/components.ts @@ -2380,14 +2380,14 @@ See date-fns format for more information. By default, it is 'dd.MM.yyyy' value: '', fieldType: 'datetime', tooltip: - 'The minimum date that can be selected. The format is the ISO 8601 format: "yyyy-MM-ddTHH:mm:ss:SSSZ", for example "2021-11-06T23:39:30.000Z", or toISOString() from a Date' + 'The minimum date and time that can be selected. The format is the ISO 8601 format: "yyyy-MM-ddTHH:mm:ss:SSSZ", for example "2021-11-06T23:39:30.000Z", or toISOString() from a Date' }, maxDateTime: { type: 'static', value: '', fieldType: 'datetime', tooltip: - 'The maximum date that can be selected. The format is the ISO 8601 format: "yyyy-MM-ddTHH:mm:ss:SSSZ", for example "2021-11-06T23:39:30.000Z", or toISOString() from a Date' + 'The maximum date and time that can be selected. The format is the ISO 8601 format: "yyyy-MM-ddTHH:mm:ss:SSSZ", for example "2021-11-06T23:39:30.000Z", or toISOString() from a Date' }, outputFormat: { type: 'static', @@ -2436,14 +2436,14 @@ See date-fns format for more information. By default, it is 'dd.MM.yyyy HH:mm' value: '', fieldType: 'time', tooltip: - 'The minimum date that can be selected. If the time provided is not valid, it will set the output "validity" to false. The format is: "HH:mm"' + 'The minimum time that can be selected. If the time provided is not valid, it will set the output "validity" to false. The format is: "HH:mm"' }, maxTime: { type: 'static', value: '', fieldType: 'time', tooltip: - 'The maximum date that can be selected. If the time provided is not valid, it will set the output "validity" to false. The format is: "HH:mm"' + 'The maximum time that can be selected. If the time provided is not valid, it will set the output "validity" to false. The format is: "HH:mm"' }, defaultValue: { type: 'static', diff --git a/frontend/src/lib/components/sidebar/changelogs.ts b/frontend/src/lib/components/sidebar/changelogs.ts index 37ef2c60f0..6b50f4071d 100644 --- a/frontend/src/lib/components/sidebar/changelogs.ts +++ b/frontend/src/lib/components/sidebar/changelogs.ts @@ -57,7 +57,7 @@ const changelogs: Changelog[] = [ }, { label: 'Workflow as Code', - href: 'https://www.windmill.dev/changelog/workflows_as_code', + href: 'https://www.windmill.dev/changelog/workflows-as-code', date: '2024-03-04' }, {