Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions i18n/en_US.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
"Address Information","Address Information"
"Sign Up for Newsletter","Sign Up for Newsletter"
"Personal Information","Personal Information"
"Save","Save"
"Confirm New Password","Confirm New Password"
"New Password","New Password"
"Current Password","Current Password"
"Email","Email"
"Change Email and Password","Change Email and Password"
"Change Password","Change Password"
"Change Email","Change Email"
"Account Information","Account Information"
"* Required Fields","* Required Fields"
"Your order number is: ","Your order number is: "
14 changes: 14 additions & 0 deletions i18n/pt_BR.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
"Address Information","Informação de Endereço"
"Sign Up for Newsletter","Inscreva-se no boletim informativo"
"Personal Information","Informação pessoal"
"Save","Salvar"
"Confirm New Password","Confirmar a Nova Senha"
"New Password","Nova Senha"
"Current Password","Senha atual"
"Email","E-mail"
"Change Email and Password","Alterar E-mail e Senha"
"Change Password","Alterar Senha"
"Change Email","Mudar E-mail"
"Account Information","Informação da conta"
"* Required Fields","* Campos obrigatórios"
"Your order number is: ","O número do seu pedido é: "
2 changes: 1 addition & 1 deletion view/frontend/templates/success.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if ($payment->getMethod() === "cc" || $payment->getMethod() === "boleto") :
<?php if ($order->getIncrementId()) : ?>
<?php if ($block->getCustomerId()) : ?>
<p>
<?php echo __('Your order number is: ' . $order->getIncrementId()); ?>
<?php echo __('Your order number is: ') . $order->getIncrementId(); ?>
</p>
<p>
<?php if ($payment->getMethod() === "boleto") : ?>
Expand Down