diff options
Diffstat (limited to 'core/Controller/OCSController.php')
-rw-r--r-- | core/Controller/OCSController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Controller/OCSController.php b/core/Controller/OCSController.php index 05d2a34bac4..c785f1ff94a 100644 --- a/core/Controller/OCSController.php +++ b/core/Controller/OCSController.php @@ -60,7 +60,7 @@ class OCSController extends \OCP\AppFramework\OCSController { public function getConfig() { $data = [ 'version' => '1.7', - 'website' => 'ownCloud', + 'website' => 'Nextcloud', 'host' => $this->request->getServerHost(), 'contact' => '', 'ssl' => 'false', |