From 9879a0d12cae2636fd5910d55d9cc524c1ee0a6e Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 24 Mar 2019 19:40:45 +0000 Subject: [PATCH] Added helper text for no_double_extension 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 3de4c54b0..9baeb9f30 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -50,6 +50,7 @@ return [ 'string' => 'The :attribute must be at least :min characters.', 'array' => 'The :attribute must have at least :min items.', ], + 'no_double_extension' => 'The :attribute must only have a single file extension.', 'not_in' => 'The selected :attribute is invalid.', 'numeric' => 'The :attribute must be a number.', 'regex' => 'The :attribute format is invalid.',