|
@@ -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.',
|
|
|
];
|