From 619533fac2d91a59296faf2e639b6ff174e48c4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl?= Date: Mon, 26 Sep 2016 22:07:28 +0200 Subject: [PATCH] Update to the latest Laravel version Laravel's related commits: https://github.com/laravel/laravel/commit/537b6288fba5181bff6011facecbf05b6de0bbb0 https://github.com/laravel/laravel/commit/dd1e64a7a4cdcec6c846aed13330d6523d457b91 https://github.com/laravel/laravel/commit/1562407562859a880f5f494647d5c52f8af8d44e and https://github.com/laravel/laravel/commit/7da6edf8c14772f14ff11616199fb16bd19909ae --- extensions/lang-english/locale/validation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extensions/lang-english/locale/validation.yml b/extensions/lang-english/locale/validation.yml index 807dbe366..5d5df208a 100644 --- a/extensions/lang-english/locale/validation.yml +++ b/extensions/lang-english/locale/validation.yml @@ -37,6 +37,7 @@ validation: string: "The :attribute may not be greater than :max characters." 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." @@ -62,6 +63,7 @@ validation: 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." attributes: