diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-09-25 12:20:52 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-09-25 12:20:52 -0700 |
commit | 9d44cb2be1bfdfb20d3f733b07ca4441e7f18401 (patch) | |
tree | 43cb1862d1c282e4bfa50a952fa2b43f3e2b595f /httemplate/misc/detach_pkg.html | |
parent | 6f234776ee49a5991d6a8a0f360ad32f536c6668 (diff) |
fix translation escaping
Diffstat (limited to 'httemplate/misc/detach_pkg.html')
-rwxr-xr-x | httemplate/misc/detach_pkg.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/misc/detach_pkg.html b/httemplate/misc/detach_pkg.html index b2dfa389d..dc2329150 100755 --- a/httemplate/misc/detach_pkg.html +++ b/httemplate/misc/detach_pkg.html @@ -28,7 +28,7 @@ <INPUT TYPE="hidden" NAME="last" VALUE="<% $cust_contact->get('last') |h %>"> <TR> - <TH ALIGN="right"><% mt('Name') %></TH> + <TH ALIGN="right"><% emt('Name') %></TH> <TD COLSPAN=7 BGCOLOR="#dddddd"> <% $cust_pkg->contact_obj->line |h %> </TD> @@ -36,7 +36,7 @@ % #} <TR> - <TH ALIGN="right" VALIGN="top"><% mt('Address') %></TH> + <TH ALIGN="right" VALIGN="top"><% emt('Address') %></TH> <TD COLSPAN=7 BGCOLOR="#dddddd"> <% $loc->location_label( 'join_string' => '<BR>', |