Commit c92c724d authored by Taylor Otwell's avatar Taylor Otwell Committed by GitHub

Merge pull request #3921 from jackmu95/add-mimetypes-translation

Add missing translation for `mimetypes` validation
parents d09efa26 537b6288
......@@ -52,6 +52,7 @@ return [
'string' => 'The :attribute may not be greater than :max characters.',
'array' => 'The :attribute may not have more than :max items.',
],
'mimetypes' => 'The :attribute must be a file of type: :values.',
'mimes' => 'The :attribute must be a file of type: :values.',
'min' => [
'numeric' => 'The :attribute must be at least :min.',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment