Skip to content

Commit

Permalink
fixing text and adding space between use statements and class declara…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
Mateus Picoloto committed Jul 25, 2023
1 parent 0d95b54 commit 78d23ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Block/Payment/Pix.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
use Magento\Sales\Api\Data\OrderInterface as Order;
use Magento\Sales\Api\Data\OrderPaymentInterface as Payment;
use Pagarme\Pagarme\Helper\Payment\Pix as PixHelper;

class Pix extends Template
{
/**
Expand Down Expand Up @@ -113,7 +114,7 @@ public function getErrorCopyMessage()
*/
public function getSuccessMessage()
{
return __('Copied PIX code!');
return __('PIX code copied!');
}

/**
Expand Down
2 changes: 1 addition & 1 deletion i18n/en_US.csv
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
"Capture","Capture"
"Cancel","Cancel",
"Failed to copy! Please, manually copy the code using the field bellow the button.","Failed to copy! Please, manually copy the code using the field bellow the button."
"Copied PIX code!","Copied PIX code!"
"PIX code copied!","PIX code copied!"
"Copy PIX code","Copy PIX code"
"Open your bank app","Open your bank app"
"Scan the QR Code","Scan the QR Code"
Expand Down
2 changes: 1 addition & 1 deletion i18n/pt_BR.csv
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@
"Capture","Capturar"
"Cancel","Cancelar",
"Failed to copy! Please, manually copy the code using the field bellow the button.","Falha ao copiar! Por favor, copie o código manualmente utilizando o campo abaixo do botão."
"Copied PIX code!","Código PIX copiado!"
"PIX code copied!","Código PIX copiado!"
"Copy PIX code","Copiar código PIX"
"Open your bank app","Abra o app do seu banco"
"Scan the QR Code","Escaneie o QR Code"
Expand Down

0 comments on commit 78d23ad

Please sign in to comment.