Corrected throttle string

This commit is contained in:
snipe 2020-09-24 23:39:32 -07:00
parent 98246de4c7
commit 695774a3fb

View file

@ -7,7 +7,7 @@ return array(
'account_not_activated' => 'This user account is not activated.', 'account_not_activated' => 'This user account is not activated.',
'account_suspended' => 'This user account is suspended.', 'account_suspended' => 'This user account is suspended.',
'account_banned' => 'This user account is banned.', 'account_banned' => 'This user account is banned.',
'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array( 'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.', 'already_enrolled' => 'Your device is already enrolled.',