From ffae1eac06ca97d9019bd2b6f5b23c3a384cdbfb Mon Sep 17 00:00:00 2001 From: William Phillips Date: Sat, 16 Sep 2017 01:26:34 +0100 Subject: [PATCH] Tiny spelling correction. Correction of 'lowecase' to 'lowercase'. --- 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 d7123a809..cc2d737c9 100644 --- a/resources/lang/en/auth.php +++ b/resources/lang/en/auth.php @@ -13,7 +13,7 @@ return [ '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.', 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', - 'password_requirements' => 'Passwords must contain at least one uppercase, lowecase, and numeric character and must be at least 8 characters in length.', + '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', '2fa_required' => '2-Factor Authentication', '2fa_failed' => 'The 2FA token provided was invalid.',