Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b672751

Browse files
committed
Merge pull request Laravel-Lang#518 from JurgenNL/patch-2
Dutch translation for in_array
2 parents 7cec3e7 + 9d5afc6 commit b672751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nl/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
'filled' => ':attribute is verplicht.',
4141
'image' => ':attribute moet een afbeelding zijn.',
4242
'in' => ':attribute is ongeldig.',
43-
'in_array' => 'The :attribute field does not exist in :other.',
43+
'in_array' => 'Het :attribute veld bestaat niet in :other.',
4444
'integer' => ':attribute moet een getal zijn.',
4545
'ip' => ':attribute moet een geldig IP-adres zijn.',
4646
'json' => 'The :attribute must be a valid JSON string.',

0 commit comments

Comments
 (0)