diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2016-09-25 12:20:40 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2016-09-25 12:20:40 -0700 |
| commit | 4dc075fc38008d1c6cbe9b88b2bdb32bdc92adbf (patch) | |
| tree | c545a27868fdb90bfea8ac7337092731e01bf2b6 /httemplate/view/cust_main/misc.html | |
| parent | 42a5e5491d250c6462bc9e5bad53786414020fa9 (diff) | |
fix translation escaping
Diffstat (limited to 'httemplate/view/cust_main/misc.html')
| -rw-r--r-- | httemplate/view/cust_main/misc.html | 2 |
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> |
