Commit bd583fed authored by Antony Budianto's avatar Antony Budianto

Add ThrottleLogin localization support

add default language
parent 901a45fd
...@@ -18,5 +18,6 @@ return [ ...@@ -18,5 +18,6 @@ return [
'token' => 'This password reset token is invalid.', 'token' => 'This password reset token is invalid.',
'sent' => 'We have e-mailed your password reset link!', 'sent' => 'We have e-mailed your password reset link!',
'reset' => 'Your password has been reset!', 'reset' => 'Your password has been reset!',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
]; ];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment