From f013eb14b20dac6f72a7e97a637f588dbab4cf7c Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 7 Jul 2013 00:42:00 -0400 Subject: [PATCH] updated nuget --- dashboard-ui/scripts/notifications.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); });