X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/03f6be6d0ebec7b91fbda407a77e7028767e4865..refs/pull/2734/head:/resources/lang/pt/validation.php diff --git a/resources/lang/pt/validation.php b/resources/lang/pt/validation.php index 5216eeb82..b36ed0dab 100644 --- a/resources/lang/pt/validation.php +++ b/resources/lang/pt/validation.php @@ -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.',