From e803b4a2f0a7e7f385eaca4add32dff77aa6d1bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Sun, 27 Jun 2021 13:57:32 +0300 Subject: [PATCH] close #2148 Fixed: User password translation issue #9nznpd --- resources/lang/en-GB/auth.php | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/lang/en-GB/auth.php b/resources/lang/en-GB/auth.php index 6591b0c1f..9524f0d8d 100644 --- a/resources/lang/en-GB/auth.php +++ b/resources/lang/en-GB/auth.php @@ -29,7 +29,6 @@ return [ ], 'failed' => 'These credentials do not match our records.', - 'password' => 'The provided password is incorrect.', 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', 'disabled' => 'This account is disabled. Please, contact the system administrator.',