From e90931eda101e6d6a161290b9791a9dab6f206f7 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 7 Jul 2013 01:41:28 -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 d145620290..0b0326585b 100644 --- a/dashboard-ui/scripts/notifications.js +++ b/dashboard-ui/scripts/notifications.js @@ -31,7 +31,7 @@ html += 'Close'; html += '
'; - html += '

Messages

'; + html += '

Notifications

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