diff options
Diffstat (limited to 'httemplate/misc/payment.cgi')
-rw-r--r-- | httemplate/misc/payment.cgi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/misc/payment.cgi b/httemplate/misc/payment.cgi index 4c02da066..a033c1cea 100644 --- a/httemplate/misc/payment.cgi +++ b/httemplate/misc/payment.cgi @@ -222,7 +222,7 @@ <TR> <TD COLSPAN=2> <INPUT TYPE="checkbox" CHECKED NAME="save" VALUE="1"> - <% mt('Remember this informatio') |h %> + <% mt('Remember this information') |h %> </TD> </TR> @@ -265,8 +265,8 @@ die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Process payment'); -my %type = ( 'CARD' => emt('credit card'), - 'CHEK' => emt('electronic check (ACH)'), +my %type = ( 'CARD' => 'credit card', + 'CHEK' => 'electronic check (ACH)', ); $cgi->param('payby') =~ /^(CARD|CHEK)$/ |