summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--appinfo/info.xml2
-rw-r--r--js/gui/ExternSubscription.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f3189c146..9f7f1f1e3 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,7 +7,7 @@
Before you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.
-**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.com/server/10/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/owncloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news).]]></description>
+**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.com/server/10/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news).]]></description>
<version>10.1.1</version>
<licence>agpl</licence>
<author>Bernhard Posselt</author>
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);