diff --git a/pages/event-types/[type].tsx b/pages/event-types/[type].tsx index 6a9e9db6..5b819ef3 100644 --- a/pages/event-types/[type].tsx +++ b/pages/event-types/[type].tsx @@ -794,7 +794,7 @@ const EventTypePage = (props: inferSSRProps) => { {t("show_advanced_settings")} - + {/** * Only display calendar selector if user has connected calendars AND if it's not * a team event. Since we don't have logic to handle each attende calendar (for now). @@ -803,8 +803,10 @@ const EventTypePage = (props: inferSSRProps) => { {!!connectedCalendarsQuery.data?.connectedCalendars.length && !team && (
-
@@ -1381,15 +1383,11 @@ const EventTypePage = (props: inferSSRProps) => { )} /> -
- - +
diff --git a/public/static/locales/en/common.json b/public/static/locales/en/common.json index 7250101f..4b82d330 100644 --- a/public/static/locales/en/common.json +++ b/public/static/locales/en/common.json @@ -621,5 +621,6 @@ "remove": "Remove", "add": "Add", "verify_wallet": "Verify Wallet", - "connect_metamask": "Connect Metamask" + "connect_metamask": "Connect Metamask", + "create_events_on": "Create events on:" }