Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 07017c6

Browse files
ENGCOM-1235: [Forwardport] [Bug] Correctly construct Magento\Framework\Phrase #14532
- Merge Pull Request magento/magento2#14532 from mastiuhin-olexandr/magento2:2.3-develop-PR-port-12951 - Merged commits: 1. f45ae60
2 parents d76b6c1 + f45ae60 commit 07017c6

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/Controller/Adminhtml/Index

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/Controller/Adminhtml/Index/Render.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function execute()
100100
} catch (\Exception $e) {
101101
$this->logger->critical($e);
102102
$result = [
103-
'error' => _('UI component could not be rendered because of system exception'),
103+
'error' => __('UI component could not be rendered because of system exception'),
104104
'errorcode' => $this->escaper->escapeHtml($e->getCode())
105105
];
106106
/** @var \Magento\Framework\Controller\Result\Json $resultJson */

0 commit comments

Comments
 (0)