summaryrefslogtreecommitdiffstats
path: root/js/app/controllers/feedcontroller.coffee
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-09-16 17:39:32 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-09-16 17:39:32 +0200
commit2937a633de8f54d0f5f20f8ced6e8914da40d312 (patch)
treefaf12c9d5e837e2c3e9e50388a6d60e1071b05d7 /js/app/controllers/feedcontroller.coffee
parentb36134664907e195278ab73c5afc0f42e7918df6 (diff)
also translate title, fix #350
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