diff --git a/helpdesk/templates/helpdesk/base.html b/helpdesk/templates/helpdesk/base.html index dfd314fb..0e4bbef2 100644 --- a/helpdesk/templates/helpdesk/base.html +++ b/helpdesk/templates/helpdesk/base.html @@ -1,7 +1,7 @@ {% load i18n %}
-Jutda Helpdesk provides a powerful API to allow you to interact with your helpdesk tickets by a means not otherwise provided by the helpdesk.
+django-helpdesk provides a powerful API to allow you to interact with your helpdesk tickets by a means not otherwise provided by the helpdesk.
For example, you may use this API to implement a system to automatically open a ticket when an invoice is raised in your invoicing system, or to automatically close a ticket from an instant messenger application.
diff --git a/helpdesk/templates/helpdesk/help_base.html b/helpdesk/templates/helpdesk/help_base.html index 8fdaf1af..03dbee2b 100644 --- a/helpdesk/templates/helpdesk/help_base.html +++ b/helpdesk/templates/helpdesk/help_base.html @@ -36,10 +36,10 @@ padding-left: 2em; } -Jutda Helpdesk provides a powerful way for you to embed fields from the current ticket into your comments and ticket resolutions using a template language.
+django-helpdesk provides a powerful way for you to embed fields from the current ticket into your comments and ticket resolutions using a template language.
For example, you may want to place the last escalation date into a ticket comment, or reproduce the original description sent to you by the submitter.
diff --git a/helpdesk/templates/helpdesk/public_base.html b/helpdesk/templates/helpdesk/public_base.html index caf77463..5d50d4f3 100644 --- a/helpdesk/templates/helpdesk/public_base.html +++ b/helpdesk/templates/helpdesk/public_base.html @@ -19,7 +19,7 @@ {% block helpdesk_body %}{% endblock %} {% include "helpdesk/debug.html" %}