mirror of
https://github.com/nextcloud/server.git
synced 2026-05-25 02:34:12 -04:00
Link to Nextcloud Android client
This commit is contained in:
parent
ce6479e3dc
commit
84607f42dc
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ class OC_Defaults {
|
|||
$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->defaultAndroidClientUrl = 'https://play.google.com/store/apps/details?id=com.nextcloud.client';
|
||||
$this->defaultDocBaseUrl = 'https://docs.nextcloud.org';
|
||||
$this->defaultDocVersion = $version[0]; // used to generate doc links
|
||||
$this->defaultSlogan = $this->l->t('a safe home for all your data');
|
||||
|
|
|
|||
Loading…
Reference in a new issue