Răsfoiți Sursa

登录报错信息调整

kely 7 luni în urmă
părinte
comite
44c55d5644
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      lang/en/auth.php

+ 1 - 1
lang/en/auth.php

@@ -4,7 +4,7 @@ declare(strict_types=1);
 
 return [
     'ban'      => 'The current user has been blocked from logging in.',
-    'failed'   => 'These credentials do not match our records.',
+    'failed'   => 'The entered account or password is incorrect.',
     'password' => 'The password is incorrect.',
     'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
 ];