From bd583fedd73d5c5f3cd6308439c48e9cbca47433 Mon Sep 17 00:00:00 2001 From: Antony Budianto Date: Thu, 2 Jul 2015 19:03:17 +0700 Subject: [PATCH] Add ThrottleLogin localization support add default language --- resources/lang/en/passwords.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/en/passwords.php b/resources/lang/en/passwords.php index 7c10cba1..ab433c11 100644 --- a/resources/lang/en/passwords.php +++ b/resources/lang/en/passwords.php @@ -18,5 +18,6 @@ 'token' => 'This password reset token is invalid.', 'sent' => 'We have e-mailed your password reset link!', 'reset' => 'Your password has been reset!', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', ];