Skip to content

Commit

Permalink
Merge pull request #86 from LuizCristino/patch-1
Browse files Browse the repository at this point in the history
fix: remove palavra campo duplicada na regra distinct
  • Loading branch information
lucascudo authored May 9, 2024
2 parents 7a282e7 + f21ff05 commit 60c28db
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 60c28db

Please sign in to comment.