Skip to content

Commit

Permalink
correct method label in completed order template per comment
Browse files Browse the repository at this point in the history
See #73
  • Loading branch information
aaronjudd committed Jan 23, 2015
1 parent c8fe44d commit 16c6d0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h3 class="panel-title" data-i18n="cartCompleted.shipment">Shipment</h3>
</address>
{{/with}}
<div class="well well-sm">
{{shipping.shipmentMethod.label}}
{{shipping.shipmentMethod.method.label}}
</div>
</div>
</div>
Expand Down

0 comments on commit 16c6d0e

Please sign in to comment.