@@ -139,7 +139,7 @@ const LicenseSelection = (
"bg-default h-full cursor-pointer stack-y-2 rounded-md border p-4 hover:border-black",
value === "EXISTING" && "ring-2 ring-black"
)}>
- {t("enter_license_key")}
+ {t("enter_license_key")}
{t("enter_existing_license")}
{t("enter_your_license_key")}
diff --git a/apps/web/components/ui/AuthContainer.tsx b/apps/web/components/ui/AuthContainer.tsx
index 3846d94447..feebaad064 100644
--- a/apps/web/components/ui/AuthContainer.tsx
+++ b/apps/web/components/ui/AuthContainer.tsx
@@ -17,7 +17,7 @@ export default function AuthContainer(props: React.PropsWithChildren) {
{props.showLogo && }
- {props.heading &&
{props.heading}
}
+ {props.heading && {props.heading}
}
{props.loading && (
diff --git a/apps/web/modules/auth/forgot-password/[id]/forgot-password-single-view.tsx b/apps/web/modules/auth/forgot-password/[id]/forgot-password-single-view.tsx
index 66056bf1f4..5d096d9a07 100644
--- a/apps/web/modules/auth/forgot-password/[id]/forgot-password-single-view.tsx
+++ b/apps/web/modules/auth/forgot-password/[id]/forgot-password-single-view.tsx
@@ -23,7 +23,7 @@ function Success() {
<>
-
+
{t("password_updated")}
@@ -41,7 +41,7 @@ function Expired() {
<>
-
{t("whoops")}
+ {t("whoops")}
{t("request_is_expired")}
{t("request_is_expired_instructions")}
diff --git a/apps/web/modules/auth/verify-view.tsx b/apps/web/modules/auth/verify-view.tsx
index 36ab3dca21..c025cb4386 100644
--- a/apps/web/modules/auth/verify-view.tsx
+++ b/apps/web/modules/auth/verify-view.tsx
@@ -172,7 +172,7 @@ export default function Verify({ EMAIL_FROM }: { EMAIL_FROM?: string }) {
) : (
)}
-
+
{hasPaymentFailed
? t("your_payment_failed")
: isPremiumUsername
diff --git a/apps/web/modules/bookings/components/BookEventForm/BookFormAsModal.tsx b/apps/web/modules/bookings/components/BookEventForm/BookFormAsModal.tsx
index 4c1c565de0..77a5af5db0 100644
--- a/apps/web/modules/bookings/components/BookEventForm/BookFormAsModal.tsx
+++ b/apps/web/modules/bookings/components/BookEventForm/BookFormAsModal.tsx
@@ -53,7 +53,7 @@ export const BookEventFormWrapperComponent = ({
}
return (
<>
- {t("confirm_your_details")}
+ {t("confirm_your_details")}
(
-
{title}
+ {title}
{children}
diff --git a/apps/web/modules/bookings/views/bookings-single-view.tsx b/apps/web/modules/bookings/views/bookings-single-view.tsx
index c7d50efd98..6a8b95325f 100644
--- a/apps/web/modules/bookings/views/bookings-single-view.tsx
+++ b/apps/web/modules/bookings/views/bookings-single-view.tsx
@@ -1061,7 +1061,7 @@ export default function Success(props: PageProps) {
))}
-
{t("submitted_feedback")}
+
{t("submitted_feedback")}
{rateValue < 4 ? t("how_can_we_improve") : t("most_liked")}