Heimdall/resources/lang/en/auth.php
2022-11-19 13:15:51 +00:00

6 lines
167 B
PHP

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