We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 214c2da + 5b3e39f commit 948eba1Copy full SHA for 948eba1
app/code/Magento/Sales/Block/Adminhtml/Transactions/Detail.php
@@ -131,7 +131,7 @@ protected function _toHtml()
131
132
$this->setOrderIncrementIdHtml($this->escapeHtml($this->_txn->getOrder()->getIncrementId()));
133
134
- $this->setTxnTypeHtml($this->escapeHtml($this->_txn->getTxnType()));
+ $this->setTxnTypeHtml($this->escapeHtml(__($this->_txn->getTxnType())));
135
136
$this->setOrderIdUrlHtml(
137
$this->escapeHtml($this->getUrl('sales/order/view', ['order_id' => $this->_txn->getOrderId()]))
0 commit comments