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