summaryrefslogtreecommitdiff
path: root/httemplate/misc/change_pkg_contact.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/misc/change_pkg_contact.html
parent6f234776ee49a5991d6a8a0f360ad32f536c6668 (diff)
fix translation escaping
Diffstat (limited to 'httemplate/misc/change_pkg_contact.html')
-rwxr-xr-xhttemplate/misc/change_pkg_contact.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/change_pkg_contact.html b/httemplate/misc/change_pkg_contact.html
index c88140ebf..26eacb905 100755
--- a/httemplate/misc/change_pkg_contact.html
+++ b/httemplate/misc/change_pkg_contact.html
@@ -16,7 +16,7 @@
% if ( $cust_pkg->contactnum ) {
<TR>
- <TH ALIGN="right"><% mt('Current Contact') %></TH>
+ <TH ALIGN="right"><% emt('Current Contact') %></TH>
<TD COLSPAN=7 BGCOLOR="#dddddd">
<% $cust_pkg->contact_obj->line |h %>
</TD>