diff options
author | Papoteur <papoteur@mageia.org> | 2022-08-31 14:14:11 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2022-08-31 14:14:11 +0200 |
commit | 7e8f183f398be39e44d5f2ddf78636a44c968874 (patch) | |
tree | d899536f359d0c4887d9d958562743a305a11ca2 /en/support/index.php | |
parent | f37f01c4b66283585dc867e3bf5e7c496fa31b82 (diff) | |
download | www-7e8f183f398be39e44d5f2ddf78636a44c968874.tar www-7e8f183f398be39e44d5f2ddf78636a44c968874.tar.gz www-7e8f183f398be39e44d5f2ddf78636a44c968874.tar.bz2 www-7e8f183f398be39e44d5f2ddf78636a44c968874.tar.xz www-7e8f183f398be39e44d5f2ddf78636a44c968874.zip |
Don't leave to think that Mageia 8 is EOL: add explicitely a 3 monthes term.
Diffstat (limited to 'en/support/index.php')
-rw-r--r-- | en/support/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/support/index.php b/en/support/index.php index a44cef2a1..deb695604 100644 --- a/en/support/index.php +++ b/en/support/index.php @@ -54,7 +54,7 @@ $rtl = is_locale_rtl($locale); // _g('And at least three months after the new release is out.'); echo '</p>'; echo '<ul class="hl">'; - _g('Mageia 8 will be supported until August 31st, 2022.', null, 'li'); // _g('Mageia 8 was supported until August 31st, 2022.', null, 'li'); + _g('Mageia 8 will be supported until August 31st, 2022, or for at least 3 monthes after Mageia 9 release.', null, 'li'); // _g('Mageia 8 was supported until August 31st, 2022.', null, 'li'); _g('Mageia 7 was supported until June 30th, 2021.', null, 'li'); _g('Mageia 6 was supported until September 30th, 2019.', null, 'li'); echo '<li>'; |