summaryrefslogtreecommitdiffstats
path: root/js/directive/NewsTitleUnreadCount.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/directive/NewsTitleUnreadCount.js')
-rw-r--r--js/directive/NewsTitleUnreadCount.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/directive/NewsTitleUnreadCount.js b/js/directive/NewsTitleUnreadCount.js
index 3ca064c82..8454a1858 100644
--- a/js/directive/NewsTitleUnreadCount.js
+++ b/js/directive/NewsTitleUnreadCount.js
@@ -13,7 +13,7 @@ app.directive('newsTitleUnreadCount', function ($window) {
var baseTitle = $window.document.title;
var titles = baseTitle.split('-');
var appName = titles[0] || 'News';
- var ownCloudName = titles[1] || 'ownCloud';
+ var ownCloudName = titles[1] || 'Nextcloud';
return {
restrict: 'E',