Skip to content

Commit

Permalink
fix mistakes in sentences
Browse files Browse the repository at this point in the history
  • Loading branch information
bladeroot committed Nov 10, 2015
1 parent c041e59 commit cbca0b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/cart/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="col-xs-12">
<h2 class="page-header">
<?= Yii::t('app', 'Your cart') ?>
<small class="pull-right">Date: 2/10/2014</small>
<small class="pull-right"><?= Yii::t('app', 'Date') ?>: <?= date('Y-m-d') ?></small>
</h2>
</div>
<!-- /.col -->
Expand Down Expand Up @@ -107,7 +107,7 @@
<div class="row no-print">
<div class="col-xs-12">
<?= Html::a('<i class="fa fa-refresh"></i> ' . Yii::t('app', 'Clear cart'), ['clear'], ['class' => 'btn btn-default']); ?>
<?= Html::a('<i class="fa fa-credit-card"></i> ' . Yii::t('app', 'Make oreder'), ['clear'], ['class' => 'btn btn-success pull-right']); ?>
<?= Html::a('<i class="fa fa-credit-card"></i> ' . Yii::t('app', 'Make order'), ['clear'], ['class' => 'btn btn-success pull-right']); ?>
</div>
</div>
</section>
</section>

0 comments on commit cbca0b2

Please sign in to comment.