summaryrefslogtreecommitdiffstats
path: root/js/app/controllers/feedcontroller.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'js/app/controllers/feedcontroller.coffee')
-rw-r--r--js/app/controllers/feedcontroller.coffee4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/app/controllers/feedcontroller.coffee b/js/app/controllers/feedcontroller.coffee
index 415072579..07fb22238 100644
--- a/js/app/controllers/feedcontroller.coffee
+++ b/js/app/controllers/feedcontroller.coffee
@@ -56,9 +56,9 @@ ActiveFeed, FeedType, $window) ->
# and it has nothing to do with the body structure
if count > 0
titleCount = @_unreadCountFormatter(count)
- title = 'News (' + titleCount + ') | ownCloud'
+ title = @_$scope.translations.appName + ' (' + titleCount + ') | ownCloud'
else
- title = 'News | ownCloud'
+ title = @_$scope.translations.appName + ' | ownCloud'
# only update title when it changed to prevent highlighting the
# tab