You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/views/livewire/auth/verify-email.blade.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ public function logout(Logout $logout): void
36
36
37
37
<divclass="mt-4 flex flex-col gap-6">
38
38
<divclass="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.") }}
0 commit comments