]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/sv/validation.php
Updated attachment links to have dropdown for open type
[bookstack] / resources / lang / sv / validation.php
index 0c9cc3164157faed9ed03dea078edf53496c171f..2d7f1da9a800c3844f6650d09f19a4e0331a7c92 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute måste vara mellan :min och :max siffror.',
     'email'                => ':attribute måste vara en giltig e-postadress.',
     'ends_with' => ':attribute måste sluta med något av följande: :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => ':attribute är obligatoriskt.',
     'gt'                   => [
         'numeric' => ':attribute måste vara större än :value.',