]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/pt_BR/validation.php
Fixed local_secure_restricted preventing attachment uploads
[bookstack] / resources / lang / pt_BR / validation.php
index 9c778f6b983395c179dbf21e4276bf75d0d12f05..68b85029843614f82b519e0870c49a68bb51f58f 100644 (file)
@@ -32,7 +32,7 @@ return [
     'digits_between'       => 'O campo :attribute deve ter entre :min e :max dígitos.',
     'email'                => 'O campo :attribute deve ser um e-mail válido.',
     'ends_with' => 'O campo :attribute deve terminar com um dos seguintes: :values',
-    'file'                 => 'The :attribute must be provided as a valid file.',
+    'file'                 => 'O :attribute deve ser um arquivo válido.',
     'filled'               => 'O campo :attribute é requerido.',
     'gt'                   => [
         'numeric' => 'O campo :attribute deve ser maior que :value.',