summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
authorivan <ivan>2011-07-14 15:59:23 +0000
committerivan <ivan>2011-07-14 15:59:23 +0000
commit8c59634ee0d66d79b27f76818ca5ba41f797359b (patch)
tree0dd95465efd4a1d138bef0229e248255db94113b /httemplate/edit
parent3d2e1d9b5d1883f768f5a90e0dfaae7cc9a41367 (diff)
fix slight i18n UI fallout w/one time charges
Diffstat (limited to 'httemplate/edit')
-rw-r--r--httemplate/edit/quick-charge.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/quick-charge.html b/httemplate/edit/quick-charge.html
index 3fe43dcbc..27841063f 100644
--- a/httemplate/edit/quick-charge.html
+++ b/httemplate/edit/quick-charge.html
@@ -154,7 +154,7 @@ function bill_now_changed (what) {
% if ( $cust_main->payby =~ /^(CARD|CHEK)$/ ) {
% my $what = lc(FS::payby->shortname($cust_main->payby));
<TR>
- <TD ALIGN="right"><% mt('Disable automatic $what charge') |h %> </TD>
+ <TD ALIGN="right"><% mt("Disable automatic $what charge") |h %> </TD>
<TD COLSPAN=6><INPUT TYPE="checkbox" NAME="no_auto" VALUE="Y"></TD>
</TR>
% }