diff --git a/resources/lang/es/validation.php b/resources/lang/es/validation.php index 1d23e7c..ef444d3 100644 --- a/resources/lang/es/validation.php +++ b/resources/lang/es/validation.php @@ -92,7 +92,8 @@ ], 'not_in' => 'El campo :attribute seleccionado es inválido.', 'not_regex' => 'El formato del campo :attribute es inválido.', - 'numeric' => 'El campo :attribute debe ser un número.', + 'numeric' => 'El campo :attribute debe ser un número.', + 'password' => 'La contraseña es incorrecta.', 'present' => 'El campo :attribute debe estar presente.', 'regex' => 'El formato del campo :attribute es inválido.', 'required' => 'El campo :attribute es obligatorio.',