diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-06-02 10:55:35 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-06-02 10:55:35 +0000 |
commit | 886669923d5b6ebcf095accb328f72f5972ef183 (patch) | |
tree | c2d7dcd8d7135f90265151d1f675b1e5e83f344c /en | |
parent | b1ca7bdb3efac85c979903b1ad3068ef27cdffe8 (diff) | |
download | www-886669923d5b6ebcf095accb328f72f5972ef183.tar www-886669923d5b6ebcf095accb328f72f5972ef183.tar.gz www-886669923d5b6ebcf095accb328f72f5972ef183.tar.bz2 www-886669923d5b6ebcf095accb328f72f5972ef183.tar.xz www-886669923d5b6ebcf095accb328f72f5972ef183.zip |
Fix sysadmin email link
Diffstat (limited to 'en')
-rw-r--r-- | en/contact/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/contact/index.php b/en/contact/index.php index af0259597..d50df36b9 100644 --- a/en/contact/index.php +++ b/en/contact/index.php @@ -57,7 +57,7 @@ _lang_load($locale, 'contact'); _h('Use <a href="%s">the dev mailing list</a> for Mageia developement discussions', array('https://ml.mageia.org/l/info/dev'), 'li'); _h('Use one of <a href="https://wiki.mageia.org/en/Mailing_lists">the other mailing lists</a> for discussions on other topics', null, 'li'); _h('Contact <a href="%s">the treasurer</a> for donation questions', array('mailto:treasurer@mageia.org'), 'li'); - _h('Contact <a herf="%s">the sysadmin team</a> for questions about mirrors, problems with your <a href="%s">Mageia identity account</a>, or other problems with Mageia infrastructure (there is also a public <a href="%s">sysadmin-discuss mailing list</a> if your question does not need to be private)', array('mailto:sysadmin@group.mageia.org', 'https://identity.mageia.org/', 'https://ml.mageia.org/l/info/sysadmin-discuss'), 'li'); + _h('Contact <a href="%s">the sysadmin team</a> for questions about mirrors, problems with your <a href="%s">Mageia identity account</a>, or other problems with Mageia infrastructure (there is also a public <a href="%s">sysadmin-discuss mailing list</a> if your question does not need to be private)', array('mailto:sysadmin@group.mageia.org', 'https://identity.mageia.org/', 'https://ml.mageia.org/l/info/sysadmin-discuss'), 'li'); _h('If you want to contact Council or Board for a public discussion, you can start a thread on a mailing-list and add the <a href="%s">Board</a> or <a href="%s">Council</a> alias in CC.', array('mailto:board@group.mageia.org', 'mailto:council@group.mageia.org'), 'li'); echo '</ul>'; |