diff --git a/apps/web/pages/signup.tsx b/apps/web/pages/signup.tsx index f28badeef7..c106cee33a 100644 --- a/apps/web/pages/signup.tsx +++ b/apps/web/pages/signup.tsx @@ -235,9 +235,9 @@ export default function Signup({ prepopulateFormValues, token, orgSlug }: Signup {IS_CALCOM ? t("create_your_calcom_account") : t("create_your_account")} {IS_CALCOM ? ( -
{t("cal_signup_description")}
+{t("cal_signup_description")}
) : ( -+
{t("calcom_explained", { appName: APP_NAME, })}