Skip to content

Commit 4aff27f

Browse files
Update verify-email copy
1 parent 6e6e96b commit 4aff27f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

resources/js/pages/auth/verify-email.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ export default function VerifyEmail({ status }: { status?: string }) {
1616
};
1717

1818
return (
19-
<AuthLayout
20-
title="Verify Email"
21-
description="Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another"
22-
>
23-
<Head title="Email Verification" />
19+
<AuthLayout title="Verify email" description="Please verify your email address by clicking on the link we just emailed to you.">
20+
<Head title="Email verification" />
2421

2522
{status === 'verification-link-sent' && (
2623
<div className="mb-4 text-sm font-medium text-green-600">

0 commit comments

Comments
 (0)