X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0f5ad1f3cc5d82efef93d2d17809145c5f68f233..7b2af50f4a12da6f18c4b5d89ee1264e252c6da9:/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