Archived
1
0
Fork 0

resources/lang/en/auth.php: Update "failed" translation abit.

This commit is contained in:
Henrik Hautakoski 2021-12-31 17:24:54 +01:00
parent 30933e2711
commit 18adbb4273

View file

@ -13,7 +13,7 @@ return [
|
*/
'failed' => 'These credentials do not match our records.',
'failed' => 'Invalid username and/or password',
'password' => 'The provided password is incorrect.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',