diff --git a/packages/template/src/components-page/onboarding.tsx b/packages/template/src/components-page/onboarding.tsx index c87fdfe65..db548de58 100644 --- a/packages/template/src/components-page/onboarding.tsx +++ b/packages/template/src/components-page/onboarding.tsx @@ -140,9 +140,9 @@ function VerifyEmailScreen(props: { return ( { await user.sendVerificationEmail(); }} @@ -163,7 +163,7 @@ function VerifyEmailScreen(props: { {t("change")} {"). "} - {t("Click the button above to receive a verification link.")} + {t("Click the button below to resend the verification link.")} );