Files
nexusphp/resources/lang/en/auth.php

10 lines
251 B
PHP
Raw Normal View History

2021-04-02 19:48:41 +08:00
<?php
2025-04-19 02:06:51 +07:00
declare(strict_types=1);
2021-04-02 19:48:41 +08:00
return [
2022-03-31 22:22:04 +08:00
'failed' => 'These credentials do not match our records.',
2021-04-02 19:48:41 +08:00
'password' => 'The provided password is incorrect.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];