diff --git a/helpdesk/templates/helpdesk/confirm_delete_saved_query.html b/helpdesk/templates/helpdesk/confirm_delete_saved_query.html index 4b2b5787..6ba9b732 100644 --- a/helpdesk/templates/helpdesk/confirm_delete_saved_query.html +++ b/helpdesk/templates/helpdesk/confirm_delete_saved_query.html @@ -2,15 +2,14 @@ {% block helpdesk_title %}{% trans "Delete Saved Query" %}{% endblock %} -{% block helpdesk_body %}{% blocktrans with query.title as query_title %} -
Are you sure you want to delete this saved filter ({{ query_title }})? To re-create it, you will need to manually re-filter your ticket listing.
-{% endblocktrans %} +{% blocktrans with query.title as query_title %}Are you sure you want to delete this saved filter ({{ query_title }})? To re-create it, you will need to manually re-filter your ticket listing.{% endblocktrans %}
-{% if query.shared %}{% blocktrans %} -You have shared this query, so other users may be using it. If you delete it, they will have to manually create their own query.
-{% endblocktrans %}{% endif %} +{% if query.shared %} +{% blocktrans %}You have shared this query, so other users may be using it. If you delete it, they will have to manually create their own query.{% endblocktrans %}
+{% endif %}{% trans "No, Don't Delete It" %}
diff --git a/helpdesk/templates/helpdesk/create_ticket.html b/helpdesk/templates/helpdesk/create_ticket.html index f3caf81c..fbf63de1 100644 --- a/helpdesk/templates/helpdesk/create_ticket.html +++ b/helpdesk/templates/helpdesk/create_ticket.html @@ -6,9 +6,9 @@Unless otherwise stated, all fields are required. Please provide as descriptive a title and description as possible.
{% endblocktrans %} +{% trans "Unless otherwise stated, all fields are required." %} {% trans "Please provide as descriptive a title and description as possible." %}