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/misc/change_pkg_contact.html | |
parent | 42a5e5491d250c6462bc9e5bad53786414020fa9 (diff) |
fix translation escaping
Diffstat (limited to 'httemplate/misc/change_pkg_contact.html')
-rwxr-xr-x | httemplate/misc/change_pkg_contact.html | 2 |
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> |