mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 04:20:08 +00:00
21 lines
732 B
PHP
21 lines
732 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' => '¡Su contraseña ha sido restablecida!',
|
|
'sent' => '¡Hemos enviado por correo electrónico el enlace para restablecer su contraseña!',
|
|
'password' => 'La contraseña y la confirmación deben coincidir y contener al menos seis caracteres.',
|
|
|
|
];
|