X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b2ff9f3aadb47107509f23f0a33aef281c3fd6e1..4b4449f7249837c89f2e33109521bf8e29ef8292:/app/controllers/trace_controller.rb diff --git a/app/controllers/trace_controller.rb b/app/controllers/trace_controller.rb index ce2494001..f97e5ecd2 100644 --- a/app/controllers/trace_controller.rb +++ b/app/controllers/trace_controller.rb @@ -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