ticket_list.html NO_FOLLOWUP_TEXT name the no followup string ALTERNATIVE_UI_STRINGS

This commit is contained in:
David Vadnais 2025-03-22 09:32:04 -10:00 committed by GitHub
parent b66b2a570e
commit 8ebb111b37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -335,7 +335,7 @@
<script> <script>
window.helpdesk_settings = { window.helpdesk_settings = {
LANGUAGE_CODE: "{{ helpdesk_settings.LANGUAGE_CODE|default:'en-US' }}", 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) { function get_url(row) {