From 8ab94ec61fc289a7efca8d2bc3300dc1665bf6ce Mon Sep 17 00:00:00 2001 From: ncoronel Date: Tue, 28 Jul 2026 15:51:43 -0300 Subject: [PATCH] fix(validation): improve uniqueness message for attribute validation --- lang/es/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => [