fix some small i18n errors
This commit is contained in:
parent
ec1ef0289b
commit
24d04b25db
3 changed files with 3 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ class OrdersController < ApplicationController
|
|||
def finish
|
||||
order = Order.find(params[:id])
|
||||
order.finish!(@current_user)
|
||||
redirect_to order, notice: I18n.t('order.finish.notice')
|
||||
redirect_to order, notice: I18n.t('orders.finish.notice')
|
||||
end
|
||||
|
||||
# Renders the fax-text-file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue