Skip to content

Commit acf6fdb

Browse files
authored
[Bug] Correctly construct Magento\Framework\Phrase
1 parent a39e37f commit acf6fdb

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
@@ -88,7 +88,7 @@ public function execute()
8888
} catch (\Exception $e) {
8989
$this->logger->critical($e);
9090
$result = [
91-
'error' => _('UI component could not be rendered because of system exception'),
91+
'error' => __('UI component could not be rendered because of system exception'),
9292
'errorcode' => $this->escaper->escapeHtml($e->getCode())
9393
];
9494
/** @var \Magento\Framework\Controller\Result\Json $resultJson */

0 commit comments

Comments
 (0)