Skip to content

Commit a869bb5

Browse files
committed
update verification sentence
1 parent 0d02e40 commit a869bb5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

resources/js/pages/auth/VerifyEmail.vue

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@ const submit = () => {
2121
<Head title="Email Verification" />
2222

2323
<div class="mb-4 text-sm text-gray-600">
24-
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
25-
didn't receive the email, we will gladly send you another
24+
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.
2625
</div>
2726

2827
<div v-if="status === 'verification-link-sent'" class="mb-4 text-sm font-medium text-green-600">
29-
A new verification link has been sent to the email address you provided during registration
28+
A new verification link has been sent to the email address you provided during registration.
3029
</div>
3130

3231
<form @submit.prevent="submit">

0 commit comments

Comments
 (0)