Skip to content

Commit 18dc6ab

Browse files
committed
adjust sentence
1 parent 471a867 commit 18dc6ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ export default function VerifyEmail({ status }: { status?: string }) {
1818
return (
1919
<AuthLayout
2020
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"
21+
description="Before getting started, verify your email address by clicking on the link we just emailed to you. If you didn't receive the email, we can send you another."
2222
>
2323
<Head title="Email Verification" />
2424

2525
{status === 'verification-link-sent' && (
2626
<div className="mb-4 text-sm font-medium text-green-600">
27-
A new verification link has been sent to the email address you provided during registration
27+
A new verification link has been sent to the email address you provided during registration.
2828
</div>
2929
)}
3030

0 commit comments

Comments
 (0)