Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Cambra <claudio.cambra@gmail.com>2022-05-18 18:26:53 +0300
committerGitHub <noreply@github.com>2022-05-18 18:26:53 +0300
commit9b81a12e886b15b27745d5b363fdbf57af560488 (patch)
tree5f631441941fda413c6f803fd906b4ef94f7abc5
parent35505202100647f0363b3e12efd66a19bf060d6f (diff)
Bump up minimum macOS version to 10.14macos10.14
-rw-r--r--install-instructions-clients.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-instructions-clients.php b/install-instructions-clients.php
index 5bc7b371..58ed77ff 100644
--- a/install-instructions-clients.php
+++ b/install-instructions-clients.php
@@ -29,7 +29,7 @@
<!-- <p><?php echo $l->t('Latest stable version:');?> <?php echo $VERSIONS_CLIENT_DESKTOP_STABLE_FULL; ?>&nbsp;<a href="https://github.com/nextcloud/desktop/releases"><?php echo $l->t('changelog');?></a>&nbsp;</p> -->
<p><?php echo $l->t('Use the desktop clients to keep your files synchronized between your Nextcloud server and your desktop. Select one or more directories on your local machine and always have access to your latest files wherever you are.');?> <a class="hyperlink" href="<?php echo home_url('clients');?>"><?php echo $l->t('Learn more about our clients here.');?></a></p>
<a href="<?php echo $DOWNLOAD_CLIENT_DESKTOP_STABLE_WIN; ?>" id="client-download-win" class="button button--white"><i class="fa-windows"></i> Windows<br /><small>8.1+</small></a>
- <a href="<?php echo $DOWNLOAD_CLIENT_DESKTOP_STABLE_MAC; ?>" id="client-download-mac" class="button button--white"><i class="fa-apple"></i> macOS<br /><small>10.13+, 64 bit</small></a>
+ <a href="<?php echo $DOWNLOAD_CLIENT_DESKTOP_STABLE_MAC; ?>" id="client-download-mac" class="button button--white"><i class="fa-apple"></i> macOS<br /><small>10.14+, 64 bit</small></a>
<a href="<?php echo $DOWNLOAD_CLIENT_DESKTOP_STABLE_LINUX; ?>" id="client-download-linux" class="button button--white"><i class="fa-linux"></i> Linux<br /><small>AppImage</small></a>
<br>
<p><i class="fa-apple"></i>&nbsp;<a href="<?php echo $DOWNLOAD_CLIENT_DESKTOP_STABLE_MAC_LEGACY; ?>">Mac OS 10.10+ (legacy)</a></p>