From bdcce010affb48f98379470cd5900f59320ca9d6 Mon Sep 17 00:00:00 2001 From: alinetenorio Date: Sat, 11 Jul 2020 13:24:40 -0300 Subject: [PATCH] =?UTF-8?q?fix=20erro=20fun=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/lang/en/validation.php | 2 +- resources/lang/pt-BR/validation.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index 093006b..cb83825 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -68,7 +68,7 @@ return [ 'numeric' => ':Attribute deve ser :size.', 'file' => ':Attribute deve ter :size kilobytes.', 'string' => ':Attribute deve ter :size caracteres.', - 'array' => ':Attribute deve conter :size itens.', + 'array' => 'Preencha todos os campos.', ], 'string' => ':Attribute deve ser uma string', 'timezone' => ':Attribute deve ser uma timezone válida.', diff --git a/resources/lang/pt-BR/validation.php b/resources/lang/pt-BR/validation.php index 634bb1d..992695e 100644 --- a/resources/lang/pt-BR/validation.php +++ b/resources/lang/pt-BR/validation.php @@ -69,7 +69,7 @@ return [ 'numeric' => ':Attribute deve ser :size.', 'file' => ':Attribute deve ter :size kilobytes.', 'string' => ':Attribute deve ter :size caracteres.', - 'array' => ':Attribute deve conter :size itens.', + 'array' => 'Preencha todos os campos.', ], 'string' => ':Attribute deve ser uma string', 'timezone' => ':Attribute deve ser uma timezone válida.', -- GitLab