Skip to content

Commit 948eba1

Browse files
author
Oleksandr Dubovyk
committed
Merge remote-tracking branch 'troll/MAGETWO-43911' into pull-primary
2 parents 214c2da + 5b3e39f commit 948eba1

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)