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.
1 parent 3085bda commit d2a3b1cCopy full SHA for d2a3b1c
app/code/Magento/AdminNotification/Controller/Adminhtml/System/Message/ListAction.php
@@ -61,8 +61,10 @@ public function execute()
61
if (empty($result)) {
62
$result[] = [
63
'severity' => (string)\Magento\Framework\Notification\MessageInterface::SEVERITY_NOTICE,
64
- 'text' => 'You have viewed and resolved all recent system notices. '
65
- . 'Please refresh the web page to clear the notice alert.',
+ 'text' => __(
+ 'You have viewed and resolved all recent system notices. '
66
+ . 'Please refresh the web page to clear the notice alert.'
67
+ )
68
];
69
}
70
$this->getResponse()->representJson($this->jsonHelper->jsonEncode($result));
0 commit comments