Skip to content

Commit

Permalink
fix: remove palavra campo duplicada na regra distinct
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizCristino authored May 9, 2024
1 parent 7a282e7 commit f21ff05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pt_BR/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f21ff05

Please sign in to comment.