diff --git a/resources/lang/en/auth.php b/resources/lang/en/auth.php new file mode 100644 index 00000000..e5506df2 --- /dev/null +++ b/resources/lang/en/auth.php @@ -0,0 +1,19 @@ + 'These credentials do not match our records.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +]; diff --git a/resources/lang/en/passwords.php b/resources/lang/en/passwords.php index ec2d9400..e6f3a671 100644 --- a/resources/lang/en/passwords.php +++ b/resources/lang/en/passwords.php @@ -16,7 +16,6 @@ return [ 'password' => 'Passwords must be at least six characters and match the confirmation.', 'reset' => 'Your password has been reset!', 'sent' => 'We have e-mailed your password reset link!', - 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', 'token' => 'This password reset token is invalid.', 'user' => "We can't find a user with that e-mail address.",