Added "Not In" rule translation (fix issue #1701)
This commit is contained in:
parent
0e5b8ae8f7
commit
5c42c5d2e6
|
@ -35,6 +35,7 @@
|
|||
"exists" => "The selected :attribute is invalid.",
|
||||
"image" => "The :attribute must be an image.",
|
||||
"in" => "The selected :attribute is invalid.",
|
||||
"not_in" => "The selected :attribute is invalid.",
|
||||
"integer" => "The :attribute must be an integer.",
|
||||
"ip" => "The :attribute must be a valid IP address.",
|
||||
"match" => "The :attribute format is invalid.",
|
||||
|
|
Loading…
Reference in New Issue