diff --git a/plugins/quickicon/eosnotify/eosnotify.php b/plugins/quickicon/eosnotify/eosnotify.php index 424f8873d3bf7..3f9b442fca013 100644 --- a/plugins/quickicon/eosnotify/eosnotify.php +++ b/plugins/quickicon/eosnotify/eosnotify.php @@ -62,7 +62,7 @@ public function onGetIcons($context) if (JAdministratorHelper::findOption() == 'com_cpanel') { - JFactory::getApplication()->enqueueMessage(JText::sprintf('PLG_EOSNOTIFY_CLICK_FOR_INFORMATION_WITH_LINK', $text), 'error'); + JFactory::getApplication()->enqueueMessage(JText::sprintf('PLG_EOSNOTIFY_CLICK_FOR_INFORMATION_WITH_LINK', $text), 'notice'); } } }