From b3c998cfcddfa423dbb16b74ccd4a7fb267246ff Mon Sep 17 00:00:00 2001 From: Konstantin Wohlwend Date: Mon, 12 Jan 2026 14:58:25 -0800 Subject: [PATCH] Better button labels --- packages/template/src/components-page/onboarding.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.")} );