freescout-support/resources/lang/en/auth.php
2018-11-26 12:47:05 +00:00

6 lines
164 B
PHP

<?php
return [
'failed' => 'These credentials do not match our records.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];