Files
2025-11-17 16:30:00 -05:00

21 lines
731 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' => 'Votre mot de passe a été réinitialisé !',
'sent' => 'Nous avons envoyé un e-mail pour réinitialiser votre mot de passe !',
'password' => 'Le mot de passe et la confirmation doivent correspondre et contenir au moins six caractères.',
];