From 8c59634ee0d66d79b27f76818ca5ba41f797359b Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 14 Jul 2011 15:59:23 +0000 Subject: [PATCH] fix slight i18n UI fallout w/one time charges --- httemplate/edit/quick-charge.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); - <% mt('Disable automatic $what charge') |h %> + <% mt("Disable automatic $what charge") |h %> % } -- 2.11.0