aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@sucuk.mageia.org>2022-04-07 20:05:03 +0200
committerroot <root@sucuk.mageia.org>2022-04-07 20:05:03 +0200
commitb5142b721dbf56091c2c4f3c61ec5e7b3798e348 (patch)
tree76521d74bc2dfaa39959385f400b4e84ee657995
parentf2480d5258f2d6f90d715b09a9bb0f3a2d799ca8 (diff)
parent86ab0c71cbef7e871f14f76d80396f9e633b6aef (diff)
downloadwww-b5142b721dbf56091c2c4f3c61ec5e7b3798e348.tar
www-b5142b721dbf56091c2c4f3c61ec5e7b3798e348.tar.gz
www-b5142b721dbf56091c2c4f3c61ec5e7b3798e348.tar.bz2
www-b5142b721dbf56091c2c4f3c61ec5e7b3798e348.tar.xz
www-b5142b721dbf56091c2c4f3c61ec5e7b3798e348.zip
Merge branch 'master' of git://git.mageia.org/web/www
-rw-r--r--en/about/reports/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/en/about/reports/index.php b/en/about/reports/index.php
index 695e57f13..a3c9f7a22 100644
--- a/en/about/reports/index.php
+++ b/en/about/reports/index.php
@@ -26,7 +26,8 @@ $rtl = is_locale_rtl($locale);
<p><?php _g('Here you will find our various activity and financial reports for every year.')?></p>
<ul>
- <li>2020: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2020.html">', ' ' . _r('(in progress)')));?></li>
+ <li>2021: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2021.html">', ' ' . _r('(in progress)')));?></li>
+ <li>2020: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2020.html">', ''));?></li>
<li>2019: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2019.html">', ''));?></li>
<li>2018: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2018.html">', ''));?></li>
<li>2017: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2017.html">', ''));?></li>