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>2019-01-21 19:38:50 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2019-01-21 19:39:01 +0300
commited70ccad89734e7c7a51b3f3c78bc309a70d66c4 (patch)
tree79ab9bd8fce8bcd8c2b9f882836ee1ae94a617f6 /page-outdated-php-5-6.php
parent1cab8aaa8c3668f30a678a0e8d23fce61df33480 (diff)
minor fix
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 8a0e5355..4fd9ac9e 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 these PHP releases. We 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 releas. 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>