Skip to content

Commit

Permalink
fix: fix translates
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiano-mallmann committed Sep 1, 2023
1 parent db2f948 commit 19f9e9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Concrete/Magento2PlatformOrderDecorator.php
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ public function getItemCollection()
if($this->getPlatformOrder()->getBaseTaxAmount() && $this->config->canAddTaxInItemsOnRecurrence()) {
$items[] = $this->addCustomItem(
$this->getPlatformOrder()->getBaseTaxAmount(),
__("Taxas"),
__("Taxs"),
$selectedRepetition
);
}
Expand Down
1 change: 1 addition & 0 deletions i18n/pt_BR.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 19f9e9d

Please sign in to comment.