diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2021-02-05 23:50:29 +0100 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2021-02-05 23:50:29 +0100 |
commit | c0c751c2ce5795aa9ad64bed77e8b7e1f093da00 (patch) | |
tree | 4396b5fd46ff62ff1440d6a4d9668343e92fe22b /en/downloads/prerelease | |
parent | 5d5152c8c9c68b602e2cfbdfabdb7f09ca4d8184 (diff) | |
download | www-c0c751c2ce5795aa9ad64bed77e8b7e1f093da00.tar www-c0c751c2ce5795aa9ad64bed77e8b7e1f093da00.tar.gz www-c0c751c2ce5795aa9ad64bed77e8b7e1f093da00.tar.bz2 www-c0c751c2ce5795aa9ad64bed77e8b7e1f093da00.tar.xz www-c0c751c2ce5795aa9ad64bed77e8b7e1f093da00.zip |
Change warning text, and associated css color
Diffstat (limited to 'en/downloads/prerelease')
-rw-r--r-- | en/downloads/prerelease/download_index.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/en/downloads/prerelease/download_index.php b/en/downloads/prerelease/download_index.php index fc158cea0..205f73fc4 100644 --- a/en/downloads/prerelease/download_index.php +++ b/en/downloads/prerelease/download_index.php @@ -91,12 +91,12 @@ input[type="radio"], input[type="submit"], .popover-content { <h1 id="mgnavt"><?php echo sprintf(_g('Download') . ' <strong>%s %s %s</strong>',$name, $version, $release)?></h1> <?php include './nav.php'; ?> - <div class="bg-danger"> + <div class="bg-warning"> <p class="text-white p-3 container"><?php // _g('Be careful! This is an alpha, unstable release.'); - _g('Be careful! This is a beta, unstable release.'); +// _g('Be careful! This is a beta, unstable release.'); // _g('It is only intended for developer use. <strong>DO NOT USE THIS IN PRODUCTION OR FOR OFFICIAL REVIEW.</strong>'); -// _g('This is a Release Candidate. Release Candidate software is software that has graduated Beta testing, and should be a release-ready product suitable for advanced users and reviewers. However, beginning users and critical-applications users may wish to wait for the final release planned for %s.', array(_r('July 2019')), ' '); _g('Release Candidate is intended to identify any remaining bugs or missing packages.'); ?></p> + _g('This is a Release Candidate. Release Candidate software is software that has graduated Beta testing, and should be a release-ready product suitable for advanced users and reviewers. However, beginning users and critical-applications users may wish to wait for the final release planned for %s.', array(_r('february 2021')), ' '); _g('Release Candidate is intended to identify any remaining bugs or missing packages.'); ?></p> </div> |