From 848a472f2025cd27bcdacdd04fe273a8ed3ead43 Mon Sep 17 00:00:00 2001 From: wizdude Date: Thu, 16 Feb 2017 02:32:57 +1100 Subject: change OC references (#98) * change OC reference * change OC reference --- js/gui/ExternSubscription.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/gui') diff --git a/js/gui/ExternSubscription.js b/js/gui/ExternSubscription.js index 2d373cbca..b53be918b 100644 --- a/js/gui/ExternSubscription.js +++ b/js/gui/ExternSubscription.js @@ -44,7 +44,7 @@ var subscribeUrl = cleanUrl + '?subscribe_to=%s'; var mimeType = 'application/vnd.mozilla.maybe.feed'; - var title = 'ownCloud News @ ' + cleanUrl; + var title = 'Nextcloud News @ ' + cleanUrl; registerHandler(mimeType, subscribeUrl, title); -- cgit v1.2.3