summaryrefslogtreecommitdiffstats
path: root/js/public/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/public/app.js')
-rw-r--r--js/public/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/public/app.js b/js/public/app.js
index f5a062f63..7e4393d94 100644
--- a/js/public/app.js
+++ b/js/public/app.js
@@ -343,6 +343,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
count = _this._subscriptionsBusinessLayer.getUnreadCount(0);
if (count > 0) {
+ count = _this._unreadCountFormatter(count);
_this._$window.document.title = 'News (' + count + ') | ownCloud';
} else {
_this._$window.document.title = 'News | ownCloud';