X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f0f111aced146d78b4c31a6175c0150bc6497c50..4afacf34109cc2f4938b331fd83a5eeb8435b2a1:/app/controllers/user_controller.rb diff --git a/app/controllers/user_controller.rb b/app/controllers/user_controller.rb index fa0adef56..c3ab012e3 100644 --- a/app/controllers/user_controller.rb +++ b/app/controllers/user_controller.rb @@ -251,6 +251,7 @@ class UserController < ApplicationController if @this_user @title = @this_user.display_name else + @title = t 'user.no_such_user.title' @not_found_user = params[:display_name] render :action => 'no_such_user', :status => :not_found end