diff --git a/Concrete/Magento2PlatformOrderDecorator.php b/Concrete/Magento2PlatformOrderDecorator.php index b01f448e..086ee5ec 100644 --- a/Concrete/Magento2PlatformOrderDecorator.php +++ b/Concrete/Magento2PlatformOrderDecorator.php @@ -695,7 +695,7 @@ public function getItemCollection() if($this->getPlatformOrder()->getBaseTaxAmount() && $this->config->canAddTaxInItemsOnRecurrence()) { $items[] = $this->addCustomItem( $this->getPlatformOrder()->getBaseTaxAmount(), - __("Taxas"), + __("Taxs"), $selectedRepetition ); } diff --git a/i18n/pt_BR.csv b/i18n/pt_BR.csv index a32ad2af..bae4d001 100644 --- a/i18n/pt_BR.csv +++ b/i18n/pt_BR.csv @@ -498,3 +498,4 @@ "The cvv field must be a minimum length of 3 and a maximum length of 4.","O campo de cvv deve ter um tamanho mínimo de 3 e um tamanho máximo de 4." "Add shipping values in items","Realizar a cobrança do frete" "Add tax values in items","Realizar a cobrança das taxas" +"Taxs","Taxas"