From: Dan Brown Date: Sun, 24 Mar 2019 19:40:45 +0000 (+0000) Subject: Added helper text for no_double_extension validation X-Git-Tag: v0.25.5~1^2 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/9879a0d12cae2636fd5910d55d9cc524c1ee0a6e Added helper text for no_double_extension validation --- 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.',