mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-20 17:47:58 +02:00
ticket_list.html NO_FOLLOWUP_TEXT name the no followup string ALTERNATIVE_UI_STRINGS
This commit is contained in:
parent
b66b2a570e
commit
8ebb111b37
@ -335,7 +335,7 @@
|
||||
<script>
|
||||
window.helpdesk_settings = {
|
||||
LANGUAGE_CODE: "{{ helpdesk_settings.LANGUAGE_CODE|default:'en-US' }}",
|
||||
NO_FOLLOWUP_TEXT: "{% trans helpdesk_settings.TRANSLATIONS.No_followup_found|default:'No followup found' %}"
|
||||
NO_FOLLOWUP_TEXT: "{% trans helpdesk_settings.ALTERNATIVE_UI_STRINGS.No_followup_found|default:'No followup found' %}"
|
||||
};
|
||||
|
||||
function get_url(row) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user