summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/misc.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-09-25 12:20:52 -0700
committerIvan Kohler <ivan@freeside.biz>2016-09-25 12:20:52 -0700
commit9d44cb2be1bfdfb20d3f733b07ca4441e7f18401 (patch)
tree43cb1862d1c282e4bfa50a952fa2b43f3e2b595f /httemplate/view/cust_main/misc.html
parent6f234776ee49a5991d6a8a0f360ad32f536c6668 (diff)
fix translation escaping
Diffstat (limited to 'httemplate/view/cust_main/misc.html')
-rw-r--r--httemplate/view/cust_main/misc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/misc.html b/httemplate/view/cust_main/misc.html
index 7e625d26c..d9bf91e17 100644
--- a/httemplate/view/cust_main/misc.html
+++ b/httemplate/view/cust_main/misc.html
@@ -165,7 +165,7 @@
% if ( $conf->exists('ticket_system-selfservice_edit_subject') ) {
<TR>
- <TH ALIGN="right"><% mt('Edit ticket subjects') %></TH>
+ <TH ALIGN="right"><% emt('Edit ticket subjects') %></TH>
<TD><% $cust_main->edit_subject ? 'yes' : 'no' %></TD>
</TR>