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:
authorJos Poortvliet <jospoortvliet@gmail.com>2017-01-11 21:22:58 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2017-01-11 21:22:58 +0300
commitd7be36e09c6660575ec63c6d475e6792598dc0bf (patch)
tree3ed010bf2fb063e93c5fae46fcdccf66c9c23002
parent84bb07a26e70b4e11ba6c2276e71aa19522433bf (diff)
shorten text
-rw-r--r--page-enterprise.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/page-enterprise.php b/page-enterprise.php
index 67e4a7b9..c2c65f6f 100644
--- a/page-enterprise.php
+++ b/page-enterprise.php
@@ -25,13 +25,8 @@
<section class="what-you-get-section">
<div class="container">
- <h2 class="section--heading-1 text-center revealOnScroll"><?php echo $l->t('What you will get');?></h2>
+ <h2 class="section--heading-1 text-center revealOnScroll"><?php echo $l->t('What we offer');?></h2>
<p class="section--intro text-center revealOnScroll"><?php echo $l->t('Your Nextcloud subscription enables you to successfully deploy and manage your Nextcloud instances, complimenting your IT resources and increasing the efficiency and reliability of your service.');?></p>
- <ul>
- <li class="check"><?php echo $l->t('Direct access to technical expertise of Nextcloud engineers, the latest knowledge and best practices.');?></li>
- <li class="check"><?php echo $l->t('Pro-active security support to identify and address vulnerabilities and harden your servers, protecting the safety and integrity of your data.');?></li>
- <li class="check"><?php echo $l->t('Multi-year life cycle support which matches your OS, making sure your business runs without disruptions.');?></li>
- </ul>
</div>
</section>