X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/cd48e2d1f7f0bfd7b1440f3200701310f8809bda..0d16fd57d46a4aaa1c170d79772e549bfadf288a:/app/controllers/diary_entry_controller.rb?ds=sidebyside diff --git a/app/controllers/diary_entry_controller.rb b/app/controllers/diary_entry_controller.rb index 46986acb4..16186314f 100644 --- a/app/controllers/diary_entry_controller.rb +++ b/app/controllers/diary_entry_controller.rb @@ -63,6 +63,7 @@ class DiaryEntryController < ApplicationController :order => 'created_at DESC', :per_page => 20) else + @title = t'diary_entry.no_such_user.title' @not_found_user = params[:display_name] render :action => 'no_such_user', :status => :not_found