From 47abc9d47728ce6e2b5f1c00f46c2302298fbacb Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Thu, 17 Jul 2025 16:56:22 -0300 Subject: [PATCH] Ajustar companies_products_save.php --- .../companies_products/CompaniesProductsValidate.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vendor/controller/companies_products/CompaniesProductsValidate.class.php b/vendor/controller/companies_products/CompaniesProductsValidate.class.php index b0366a9..b9da9a5 100644 --- a/vendor/controller/companies_products/CompaniesProductsValidate.class.php +++ b/vendor/controller/companies_products/CompaniesProductsValidate.class.php @@ -239,7 +239,7 @@ class CompaniesProductsValidate { /** Adição de elemento */ - array_push($this->errors, 'O campo "description", deve ser informado'); + array_push($this->errors, 'O campo "descrição", deve ser informado'); } @@ -257,7 +257,7 @@ class CompaniesProductsValidate { /** Adição de elemento */ - array_push($this->errors, 'O campo "readjustment", deve ser informado'); + array_push($this->errors, 'O campo "reajuste", deve ser informado'); } @@ -293,7 +293,7 @@ class CompaniesProductsValidate { /** Adição de elemento */ - array_push($this->errors, 'O campo "maturity", deve ser informado'); + array_push($this->errors, 'O campo "vencimento", deve ser informado'); }