diff --git a/lang/es/validation.php b/lang/es/validation.php index 7aa7787..694b7fe 100644 --- a/lang/es/validation.php +++ b/lang/es/validation.php @@ -37,7 +37,7 @@ return [ 'required_with' => 'El campo :attribute es obligatorio cuando :values está presente.', 'required_without' => 'El campo :attribute es obligatorio cuando :values no está presente.', 'string' => ':Attribute debe ser texto.', - 'unique' => 'El valor de :attribute ya está en uso.', + 'unique' => 'El :attribute ya está en uso.', 'url' => ':Attribute debe ser una URL válida.', 'uuid' => ':Attribute debe ser un UUID válido.', 'attributes' => [