summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorwizdude <wizdude@users.noreply.github.com>2017-02-16 02:32:57 +1100
committerBernhard Posselt <BernhardPosselt@users.noreply.github.com>2017-02-15 16:32:57 +0100
commit848a472f2025cd27bcdacdd04fe273a8ed3ead43 (patch)
tree577127571a800bca159b2c6644ce56871ebe78ee /js
parentf7fdb22eee0bcc659a07499b3e2fc16e2ade9c73 (diff)
change OC references (#98)
* change OC reference * change OC reference
Diffstat (limited to 'js')
-rw-r--r--js/gui/ExternSubscription.js2
1 files changed, 1 insertions, 1 deletions
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);