Skip to content

Commit 5b3e39f

Browse files
author
Palamar, Mykola
committed
MAGETWO-43911: [GITHUB] Untranslatable string
1 parent b56df96 commit 5b3e39f

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Sales/Block/Adminhtml/Transactions

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Block/Adminhtml/Transactions/Detail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ protected function _toHtml()
131131

132132
$this->setOrderIncrementIdHtml($this->escapeHtml($this->_txn->getOrder()->getIncrementId()));
133133

134-
$this->setTxnTypeHtml($this->escapeHtml($this->_txn->getTxnType()));
134+
$this->setTxnTypeHtml($this->escapeHtml(__($this->_txn->getTxnType())));
135135

136136
$this->setOrderIdUrlHtml(
137137
$this->escapeHtml($this->getUrl('sales/order/view', ['order_id' => $this->_txn->getOrderId()]))

0 commit comments

Comments
 (0)