Add ThrottleLogin localization support

add default language
This commit is contained in:
Antony Budianto 2015-07-02 19:03:17 +07:00
parent 901a45fd96
commit bd583fedd7
1 changed files with 1 additions and 0 deletions

View File

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