resources/lang/en/auth.php: Update "failed" translation abit.
This commit is contained in:
parent
30933e2711
commit
18adbb4273
1 changed files with 1 additions and 1 deletions
|
|
@ -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.',
|
||||
|
||||
|
|
|
|||
Reference in a new issue