From 02fb15228b8bb142baa4cd27aaea47ce81f5eee4 Mon Sep 17 00:00:00 2001 From: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com> Date: Thu, 28 Apr 2022 16:45:27 -0400 Subject: [PATCH] Hotfix - change calendar error message (#2643) * Change calendar error message * Change calendar error message Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- apps/web/components/integrations/CalendarListContainer.tsx | 2 +- apps/web/public/static/locales/en/common.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/web/components/integrations/CalendarListContainer.tsx b/apps/web/components/integrations/CalendarListContainer.tsx index dbb1f0366b..9204762023 100644 --- a/apps/web/components/integrations/CalendarListContainer.tsx +++ b/apps/web/components/integrations/CalendarListContainer.tsx @@ -139,7 +139,7 @@ function ConnectedCalendarsList(props: Props) { ) : ( Click Here to stop." + "impersonating_stop_instructions": "<0>Click Here to stop.", + "calendar_error": "Something went wrong, try reconnecting your calendar with all necessary permissions" }