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