aboutsummaryrefslogtreecommitdiffstats
path: root/en/contribute/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/contribute/index.php')
-rw-r--r--en/contribute/index.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/en/contribute/index.php b/en/contribute/index.php
index 8e33754a6..ea10fea31 100644
--- a/en/contribute/index.php
+++ b/en/contribute/index.php
@@ -67,7 +67,10 @@ $rtl = is_locale_rtl($locale);
</li>
<li id="triage">
<h3><a href="https://wiki.mageia.org/en/Bug_Squad"><?php _g('Triaging')?></a></h3>
- <p><?php _g('Bugs happen! And some get reported. So, logically they need to be triaged to make the task of the packagers/developers fixing them easier: validation (is the bug reproducible?), collecting the needed debugging info from the reporter, assigning the report properly. <a href="https://wiki.mageia.org/en/Bug_Squad">Grow the Triage team</a> and be the link between users who report bugs in the forums or mailing-lists, and the <a href="https://bugs.mageia.org/">Mageia Bugzilla</a> used by developers.')?></p>
+ <p><?php _g('Bugs happen! And some get reported. So, logically they need to be triaged to make the task of the packagers/developers fixing them easier: validation (is the bug reproducible?), collecting the needed debugging info from the reporter, assigning the report properly.', null, ' ');
+ _g("Our %sBug Squad%s takes care of that and more, grow this team and play an essential part in %sMageia's bug%s solving.",
+ array('<a href="' . _r('https://wiki.mageia.org/en/Bug_Squad') . '">', '</a>',
+ '<a href="https://bugs.mageia.org/">', '</a>'))?></p>
</li>
<li id="qa">
<h3><a href="https://wiki.mageia.org/en/QA_Team"><?php _g('Testing &amp; <abbr title="Quality Assurance">QA</abbr>')?></a></h3>