X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/341f6cd9feed774f0abdb337f36272d5ecc92549..47881add283aae6457d8bfac86419767ce5fd3fc:/app/helpers/note_helper.rb diff --git a/app/helpers/note_helper.rb b/app/helpers/note_helper.rb index 2eb809572..2a1016129 100644 --- a/app/helpers/note_helper.rb +++ b/app/helpers/note_helper.rb @@ -18,7 +18,7 @@ module NoteHelper if author.nil? "" elsif author.status == "deleted" - t("browse.anonymous") + t("user.no_such_user.deleted") else link_to h(author.display_name), link_options.merge(:controller => "user", :action => "view", :display_name => author.display_name) end