summaryrefslogtreecommitdiff
path: root/httemplate/elements/change_password.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-09-25 12:20:40 -0700
committerIvan Kohler <ivan@freeside.biz>2016-09-25 12:20:40 -0700
commit4dc075fc38008d1c6cbe9b88b2bdb32bdc92adbf (patch)
treec545a27868fdb90bfea8ac7337092731e01bf2b6 /httemplate/elements/change_password.html
parent42a5e5491d250c6462bc9e5bad53786414020fa9 (diff)
fix translation escaping
Diffstat (limited to 'httemplate/elements/change_password.html')
-rw-r--r--httemplate/elements/change_password.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/change_password.html b/httemplate/elements/change_password.html
index 2b40ec1c8..a84e823d2 100644
--- a/httemplate/elements/change_password.html
+++ b/httemplate/elements/change_password.html
@@ -8,7 +8,7 @@
display: none;
}
</STYLE>
-<A ID="<%$pre%>link" HREF="javascript:void(0)" onclick="<%$pre%>toggle(true)">(<% mt('change') %>)</A>
+<A ID="<%$pre%>link" HREF="javascript:void(0)" onclick="<%$pre%>toggle(true)">(<% emt('change') %>)</A>
<DIV ID="<%$pre%>form" CLASS="passwordbox">
<FORM METHOD="POST" ACTION="<%$fsurl%>misc/process/change-password.html">
<INPUT TYPE="hidden" NAME="svcnum" VALUE="<% $svc_acct->svcnum |h%>">