summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contact.html.j26
-rw-r--r--developers.html.j22
2 files changed, 4 insertions, 4 deletions
diff --git a/contact.html.j2 b/contact.html.j2
index afe0c1e6..2e38e0d9 100644
--- a/contact.html.j2
+++ b/contact.html.j2
@@ -10,10 +10,10 @@
<div class="container">
<div class="row">
<div class="col-lg-6">
- <h2>{{ _("The mailinglist") }}</h2>
+ <h2>{{ _("The mailing list") }}</h2>
<p>
{% trans %}
- An archived, public mailinglist for GNU Taler is
+ An archived, public mailing list for GNU Taler is
hosted at
<a href="https://lists.gnu.org/mailman/listinfo/taler">https://lists.gnu.org/mailman/listinfo/taler</a>. You can send messages to the list
at <a href="mailto:taler@gnu.org">taler@gnu.org</a>.
@@ -40,7 +40,7 @@
<a href="https://gnunet.org/bugs/">Bug tracker</a>,
which is shared with the GNUnet project.
You can also report bugs or feature requests to the
- mailinglist.
+ mailing list.
{% endtrans %}
</p>
</div>
diff --git a/developers.html.j2 b/developers.html.j2
index 880925d4..1d795ebd 100644
--- a/developers.html.j2
+++ b/developers.html.j2
@@ -90,7 +90,7 @@
<div class="col-lg-4">
<h2>{{ _("Discussion") }}</h2>
- <p>{{ _("We have a mailinglist for developer discussions.
+ <p>{{ _("We have a mailing list for developer discussions.
You can subscribe to it or read the list archive at
<a href='http://lists.gnu.org/mailman/listinfo/taler'>http://lists.gnu.org/mailman/listinfo/taler</a>.") }}</p>
</div>