Lae/lang/en/auth.php

10 lines
240 B
PHP
Raw Normal View History

2022-11-06 11:28:22 +00:00
<?php
2023-02-01 18:02:35 +00:00
declare(strict_types=1);
2022-11-06 11:28:22 +00:00
2023-02-01 18:02:35 +00:00
return [
2022-11-06 11:28:22 +00:00
'failed' => 'These credentials do not match our records.',
2023-02-01 18:02:35 +00:00
'password' => 'The password is incorrect.',
2022-11-06 11:28:22 +00:00
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];