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/elements/change_password.html | |
| parent | 6f234776ee49a5991d6a8a0f360ad32f536c6668 (diff) | |
fix translation escaping
Diffstat (limited to 'httemplate/elements/change_password.html')
| -rw-r--r-- | httemplate/elements/change_password.html | 2 |
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%>"> |
