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:
authorMorris Jobke <hey@morrisjobke.de>2019-02-28 00:33:41 +0300
committerMorris Jobke <hey@morrisjobke.de>2019-02-28 00:33:41 +0300
commitf6713c21cf576683e33af5804535ab41419d252e (patch)
tree2207ad3c91277fc8da33e15ff7def3de6b673e57 /page-outdated-php-5-6.php
parentc4ca4f61090ae04cd1dee965571c5a5f0d905b7d (diff)
Fix typo
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'page-outdated-php-5-6.php')
-rw-r--r--page-outdated-php-5-6.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/page-outdated-php-5-6.php b/page-outdated-php-5-6.php
index 4fd9ac9e..5b95338a 100644
--- a/page-outdated-php-5-6.php
+++ b/page-outdated-php-5-6.php
@@ -18,7 +18,7 @@
<div class="col-md-8 col-md-offset-2">
<p class="section--paragraph__tittle"><?php echo $l->t('Update for your Nextcloud');?></p>
<p class="section--paragraph"><?php echo $l->t('Dear Nextcloud user,');?></p>
- <p class="section--paragraph"><?php echo $l->t('Our update check has noticed that your server is running PHP 5.6. Nextcloud releases newer than version 13 do not support this PHP releas. We also no longer provide public bug and security fixes to Nextcloud 13.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Our update check has noticed that your server is running PHP 5.6. Nextcloud releases newer than version 13 do not support this PHP release. We also no longer provide public bug and security fixes to Nextcloud 13.');?></p>
<p class="section--paragraph"><?php echo $l->t('Running a Nextcloud release without security and stability updates puts your data at risk. We strongly recommend to upgrade to Nextcloud 14 at the earliest convenience. This version requires at least PHP 7.0 on your server.');?></p>
<p class="section--paragraph"><?php echo $l->t('If you are a customer and can not upgrade to Nextcloud 14, contact the Nextcloud support team for access to our long term support for Nextcloud 13. We are dedicated to accommodating your needs.');?></p>
<p class="section--paragraph"><?php echo $l->t('We strongly recommend all other users to install a newer PHP version and upgrade Nextcloud to a more recent, maintained version. Once you upgraded PHP on your server, Nextcloud will inform you about possible updates. Just go to the admin settings and check the version section.');?></p>