Correct translation name.
This commit is contained in:
parent
35eeff0081
commit
0f7301b64f
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ class TraceController < ApplicationController
|
||||||
redirect_to :controller => 'trace', :action => 'list'
|
redirect_to :controller => 'trace', :action => 'list'
|
||||||
end
|
end
|
||||||
rescue ActiveRecord::RecordNotFound
|
rescue ActiveRecord::RecordNotFound
|
||||||
flash[:notice] = t 'trace.view.trace not found'
|
flash[:notice] = t 'trace.view.trace_not_found'
|
||||||
redirect_to :controller => 'trace', :action => 'list'
|
redirect_to :controller => 'trace', :action => 'list'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue