X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/cd48e2d1f7f0bfd7b1440f3200701310f8809bda..91bc3c92441bb2f85510b40741b30ee89dcf97f1:/app/controllers/diary_entry_controller.rb 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