]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/nl/validation.php
Allow uploads of files containing dots in filename. Closes BookStackApp/BookStack...
[bookstack] / resources / lang / nl / validation.php
index 2f8ffc9f0531959e4ff2098ad06f7a297890d9dd..fa169105068943bc69914bf4f56c9df62f12f0e2 100644 (file)
@@ -78,7 +78,6 @@ return [
         'string'  => ':attribute moet minstens :min karakters bevatten.',
         'array'   => ':attribute moet minstens :min items bevatten.',
     ],
-    'no_double_extension'  => ':attribute mag maar een enkele bestandsextensie hebben.',
     'not_in'               => ':attribute is ongeldig.',
     'not_regex'            => ':attribute formaat is ongeldig.',
     'numeric'              => ':attribute moet een getal zijn.',