fix i18n key
This commit is contained in:
parent
931b3bef5e
commit
3cfd8b2d44
4 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue