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-4-5-5.php
parentde7d1bacb5e387e2bbfa83243182b13dc49321b4 (diff)
fix headings
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-outdated-php-5-4-5-5.php')
-rw-r--r--page-outdated-php-5-4-5-5.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/page-outdated-php-5-4-5-5.php b/page-outdated-php-5-4-5-5.php
index 27ab3df8..dcedf31c 100644
--- a/page-outdated-php-5-4-5-5.php
+++ b/page-outdated-php-5-4-5-5.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.4 or PHP 5.5. Nextcloud releases newer than version 10 do not support these PHP releases. We no longer provide public bug and security fixes to Nextcloud 10.');?></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 11 at the earliest convenience. This version requires at least PHP 5.6 on your server.');?></p>