This commit is contained in:
wvengen 2013-11-25 15:24:20 +01:00
parent 9c340ec08e
commit 9990e059d4
3 changed files with 12 additions and 3 deletions

View file

@ -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