From 695774a3fb15a6745ce201d8850b2a731791554b Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 24 Sep 2020 23:39:32 -0700 Subject: [PATCH] Corrected throttle string --- resources/lang/en/auth/message.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/auth/message.php b/resources/lang/en/auth/message.php index 9ca2531a5..f086d8c04 100644 --- a/resources/lang/en/auth/message.php +++ b/resources/lang/en/auth/message.php @@ -7,7 +7,7 @@ return array( 'account_not_activated' => 'This user account is not activated.', 'account_suspended' => 'This user account is suspended.', 'account_banned' => 'This user account is banned.', - 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', + 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.', 'two_factor' => array( 'already_enrolled' => 'Your device is already enrolled.',