mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00: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:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user