Files
2025-12-03 20:21:55 -05:00

21 lines
687 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' => 'Sua senha foi redefinida!',
'sent' => 'Enviamos um e-mail com o link para redefinir sua senha!',
'password' => 'A senha e a confirmação devem corresponder e conter pelo menos seis caracteres.',
];