Browse Source

Merge pull request #3444 from antonybudianto/patch-1

Add ThrottleLogin localization support
Taylor Otwell 9 years ago
parent
commit
48abc56ede
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/lang/en/passwords.php

+ 1 - 0
resources/lang/en/passwords.php

@@ -18,5 +18,6 @@ return [
     '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.',
 
 ];