]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/en/validation.php
Covered app icon setting with testing
[bookstack] / resources / lang / en / validation.php
index 1963b0df2f9a9bb3d2586fc71fbc2ca04e02f97d..2a676c7c4cce0130591a929cefd8a21e7765be1c 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => 'The :attribute must be between :min and :max digits.',
     'email'                => 'The :attribute must be a valid email address.',
     'ends_with' => 'The :attribute must end with one of the following: :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => 'The :attribute field is required.',
     'gt'                   => [
         'numeric' => 'The :attribute must be greater than :value.',