diff --git a/src/postorius/templates/postorius/lists/settings.html b/src/postorius/templates/postorius/lists/settings.html index dbd5fd5..a0c6207 100644 --- a/src/postorius/templates/postorius/lists/settings.html +++ b/src/postorius/templates/postorius/lists/settings.html @@ -5,7 +5,7 @@ {% block main %} {% if message %}
{{ message }}
{% endif %} - {% list_nav 'list_settings' 'Settings' %} + {% list_nav 'list_settings' {% trans 'Settings' %} %} {% endif %} {% else %} -To subscribe or unsubscribe this list you have to be logged in.
- +{% trans "To subscribe to or unsubscribe from this list you have to be logged in." %}
+ {% endif %} {% endblock %}