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

8 lines
225 B
PHP
Raw Normal View History

2021-04-02 19:48:41 +08:00
<?php
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.',
];