fix i18n key

This commit is contained in:
wvengen 2013-06-21 13:25:52 +02:00
parent 931b3bef5e
commit 3cfd8b2d44
4 changed files with 4 additions and 4 deletions

View file

@ -7,4 +7,4 @@
%td.numeric= number_to_currency(group_order.price)
.form-actions
= link_to t('.clear'), close_finance_order_path(@order), method: :put, class: 'btn btn-primary'
= link_to t('.or_cancle'), new_finance_order_path(order_id: @order.id)
= link_to t('.or_cancel'), new_finance_order_path(order_id: @order.id)