mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ Changed labels on IF & Switch for DateTime
This commit is contained in:
@@ -88,7 +88,7 @@ export class Switch implements INodeType {
|
||||
value: 'boolean',
|
||||
},
|
||||
{
|
||||
name: 'DateTime',
|
||||
name: 'Date & Time',
|
||||
value: 'dateTime',
|
||||
},
|
||||
{
|
||||
@@ -240,11 +240,11 @@ export class Switch implements INodeType {
|
||||
type: 'options',
|
||||
options: [
|
||||
{
|
||||
name: 'After',
|
||||
name: 'Occurred after',
|
||||
value: 'after',
|
||||
},
|
||||
{
|
||||
name: 'Before',
|
||||
name: 'Occurred before',
|
||||
value: 'before',
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user