mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
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:
parent
2a2b6452dc
commit
2d13b3f43f
|
@ -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'],
|
||||
|
|
Loading…
Reference in a new issue