diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index edc036dd..77d23022 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -65,6 +65,7 @@ 'array' => 'The :attribute must have at least :min items.', ], 'not_in' => 'The selected :attribute is invalid.', + 'not_regex' => 'The :attribute format is invalid.', 'numeric' => 'The :attribute must be a number.', 'present' => 'The :attribute field must be present.', 'regex' => 'The :attribute format is invalid.',