New translations passwords.php (Spanish)

This commit is contained in:
Miguel Nogueira 2020-09-04 21:02:12 +01:00
parent 0e8b3d28a6
commit 5c57a5185f
1 changed files with 5 additions and 5 deletions

View File

@ -13,10 +13,10 @@ return [
|
*/
'reset' => 'Your password has been reset!',
'sent' => 'We have emailed your password reset link!',
'throttled' => 'Please wait before retrying.',
'token' => 'This password reset token is invalid.',
'user' => "We can't find a user with that email address.",
'reset' => '¡Tu contraseña ha sido restablecida!',
'sent' => '¡Hemos enviado por correo electrónico tu enlace de restablecimiento de contraseña!',
'throttled' => 'Por favor, espere antes de reintentar.',
'token' => 'Este token de restablecimiento de contraseña no es válido.',
'user' => "No podemos encontrar un usuario con esa dirección de correo electrónico.",
];