diff --git a/resources/views/auth/verify-email.blade.php b/resources/views/auth/verify-email.blade.php
index e4f9fdf..1be8a06 100644
--- a/resources/views/auth/verify-email.blade.php
+++ b/resources/views/auth/verify-email.blade.php
@@ -5,12 +5,12 @@
- {{ __('Before continuing, 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.') }}
+ {{ __('Before continuing, please verify your email address. Click the button below and check your email for a verification link.') }}
@if (session('status') == 'verification-link-sent')
- {{ __('A new verification link has been sent to the email address you provided in your profile settings.') }}
+ {{ __('A verification link has been sent to the email address you provided in your profile settings.') }}
@endif
@@ -20,7 +20,7 @@
- {{ __('Resend Verification Email') }}
+ {{ __('Send Verification Email') }}