summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-07-21 01:56:47 +0200
committerLukas Reschke <lukas@statuscode.ch>2016-07-21 01:56:47 +0200
commit7c6896f091245393bedd12a9d06803a0252709ea (patch)
treeefc3d77407e057639fd463b6534bc8b54a902c00 /lib
parent19f770d0db516617fa6b533661c168cda95f5e14 (diff)
downloadnextcloud-server-7c6896f091245393bedd12a9d06803a0252709ea.tar.gz
nextcloud-server-7c6896f091245393bedd12a9d06803a0252709ea.zip
Link to proper clients
Diffstat (limited to 'lib')
-rw-r--r--lib/private/legacy/defaults.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/private/legacy/defaults.php b/lib/private/legacy/defaults.php
index 3c64ec494c7..58aa4e11061 100644
--- a/lib/private/legacy/defaults.php
+++ b/lib/private/legacy/defaults.php
@@ -49,16 +49,15 @@ class OC_Defaults {
function __construct() {
$this->l = \OC::$server->getL10N('lib');
- $version = \OCP\Util::getVersion();
$this->defaultEntity = 'Nextcloud'; /* e.g. company name, used for footers and copyright notices */
$this->defaultName = 'Nextcloud'; /* short name, used when referring to the software */
$this->defaultTitle = 'Nextcloud'; /* can be a longer name, for titles */
$this->defaultBaseUrl = 'https://nextcloud.com';
$this->defaultSyncClientUrl = 'https://nextcloud.com/install';
- $this->defaultiOSClientUrl = 'https://itunes.apple.com/us/app/owncloud/id543672169?mt=8';
- $this->defaultiTunesAppId = '543672169';
- $this->defaultAndroidClientUrl = 'https://play.google.com/store/apps/details?id=com.owncloud.android';
+ $this->defaultiOSClientUrl = 'https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8';
+ $this->defaultiTunesAppId = '1125420102';
+ $this->defaultAndroidClientUrl = 'https://play.google.com/store/apps/details?id=com.nextcloud.client';
$this->defaultDocBaseUrl = 'https://docs.nextcloud.org';
$this->defaultDocVersion = '10'; // used to generate doc links
$this->defaultSlogan = $this->l->t('a safe home for all your data');