From 7cd3f0c15fca939d7ab06969dbf0db7bd1f000cf Mon Sep 17 00:00:00 2001 From: Md Shahbaz Alam Date: Sun, 9 Aug 2015 14:32:17 +0530 Subject: [PATCH] v2.17.0 important bug 1179362 --- bower.json | 2 +- core/login.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 4263748..6166031 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "author": "Mozilla", "name": "marketplace-core-modules", - "version": "2.13.0", + "version": "2.17.0", "ignore": [ "bower.json", "LICENSE", diff --git a/core/login.js b/core/login.js index 897c557..28e2ca2 100644 --- a/core/login.js +++ b/core/login.js @@ -21,11 +21,11 @@ define('core/login', } function signOutNotification() { - notification.notification({message: gettext('You have been signed out')}); + notification.notification({message: gettext('You have been signed out.')}); } function signInNotification() { - notification.notification({message: gettext('You have been signed in')}); + notification.notification({message: gettext('You have been signed in.')}); } function logOut() {