Skip to content

Commit

Permalink
Fix point
Browse files Browse the repository at this point in the history
  • Loading branch information
lqdung-lockon committed Jan 17, 2019
1 parent c66358a commit 797fa0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/template/default/Mypage/history.twig
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ file that was distributed with this source code.
{% if BaseInfo.isOptionPoint %}
<div class="ec-definitions">
<dt>{{ 'front.mypage.use_point'|trans }}</dt>
<dd>{{ Order.usePoint }} pt</dd>
<dd>{{ Order.usePoint }} {{ 'common.point'|trans }}</dd>
</div>
<div class="ec-definitions">
<dt>{{ 'front.mypage.add_point'|trans }}</dt>
<dd>{{ Order.addPoint }} pt</dd>
<dd>{{ Order.addPoint }} {{ 'common.point'|trans }}</dd>
</div>
{% endif %}

Expand Down

0 comments on commit 797fa0c

Please sign in to comment.