From 18adbb4273463239d2c9947fcd35d7d792ecc1dd Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 31 Dec 2021 17:24:54 +0100 Subject: [PATCH] resources/lang/en/auth.php: Update "failed" translation abit. --- resources/lang/en/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/auth.php b/resources/lang/en/auth.php index 6598e2c..1cfb622 100644 --- a/resources/lang/en/auth.php +++ b/resources/lang/en/auth.php @@ -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.',