fix(Google Calendar Node): All day option fix (#6274)

This commit is contained in:
Michael Kret
2023-05-19 10:39:39 +03:00
committed by GitHub
parent 401cffde57
commit 5bef91e3c8
2 changed files with 8 additions and 6 deletions

View File

@@ -171,7 +171,7 @@ export const eventFields: INodeProperties[] = [
},
],
default: 'no',
description: 'Wheater the event is all day or not',
description: 'Whether the event is all day or not',
},
{
displayName: 'Attendees',
@@ -224,7 +224,7 @@ export const eventFields: INodeProperties[] = [
],
},
],
description: 'Creates a conference link (Hangouts, Meet etc) and attachs it to the event',
description: 'Creates a conference link (Hangouts, Meet etc) and attaches it to the event',
},
{
displayName: 'Description',
@@ -828,7 +828,7 @@ export const eventFields: INodeProperties[] = [
},
],
default: 'no',
description: 'Wheater the event is all day or not',
description: 'Whether the event is all day or not',
},
{
displayName: 'Attendees',