]> BookStack Code Mirror - bookstack/commitdiff
Added helper text for no_double_extension validation
authorDan Brown <redacted>
Sun, 24 Mar 2019 19:40:45 +0000 (19:40 +0000)
committerDan Brown <redacted>
Sun, 24 Mar 2019 19:40:45 +0000 (19:40 +0000)
resources/lang/en/validation.php

index 3de4c54b001c915a76dffc06225d6809045b0498..9baeb9f3059ae63c8f5f4d19525b838770fe2927 100644 (file)
@@ -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.',
Morty Proxy This is a proxified and sanitized view of the page, visit original site.