diff options
author | filip <filip.komar@gmail.com> | 2020-10-31 23:14:13 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2020-10-31 23:14:13 +0100 |
commit | 04f4982c638516296063c6a43917802dbee28f36 (patch) | |
tree | fb95216003e27f33f7a1ba395f17f4eab3286dbd /en | |
parent | b6f6b392704325f14f316ca8f2a645674ebccd57 (diff) | |
download | www-04f4982c638516296063c6a43917802dbee28f36.tar www-04f4982c638516296063c6a43917802dbee28f36.tar.gz www-04f4982c638516296063c6a43917802dbee28f36.tar.bz2 www-04f4982c638516296063c6a43917802dbee28f36.tar.xz www-04f4982c638516296063c6a43917802dbee28f36.zip |
added the missing three months of support after the new release
Diffstat (limited to 'en')
-rw-r--r-- | en/support/index.php | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/en/support/index.php b/en/support/index.php index 5f5f30e44..a314c573f 100644 --- a/en/support/index.php +++ b/en/support/index.php @@ -48,9 +48,14 @@ $rtl = is_locale_rtl($locale); echo '<hr>'; _g('Lifecycle', null, 'h3 id="lifecycle"'); - _g('Mageia releases are supported at least for 18 months.', null, 'p'); + echo '<p>'; + _g('Mageia releases are supported at least for 18 months.', null, ' '); + _g('And at least three months after the new release is out.'); + echo '</p>'; echo '<ul class="hl">'; - _g('Mageia 7 will be supported until December 30th, 2020.', null, 'li'); // _g('Mageia 7 was supported until December 30th, 2020.', null, 'li'); + echo '<li>'; + _g('Mageia 7 will be supported until December 30th, 2020.', null, ' '); _g('Plus three months after Mageia 8 release.'); // _g('Mageia 7 was supported until December 30th, 2020.', null, 'li'); + echo '</li>'; /*_g('Mageia 6 will be supported until September 30th, 2019.', null, 'li'); /**/ _g('Mageia 6 was supported until September 30th, 2019.', null, 'li'); echo '<li>'; _g('Mageia 5 was supported until December 31st, 2017.', null, ' '); |