diff --git a/dashboard-ui/scripts/notifications.js b/dashboard-ui/scripts/notifications.js index 0b0326585b..d145620290 100644 --- a/dashboard-ui/scripts/notifications.js +++ b/dashboard-ui/scripts/notifications.js @@ -31,7 +31,7 @@ html += 'Close'; html += '
'; - html += '

Notifications

'; + html += '

Messages

'; html += '
'; html += '
'; @@ -171,7 +171,7 @@ userId = user.Id; - $('0').insertAfter($('.btnCurrentUser', header)).on('click', showNotificationsFlyout); + $('0').insertAfter($('.btnCurrentUser', header)).on('click', showNotificationsFlyout); updateNotificationCount(); });