Skip to content

Commit

Permalink
Merge pull request #754 from billmn/patch-1
Browse files Browse the repository at this point in the history
Better Italian translation for "validation.filled"
  • Loading branch information
caouecs authored Oct 4, 2017
2 parents 869a3c0 + 1038a61 commit 041ef44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/it/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
'email' => ':attribute non è valido.',
'exists' => ':attribute selezionato non è valido.',
'file' => ':attribute deve essere un file.',
'filled' => 'Il campo :attribute è richiesto.',
'filled' => 'Il campo :attribute deve contenere un valore.',
'image' => ":attribute deve essere un'immagine.",
'in' => ':attribute selezionato non è valido.',
'in_array' => 'Il valore del campo :attribute non esiste in :other.',
Expand Down

0 comments on commit 041ef44

Please sign in to comment.