From e336636166be51b2c6a53fb9a2ff837916fbb3cd Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 23 Jul 2016 22:04:59 +0200 Subject: some final renaming fixes --- js/directive/NewsTitleUnreadCount.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/directive') 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', -- cgit v1.2.3