This commit is contained in:
Max Peintner
2025-05-21 09:27:37 +02:00
parent 2dac623c1e
commit dc00f9b993

View File

@@ -150,7 +150,7 @@ export default async function Page(props: { searchParams: Promise<any> }) {
{id && send && (
<div className="py-4 w-full">
<Alert type={AlertType.INFO}>{tError("verify.codesent")}</Alert>
<Alert type={AlertType.INFO}>{tError("verify.codeSent")}</Alert>
</div>
)}