diff --git a/app/views/tags/index.html.erb b/app/views/tags/index.html.erb
index 5f4eae7d7..6c5b83a8e 100644
--- a/app/views/tags/index.html.erb
+++ b/app/views/tags/index.html.erb
@@ -21,7 +21,7 @@
<% if tag.editable_by?(CurrentUser.user) %>
<%= link_to "edit", edit_tag_path(tag) %>
<% end %>
- <% if CurrentUser.is_builder? && tag.post_count < 1_000 %>
+ <% if CurrentUser.is_builder? %>
| <%= link_to "fix", new_tag_correction_path(:tag_id => tag.id) %>
<% end %>