mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
refactor(Google Calendar Node): Fix Typo (#3477)
* Fix Typo in Google Calendar to Frequency
* ⚡ Revert back change in names to avoid breaking change
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
This commit is contained in:
parent
0f630b97cb
commit
57d466850a
|
@ -261,7 +261,7 @@ export const eventFields: INodeProperties[] = [
|
|||
description: 'The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned.',
|
||||
},
|
||||
{
|
||||
displayName: 'Repeat Frecuency',
|
||||
displayName: 'Repeat Frequency',
|
||||
name: 'repeatFrecuency',
|
||||
type: 'options',
|
||||
options: [
|
||||
|
@ -304,7 +304,7 @@ export const eventFields: INodeProperties[] = [
|
|||
name: 'rrule',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'Recurrence rule. When set, the parameters Repeat Frecuency, Repeat How Many Times and Repeat Until are ignored.',
|
||||
description: 'Recurrence rule. When set, the parameters Repeat Frequency, Repeat How Many Times and Repeat Until are ignored.',
|
||||
},
|
||||
{
|
||||
displayName: 'Send Updates',
|
||||
|
@ -872,7 +872,7 @@ export const eventFields: INodeProperties[] = [
|
|||
description: 'The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned.',
|
||||
},
|
||||
{
|
||||
displayName: 'Repeat Frecuency',
|
||||
displayName: 'Repeat Frequency',
|
||||
name: 'repeatFrecuency',
|
||||
type: 'options',
|
||||
options: [
|
||||
|
@ -915,7 +915,7 @@ export const eventFields: INodeProperties[] = [
|
|||
name: 'rrule',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'Recurrence rule. When set, the parameters Repeat Frecuency, Repeat How Many Times and Repeat Until are ignored.',
|
||||
description: 'Recurrence rule. When set, the parameters Repeat Frequency, Repeat How Many Times and Repeat Until are ignored.',
|
||||
},
|
||||
{
|
||||
displayName: 'Send Updates',
|
||||
|
|
Loading…
Reference in a new issue