From 537b6288fba5181bff6011facecbf05b6de0bbb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20Mu=CC=88ller?= Date: Thu, 1 Sep 2016 17:25:33 +0200 Subject: [PATCH] Add missing translation for `mimetypes` validation --- resources/lang/en/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index 28c6677f..fcbdf915 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -52,6 +52,7 @@ '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.',