mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Better button labels
This commit is contained in:
parent
ab5d851249
commit
b3c998cfcd
@ -140,9 +140,9 @@ function VerifyEmailScreen(props: {
|
||||
|
||||
return (
|
||||
<MessageCard
|
||||
title={t("Please verify your email")}
|
||||
title={t("Please check your email inbox")}
|
||||
fullPage={!!props.fullPage}
|
||||
primaryButtonText={t("Send verification email")}
|
||||
primaryButtonText={t("Resend verification email")}
|
||||
primaryAction={async () => {
|
||||
await user.sendVerificationEmail();
|
||||
}}
|
||||
@ -163,7 +163,7 @@ function VerifyEmailScreen(props: {
|
||||
{t("change")}
|
||||
</button>
|
||||
{"). "}
|
||||
{t("Click the button above to receive a verification link.")}
|
||||
{t("Click the button below to resend the verification link.")}
|
||||
</Typography>
|
||||
</MessageCard>
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user