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:
authorMatthieu Gallien <matthieu_gallien@yahoo.fr>2021-11-12 11:52:09 +0300
committerGitHub <noreply@github.com>2021-11-12 11:52:09 +0300
commitae285958f72b5722fecc8819babaaab22de2584f (patch)
tree757a0e36ec050d3a8d4f36c8ad35aa7e1257ecb1
parentd21442647fb010c4a9e458c39279514827940022 (diff)
our current desktop client can run on Windows 8.1 (#1565)
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com> Co-authored-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
-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 f3301d7c..c59f64ae 100644
--- a/install-instructions-clients.php
+++ b/install-instructions-clients.php
@@ -28,7 +28,7 @@
<div class="col-md-6">
<!-- <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>10</small></a>
+ <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.12+, 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>