Files
speedtest-tracker/lang/en/passwords.php
T
Alex Justesen 1bb1ad764b Laravel 12.x Shift (#2099)
Co-authored-by: Shift <shift@laravelshift.com>
2025-03-18 18:42:04 -04:00

21 lines
673 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reset Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/
'reset' => 'Your password has been reset!',
'sent' => 'We have emailed your password reset link!',
'password' => 'The password and confirmation must match and contain at least six characters.',
];