From b65b7951274e8e80a364d25b4248d0ea12c308d3 Mon Sep 17 00:00:00 2001 From: Kainick <3953391+Kainick@users.noreply.github.com> Date: Thu, 22 Mar 2018 09:28:10 -0500 Subject: [PATCH] Update auth.php (#1075) --- resources/lang/en/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/auth.php b/resources/lang/en/auth.php index 1abd6bd73..176de8f64 100644 --- a/resources/lang/en/auth.php +++ b/resources/lang/en/auth.php @@ -11,7 +11,7 @@ return [ 'reset_password_text' => 'Reset your account password.', 'reset_password' => 'Reset Account Password', 'email_sent' => 'An email has been sent to you with further instructions for resetting your password.', - 'failed' => 'The credentials provided to not match those we have on record, or the 2FA token provided was invalid.', + 'failed' => 'The credentials provided do not match those we have on record, or the 2FA token provided was invalid.', 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', 'password_requirements' => 'Passwords must contain at least one uppercase, lowercase, and numeric character and must be at least 8 characters in length.', 'request_reset' => 'Locate Account',