Files
nexusphp/resources/lang/en/auth.php
2022-03-31 22:22:04 +08:00

8 lines
225 B
PHP

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