Skip to content

Commit 5c42c5d

Browse files
committed
Added "Not In" rule translation (fix issue #1701)
1 parent 0e5b8ae commit 5c42c5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/lang/en/validation.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"exists" => "The selected :attribute is invalid.",
3636
"image" => "The :attribute must be an image.",
3737
"in" => "The selected :attribute is invalid.",
38+
"not_in" => "The selected :attribute is invalid.",
3839
"integer" => "The :attribute must be an integer.",
3940
"ip" => "The :attribute must be a valid IP address.",
4041
"match" => "The :attribute format is invalid.",
@@ -88,4 +89,4 @@
8889

8990
'attributes' => array(),
9091

91-
);
92+
);

0 commit comments

Comments
 (0)