Skip to content

Commit

Permalink
Merge pull request #1332 from veencel/hu-translation-fix
Browse files Browse the repository at this point in the history
[hu] Fix exists validation message
  • Loading branch information
caouecs authored Sep 14, 2020
2 parents d61d99f + f1051ba commit 8209759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hu/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
'distinct' => 'A(z) :attribute értékének egyedinek kell lennie!',
'email' => 'A(z) :attribute nem érvényes email formátum.',
'ends_with' => 'A(z) :attribute a következővel kell végződjön: :values',
'exists' => 'A(z) :attribute már létezik.',
'exists' => 'A kiválasztott :attribute érvénytelen.',
'file' => 'A(z) :attribute fájl kell, hogy legyen!',
'filled' => 'A(z) :attribute megadása kötelező!',
'gt' => [
Expand Down

0 comments on commit 8209759

Please sign in to comment.