]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/pt_BR/validation.php
Allow uploads of files containing dots in filename. Closes BookStackApp/BookStack...
[bookstack] / resources / lang / pt_BR / validation.php
index 9777eacac5c5ff756f94a776437fee19ed9a48d2..0d25a9b6ab63f430dfb70fe43e33d3aa00feebe9 100644 (file)
@@ -78,7 +78,6 @@ return [
         'string'  => 'O campo :attribute não deve ter menos que :min caracteres.',
         'array'   => 'O campo :attribute não deve ter menos que :min itens.',
     ],
-    'no_double_extension'  => 'O campo :attribute deve ter apenas uma extensão de arquivo.',
     'not_in'               => 'O campo selecionado :attribute é inválido.',
     'not_regex'            => 'O formato do campo :attribute é inválido.',
     'numeric'              => 'O campo :attribute deve ser um número.',