forked from pterodactyl/panel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpasswords.php
More file actions
19 lines (18 loc) · 805 Bytes
/
passwords.php
File metadata and controls
19 lines (18 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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.
|
*/
'password' => 'Las contraseñas deben contener al menos 6 caracters y coincidir.',
'reset' => 'Su contraseña ha sido cambiada.',
'sent' => 'Le hemos enviado un correo de cambio de contraseña!',
'token' => 'El código de cambio de contraseña es inválido.',
'user' => 'No podemos encontrar un usuario con ese nombre.',
];