summaryrefslogtreecommitdiffstats
path: root/js/app/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'js/app/controllers')
-rw-r--r--js/app/controllers/feedcontroller.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/app/controllers/feedcontroller.coffee b/js/app/controllers/feedcontroller.coffee
index 8633845e5..d5975588b 100644
--- a/js/app/controllers/feedcontroller.coffee
+++ b/js/app/controllers/feedcontroller.coffee
@@ -55,6 +55,7 @@ ActiveFeed, FeedType, $window) ->
# the title is some kind of exception since its always there
# and it has nothing to do with the body structure
if count > 0
+ count = @_unreadCountFormatter(count)
@_$window.document.title = 'News (' + count + ') | ownCloud'
else
@_$window.document.title = 'News | ownCloud'