summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorAlexander Weidinger <alexwegoo@gmail.com>2016-10-20 15:12:26 +0200
committerAlexander Weidinger <alexwegoo@gmail.com>2016-10-20 15:15:13 +0200
commitd613b1e70e17917952619d35d4d7fe4c9018555e (patch)
treeb7568236697dac321838cffdba3e748eedd02e3d /appinfo
parentac45b5e1586914bff131a7c0fe352da751d2cade (diff)
Replaced various ownCloud with Nextcloud.
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php4
-rw-r--r--appinfo/routes.php2
2 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 8f478905..3ad6cea1 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - contacts
+ * Nextcloud - contacts
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
@@ -20,7 +20,7 @@ $container->query('OCP\INavigationManager')->add(function () use ($container) {
$urlGenerator = $container->query('OCP\IURLGenerator');
$l10n = $container->query('OCP\IL10N');
return [
- // the string under which your app will be referenced in owncloud
+ // the string under which your app will be referenced in Nextcloud
'id' => 'contacts',
// sorting weight for the navigation. The higher the number, the higher
diff --git a/appinfo/routes.php b/appinfo/routes.php
index edea0e49..7baabeb0 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - contacts
+ * Nextcloud - contacts
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.