From 869f459d98eb4e5ea4daf187ae9268bdee9c10a7 Mon Sep 17 00:00:00 2001 From: Nafees Nazik <84864519+G3root@users.noreply.github.com> Date: Mon, 5 Jun 2023 12:58:03 +0530 Subject: [PATCH] fix: title in booking submitted page (#9326) --- apps/web/pages/booking/[uid].tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/web/pages/booking/[uid].tsx b/apps/web/pages/booking/[uid].tsx index a8e11ce6b3..b046645020 100644 --- a/apps/web/pages/booking/[uid].tsx +++ b/apps/web/pages/booking/[uid].tsx @@ -279,9 +279,7 @@ export default function Success(props: SuccessProps) { darkBrandColor: props.profile.darkBrandColor, }); const title = t( - `booking_${needsConfirmation ? "booking_submitted" : "confirmed"}${ - props.recurringBookings ? "_recurring" : "" - }` + `booking_${needsConfirmation ? "submitted" : "confirmed"}${props.recurringBookings ? "_recurring" : ""}` ); const locationToDisplay = getSuccessPageLocationMessage(