fix i18n
This commit is contained in:
parent
9c340ec08e
commit
9990e059d4
3 changed files with 12 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ class Finance::ReceiveController < Finance::BaseController
|
|||
end
|
||||
end
|
||||
|
||||
flash[:notice] = I18n.t('receive.update.notice')
|
||||
flash[:notice] = I18n.t('finance.receive.update.notice')
|
||||
redirect_to finance_order_index_path
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue