diff --git a/app/lang/en/validation.php b/app/lang/en/validation.php index 1d0fb8c0..e25756cd 100644 --- a/app/lang/en/validation.php +++ b/app/lang/en/validation.php @@ -48,7 +48,7 @@ return array( "file" => "The :attribute must be at least :min kilobytes.", "string" => "The :attribute must be at least :min characters.", ), - "notin" => "The selected :attribute is invalid.", + "not_in" => "The selected :attribute is invalid.", "numeric" => "The :attribute must be a number.", "regex" => "The :attribute format is invalid.", "required" => "The :attribute field is required.",