Skip to content

Commit 83c2aff

Browse files
author
Joan He
committed
Merge branch 'libs-upgrade' of https://github.com/magento-engcom/php-7.2-support into libs-upgrade
2 parents 2db8e44 + ccc5272 commit 83c2aff

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)