diff --git a/src/postorius/templates/postorius/lists/index.html b/src/postorius/templates/postorius/lists/index.html
index 63a692a..01efa94 100644
--- a/src/postorius/templates/postorius/lists/index.html
+++ b/src/postorius/templates/postorius/lists/index.html
@@ -36,7 +36,7 @@
{% for list in lists %}
- {{ list.display_name }}{% if not list.settings.advertised %} (private*){% endif %}
+ {{ list.display_name }}{% if not list.settings.advertised %} ({% trans 'unadvertised' %}*){% endif %}
|
{{ list.fqdn_listname }} |
{{ list.settings.description }} |
@@ -46,7 +46,7 @@
{% if user.is_superuser %}
- * Private lists can only be seen by admins.
+ * {% trans 'Only admins see unadvertised lists in the list index.' %}
{% endif %}
{% else %}