diff --git a/apps/web/modules/signup-view.tsx b/apps/web/modules/signup-view.tsx index 39d773df223099..49d2af38d0eda5 100644 --- a/apps/web/modules/signup-view.tsx +++ b/apps/web/modules/signup-view.tsx @@ -456,14 +456,14 @@ export default function Signup({ usernameTaken }> {premiumUsername && !usernameTaken - ? `Create Account for ${getPremiumPlanPriceValue()}` + ? `${t("create_account")} (${getPremiumPlanPriceValue()})` : t("create_account")} )} {!displayEmailForm && ( -
+
{/* Upper Row */}
{isGoogleLoginEnabled ? ( @@ -472,12 +472,9 @@ export default function Signup({ loading={isGoogleLoading} CustomStartIcon={ } className={classNames("w-full justify-center rounded-md text-center")} @@ -501,7 +498,7 @@ export default function Signup({ router.push(url); }}> - Continue with Google + {t("signin_with_google")} ) : null}
@@ -528,7 +525,7 @@ export default function Signup({ setDisplayEmailForm(true); }} data-testid="continue-with-email-button"> - Continue with email + {t("continue_with_email")} {isSAMLLoginEnabled ? (