fix(editor): UI copy fix for Date & Time node (no-changelog) (#6291)

* whether -> when

* lint fix

---------

Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
This commit is contained in:
Deborah 2023-05-22 11:50:02 +01:00 committed by GitHub
parent 2a2b6452dc
commit 2d13b3f43f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,8 @@ export const CurrentDateDescription: INodeProperties[] = [
name: 'includeTime',
type: 'boolean',
default: true,
description: 'Whether deactivated, the time will be set to midnight',
// eslint-disable-next-line n8n-nodes-base/node-param-description-boolean-without-whether
description: 'When deactivated, the time will be set to midnight',
displayOptions: {
show: {
operation: ['getCurrentDate'],