diff --git a/src/postorius/templates/postorius/base.html b/src/postorius/templates/postorius/base.html index 162298f..183d7f8 100644 --- a/src/postorius/templates/postorius/base.html +++ b/src/postorius/templates/postorius/base.html @@ -8,7 +8,7 @@
{% trans 'Are you sure you want to permanently delete this Domain?' %}
+{% trans 'Are you sure you want to permanently delete this domain?' %}
diff --git a/src/postorius/templates/postorius/lists/confirm_remove_role.html b/src/postorius/templates/postorius/lists/confirm_remove_role.html index 6681c2b..86ef856 100644 --- a/src/postorius/templates/postorius/lists/confirm_remove_role.html +++ b/src/postorius/templates/postorius/lists/confirm_remove_role.html @@ -2,14 +2,14 @@ {% load i18n %} {% block subtitle %} -{% trans 'Confirm Remove Role' %} | {{ address }} +{% trans 'Confirm remove role' %} | {{ address }} {% endblock %} {% load nav_helpers %} {% block main %}{% trans 'Are you sure?' %}