Skip to content

Commit fb12d0f

Browse files
authored
Update hardcoded credit card message in checkout (#2628)
1 parent 48c32f4 commit fb12d0f

File tree

2 files changed

+2
-2
lines changed
  • app/design/frontend

2 files changed

+2
-2
lines changed

app/design/frontend/base/default/template/checkout/onepage/review/totals.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<?php if ($this->needDisplayBaseGrandtotal()):?>
3131
<tr>
3232
<td class="a-right" colspan="<?php echo $_colspan; ?>">
33-
<small><?php echo $this->helper('sales')->__('Your credit card will be charged for') ?></small>
33+
<small><?php echo $this->helper('sales')->__('Grand Total to be Charged') ?></small>
3434
</td>
3535
<td class="a-right">
3636
<small><?php echo $this->displayBaseGrandtotal() ?></small>

app/design/frontend/default/iphone/template/checkout/onepage/review/totals.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<?php if ($this->needDisplayBaseGrandtotal()):?>
3131
<tr>
3232
<td class="a-right" colspan="<?php echo $_colspan; ?>">
33-
<small><?php echo $this->helper('sales')->__('Your credit card will be charged for') ?></small>
33+
<small><?php echo $this->helper('sales')->__('Grand Total to be Charged') ?></small>
3434
</td>
3535
<td class="a-right">
3636
<small><?php echo $this->displayBaseGrandtotal() ?></small>

0 commit comments

Comments
 (0)