Skip to content

Commit

Permalink
fixed uppercase to downcase
Browse files Browse the repository at this point in the history
  • Loading branch information
limjinda committed Aug 1, 2016
1 parent 08d020d commit c9731fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/templates/front/payment_execution.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="col-sm-8 col-md-6 col-centered">
<div class="box-wrapper">
<h2>{l s='Bangkok Bank' mod='bankBBL'}</h2>
<form action="{$link->getModuleLink('bankBBL', 'validation', [], true)|escape:'html'}" method="post">
<form action="{$link->getModuleLink('bankbbl', 'validation', [], true)|escape:'html'}" method="post">
<img src="{$this_path_bw}bank-logo.jpg" alt="{l s='BBL Logo' mod='bankBBL'}" class="_logo" />
<h3 class="_title">{l s='You have chosen to pay by BBL' mod='bankBBL'}</h3>
<p class="_lead">{l s='Here is a short summary of your order' mod='bankBBL'}</p>
Expand Down

0 comments on commit c9731fc

Please sign in to comment.