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-10-26 21:17:19 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2019-10-26 21:17:19 +0300
commit535c3a60549b16350c1f34882404420a60b69568 (patch)
tree878663bdf82cd09eecafdd33018d5abfef9acf29 /page-outdated-php-5-6.php
parentde7d1bacb5e387e2bbfa83243182b13dc49321b4 (diff)
fix headings
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
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 5b95338a..9c785f76 100644
--- a/page-outdated-php-5-6.php
+++ b/page-outdated-php-5-6.php
@@ -16,7 +16,7 @@
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
- <p class="section--paragraph__tittle"><?php echo $l->t('Update for your Nextcloud');?></p>
+ <h3 class="section--paragraph__title"><?php echo $l->t('Update for your Nextcloud');?></h3>
<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 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>