Be more consistent with 'my' vs 'your' for objects that belong to
the user
This commit is contained in:
parent
1f2ac59d1d
commit
3b75e92415
4 changed files with 9 additions and 9 deletions
|
@ -33,7 +33,7 @@ class TraceController < ApplicationController
|
|||
@title = if target_user.nil?
|
||||
t "trace.list.public_traces"
|
||||
elsif current_user && current_user == target_user
|
||||
t "trace.list.your_traces"
|
||||
t "trace.list.my_traces"
|
||||
else
|
||||
t "trace.list.public_traces_from", :user => target_user.display_name
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue