diff --git a/packages/features/bookings/Booker/components/BookEventForm/BookEventForm.tsx b/packages/features/bookings/Booker/components/BookEventForm/BookEventForm.tsx index bfb6715517..6d38db073a 100644 --- a/packages/features/bookings/Booker/components/BookEventForm/BookEventForm.tsx +++ b/packages/features/bookings/Booker/components/BookEventForm/BookEventForm.tsx @@ -25,7 +25,6 @@ import { import getBookingResponsesSchema, { getBookingResponsesPartialSchema, } from "@calcom/features/bookings/lib/getBookingResponsesSchema"; -import { Spinner } from "@calcom/features/calendars/weeklyview/components/spinner/Spinner"; import { getFullName } from "@calcom/features/form-builder/utils"; import { useBookingSuccessRedirect } from "@calcom/lib/bookingSuccessRedirect"; import { MINUTES_TO_BOOK } from "@calcom/lib/constants"; @@ -531,10 +530,22 @@ const RedirectToInstantMeetingModal = ({ expiryTime }: { expiryTime?: Date }) => ) : ( -
{t("connecting_you_to_someone")}
+ {/* TODO: Add countdown from 60 seconds + We are connecting you! + Please schedule a future call if we're not available in XX seconds. + */} + + {/* Once countdown ends: + Oops, we couldn't connect you this time. + Please schedule a future call instead. We value your time. + */} +{t("please_do_not_close_this_tab")}
-