From 0871e29f69e0b1782bcab15b336d01b628f5dad8 Mon Sep 17 00:00:00 2001 From: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com> Date: Fri, 30 Jun 2023 15:48:51 -0400 Subject: [PATCH] fix: missing translations for workflow variables (#9862) Co-authored-by: CarinaWolli --- apps/web/public/static/locales/en/common.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/web/public/static/locales/en/common.json b/apps/web/public/static/locales/en/common.json index 24e6602ebf..cdebbf880d 100644 --- a/apps/web/public/static/locales/en/common.json +++ b/apps/web/public/static/locales/en/common.json @@ -1163,6 +1163,9 @@ "attendee_name_variable": "Attendee", "event_date_variable": "Event date", "event_time_variable": "Event time", + "timezone_variable": "Timezone", + "location_variable": "Location", + "organizer_name_variable": "Organizer name", "app_upgrade_description": "In order to use this feature, you need to upgrade to a Pro account.", "invalid_number": "Invalid phone number", "navigate": "Navigate",