We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d53562 + b628709 commit ccc5272Copy full SHA for ccc5272
app/code/Magento/Ui/Controller/Adminhtml/Index/Render.php
@@ -100,7 +100,7 @@ public function execute()
100
} catch (\Exception $e) {
101
$this->logger->critical($e);
102
$result = [
103
- 'error' => _('UI component could not be rendered because of system exception'),
+ 'error' => __('UI component could not be rendered because of system exception'),
104
'errorcode' => $this->escaper->escapeHtml($e->getCode())
105
];
106
/** @var \Magento\Framework\Controller\Result\Json $resultJson */
0 commit comments