From a96c39847cf15b889209b9498293225757236e27 Mon Sep 17 00:00:00 2001 From: Sergio Peris Date: Tue, 18 Jan 2022 11:53:15 +0100 Subject: [PATCH] Update validation.php --- locales/es/validation.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/es/validation.php b/locales/es/validation.php index 31a09374e2..a46dee0b24 100644 --- a/locales/es/validation.php +++ b/locales/es/validation.php @@ -44,8 +44,8 @@ 'distinct' => 'El campo :attribute contiene un valor duplicado.', 'email' => ':attribute no es un correo válido.', 'ends_with' => 'El campo :attribute debe finalizar con uno de los siguientes valores: :values', - 'enum' => 'The selected :attribute is invalid.', - 'exists' => ':attribute es inválido.', + 'enum' => 'El :attribute seleccionado es inválido.', + 'exists' => 'El :attribute seleccionado es inválido.', 'file' => 'El campo :attribute debe ser un archivo.', 'filled' => 'El campo :attribute es obligatorio.', 'gt' => [