Taylor Otwell 4 years ago
parent
commit
953b488b8b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/lang/en/passwords.php

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

@@ -17,6 +17,6 @@ return [
     'sent' => 'We have e-mailed your password reset link!',
     'token' => 'This password reset token is invalid.',
     'user' => "We can't find a user with that e-mail address.",
-    'throttle' => 'Please wait before retrying.',
+    'throttled' => 'Please wait before retrying.',
 
 ];