[tor-commits] [tpo/master] Add #tor-www and #tor-l10n to list of irc channels in contact page

pili at torproject.org pili at torproject.org
Wed Sep 4 10:23:40 UTC 2019


commit 5a35918d514ecd41d2153903d449006b7bba1ec5
Author: kjpark <kjedidiahpark at gmail.com>
Date:   Wed Sep 4 02:20:31 2019 -0400

    Add #tor-www and #tor-l10n to list of irc channels in contact page
---
 templates/contact.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/templates/contact.html b/templates/contact.html
index 6646743..b519fc1 100644
--- a/templates/contact.html
+++ b/templates/contact.html
@@ -8,10 +8,12 @@
       <h3 class="text-secondary display-5 mb-4"><i class="text-primary pr-2 fas fa-table-tennis-png"></i> {{ _('Chat with us on') }} {{ render_oftc() }}</h3>
       <p class="text-tpo"><span class="text-primary nick">#tor</span> - {{ _("Ask questions about using Tor.") }}</p>
       <p class="text-tpo"><span class="text-primary nick">#tor-dev</span> - {{ _("Discuss Tor-related coding and protocols. Ideas are welcome.") }}</p>
-      <p class="text-tpo"><span class="text-primary nick">#tor-project</span> - {{ _("Discuss organization and community related topics: meetups, outreach, translation, or website improvements.") }}</p>
+      <p class="text-tpo"><span class="text-primary nick">#tor-l10n</span> - {{ _("Get in touch with other translators") }}</p>
       <p class="text-tpo"><span class="text-primary nick">#tor-meeting</span> - {{ _("Watch or join publicly logged team meetings.") }}</p>
+      <p class="text-tpo"><span class="text-primary nick">#tor-project</span> - {{ _("Discuss organization and community related topics: meetups, outreach, translation, or website improvements.") }}</p>
       <p class="text-tpo"><span class="text-primary nick">#tor-relays</span> - {{ _("Discuss running a Tor relay.") }}</p>
       <p class="text-tpo"><span class="text-primary nick">#tor-south</span> - {{ _("Talk with Tor's global south community.") }}</p>
+      <p class="text-tpo"><span class="text-primary nick">#tor-www</span> - {{ _("Talk with us about our portals.") }}</p>
     </div>
     <div class="d-block d-sm-none container py-3">
       <div class="row border-bottom border-light"><p></p></div>



More information about the tor-commits mailing list