mdhub/app/application/lang/en/auth.php
2024-06-18 22:35:54 +05:00

10 lines
242 B
PHP

<?php
declare(strict_types=1);
return [
'failed' => 'These credentials do not match our records.',
'password' => 'The password is incorrect.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];