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:
authorDaniel Hansson <github@hanssonit.se>2021-05-20 12:15:14 +0300
committerGitHub <noreply@github.com>2021-05-20 12:15:14 +0300
commit51bfe0309cc7b9d1429d154192b20e8934f6f8a0 (patch)
treefaf7b183c50028fad68733fce37011c2e8e82211 /install-instructions-server.php
parenta3fb22e4e730a00951036926b208a30410e55a67 (diff)
change wording (#1481)
Diffstat (limited to 'install-instructions-server.php')
-rw-r--r--install-instructions-server.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-instructions-server.php b/install-instructions-server.php
index 30c6f64e..f09b8bdf 100644
--- a/install-instructions-server.php
+++ b/install-instructions-server.php
@@ -114,7 +114,7 @@
<p><?php echo $l->t('The Nextcloud VM is designed to be an easy way for less technical home users to get Nextcloud up and running or to test it out. It builds on Ubuntu Linux and makes configuration easy.');?></p>
<p><a class="button button--blue" href="https://download.nextcloud.com/vm/Official-Nextcloud-VM.zip" target="_blank"><?php echo $l->t('Download the VM');?></a></p>
<p><a class="hyperlink" href="https://github.com/nextcloud/vm/tree/official" target="_blank"><?php echo $l->t('Find source here');?></a>.</p>
- <p><?php echo $l->t('If you are looking for a more extensive virtual machine with many scripts to easily set up advanced functionality, ');?><a class="hyperlink" href="https://www.hanssonit.se/nextcloud-vm/" target="_blank"><?php echo $l->t('get the full-version VM from Hansson IT.');?></a> <?php echo $l->t('Note that Nextcloud GmbH does not support this Virtual Machine image, we recommend the UCS appliance for business use.');?></p>
+ <p><?php echo $l->t('If you are looking for a more extensive virtual machine with many scripts to easily set up advanced functionality, ');?><a class="hyperlink" href="https://www.hanssonit.se/nextcloud-vm/" target="_blank"><?php echo $l->t('get the full-version VM from Hansson IT.');?></a> <?php echo $l->t('Note that Nextcloud GmbH does not offer support for this Virtual Machine image, we recommend the UCS appliance for business use.');?></p>
<p><?php echo $l->t('For small businesses, Nextcloud GmbH maintains a free appliance built on the Univention Corporate Server (UCS) with easy graphical setup and web-based administration. It includes user management via LDAP as well as optional online office integration. ');?><a class="hyperlink" href="https://www.univention.com/products/univention-app-center/app-catalog/nextcloud/" target="_blank"><?php echo $l->t('Get the SME/Enterprise appliance.');?></a></p>
</div>
</div>