Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cec3e7 + 9d5afc6 commit b672751Copy full SHA for b672751
nl/validation.php
@@ -40,7 +40,7 @@
40
'filled' => ':attribute is verplicht.',
41
'image' => ':attribute moet een afbeelding zijn.',
42
'in' => ':attribute is ongeldig.',
43
- 'in_array' => 'The :attribute field does not exist in :other.',
+ 'in_array' => 'Het :attribute veld bestaat niet in :other.',
44
'integer' => ':attribute moet een getal zijn.',
45
'ip' => ':attribute moet een geldig IP-adres zijn.',
46
'json' => 'The :attribute must be a valid JSON string.',
0 commit comments