diff --git a/fixture/resources/lang/en/validation.php b/fixture/resources/lang/en/validation.php index 28c6677..73b49d0 100644 --- a/fixture/resources/lang/en/validation.php +++ b/fixture/resources/lang/en/validation.php @@ -53,6 +53,7 @@ 'array' => 'The :attribute may not have more than :max items.', ], 'mimes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => 'The :attribute must be a file of type: :values.', 'min' => [ 'numeric' => 'The :attribute must be at least :min.', 'file' => 'The :attribute must be at least :min kilobytes.', @@ -80,6 +81,7 @@ 'string' => 'The :attribute must be a string.', 'timezone' => 'The :attribute must be a valid zone.', 'unique' => 'The :attribute has already been taken.', + 'uploaded' => 'The :attribute failed to upload.', 'url' => 'The :attribute format is invalid.', /*