Skip to content

Commit da755a0

Browse files
committed
update sentence
1 parent aa916fe commit da755a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/auth/verify-email.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function logout(Logout $logout): void
3636

3737
<div class="mt-4 flex flex-col gap-6">
3838
<div class="text-sm text-gray-600">
39-
{{ __('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.') }}
39+
{{ __("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.") }}
4040
</div>
4141

4242
@if (session('status') == 'verification-link-sent')

0 commit comments

Comments
 (0)