From f21ff05e292f92267842a150f5691986e04864ce Mon Sep 17 00:00:00 2001 From: Luiz <33782549+LuizCristino@users.noreply.github.com> Date: Thu, 9 May 2024 08:42:52 -0400 Subject: [PATCH] fix: remove palavra campo duplicada na regra distinct --- src/pt_BR/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pt_BR/validation.php b/src/pt_BR/validation.php index afe05dd..02c749e 100644 --- a/src/pt_BR/validation.php +++ b/src/pt_BR/validation.php @@ -42,7 +42,7 @@ 'digits' => 'O campo :attribute deve ter :digits dígitos.', 'digits_between' => 'O campo :attribute deve ter entre :min e :max dígitos.', 'dimensions' => 'O campo :attribute tem dimensões de imagem inválidas.', - 'distinct' => 'O campo :attribute campo tem um valor duplicado.', + 'distinct' => 'O campo :attribute tem um valor duplicado.', 'doesnt_start_with' => 'O :attribute não pode começar com um dos seguintes: :values.', 'email' => 'O campo :attribute deve ser um endereço de e-mail válido.', 'ends_with' => 'O campo :attribute deve terminar com um dos seguintes: :values',