From ef958716c37fcdf0ea80bb89ba0c93394ae0b157 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 3 Jul 2015 20:41:09 -0500 Subject: [PATCH] change language files --- resources/lang/en/auth.php | 19 +++++++++++++++++++ resources/lang/en/passwords.php | 1 - 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 resources/lang/en/auth.php 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.",