Heimdall/lang/en/auth.php
2024-02-16 20:33:30 +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.',
);