]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/cs/validation.php
Add base64 image support
[bookstack] / resources / lang / cs / validation.php
index a843973497637e5b2905c98021e0b115fa4e17c9..1a94b9e24f210a7c17eea9c3328ee1b2364ffdc9 100644 (file)
@@ -78,7 +78,6 @@ return [
         'string'  => ':attribute musí být delší než :min znaků.',
         'array'   => ':attribute musí obsahovat více než :min prvků.',
     ],
-    'no_double_extension'  => ':attribute musí obsahovat pouze jednu příponu souboru.',
     'not_in'               => 'Zvolená hodnota pro :attribute je neplatná.',
     'not_regex'            => ':attribute musí být regulární výraz.',
     'numeric'              => ':attribute musí být číslo.',