]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/en/validation.php
Add base64 image support
[bookstack] / resources / lang / en / validation.php
index 578ea999fc31618997be7834012fb30aed3d7b1f..4031de2ae743b75bafd49195ff06b29a347cbf22 100644 (file)
@@ -78,7 +78,6 @@ 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.',
     'not_regex'            => 'The :attribute format is invalid.',
     'numeric'              => 'The :attribute must be a number.',