diff --git a/app/presenters/tag_set_presenter.rb b/app/presenters/tag_set_presenter.rb
index 46f0bee20..716caf259 100644
--- a/app/presenters/tag_set_presenter.rb
+++ b/app/presenters/tag_set_presenter.rb
@@ -149,9 +149,8 @@ class TagSetPresenter < Presenter
is_underused_tag = count <= 1 && category == Tag.categories.general
klass = "post-count#{is_underused_tag ? " low-post-count" : ""}"
- title = "New general tag detected. Check the spelling or populate it now."
- html << %{#{post_count}}
+ html << %{#{post_count}}
end
html << ""