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