From d4443ff4dafb4b41bf2106ded289d447793b94c4 Mon Sep 17 00:00:00 2001 From: Refringe Date: Sat, 6 Jul 2024 19:45:42 -0400 Subject: [PATCH] Email Confirmation Language Updated the language of the email confirmation page to be more clear in that the user must click the button to receive the verification email. --- resources/views/auth/verify-email.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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') }}