From ebdf2cf52ccf505fce32b77f641194da79b48ff1 Mon Sep 17 00:00:00 2001 From: Benji Grant Date: Sun, 18 Jun 2023 10:03:09 +1000 Subject: [PATCH] Update changed translation strings --- .../components/GoogleCalendar/GoogleCalendar.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/src/components/GoogleCalendar/GoogleCalendar.tsx b/frontend/src/components/GoogleCalendar/GoogleCalendar.tsx index 7b567a1..a480f76 100644 --- a/frontend/src/components/GoogleCalendar/GoogleCalendar.tsx +++ b/frontend/src/components/GoogleCalendar/GoogleCalendar.tsx @@ -121,18 +121,18 @@ const GoogleCalendar = ({ timezone, timeStart, timeEnd, times, onImport }: Googl shadowColor="#3367BD" icon={} > - {t('you.google_cal.login')} + {t('you.google_cal')} } {calendars &&

- {t('you.google_cal.login')} + {t('you.google_cal')} () + >{t('you.integration.logout')})

@@ -140,12 +140,12 @@ const GoogleCalendar = ({ timezone, timeStart, timeEnd, times, onImport }: Googl className={styles.linkButton} type="button" onClick={() => setCalendars(calendars.map(c => ({ ...c, isChecked: true })))} - >{t('event:you.google_cal.select_all')}} + >{t('you.select_all')}} {calendars.every(c => c.isChecked) && } + >{t('you.select_none')}}
{calendars.map(calendar =>
@@ -161,13 +161,13 @@ const GoogleCalendar = ({ timezone, timeStart, timeEnd, times, onImport }: Googl
)} -
{t('you.google_cal.info')}
+
{t('you.integration.info')}
+ >{t('you.integration.button')}
} {/* Load google api scripts */}