diff --git a/app/views/meta_searches/tags.html.erb b/app/views/meta_searches/tags.html.erb
index 25351df5e..220124a71 100644
--- a/app/views/meta_searches/tags.html.erb
+++ b/app/views/meta_searches/tags.html.erb
@@ -70,10 +70,6 @@
<% if CurrentUser.is_admin? && tag_alias.is_pending? %>
| <%= link_to "Approve", approve_tag_alias_path(tag_alias), :remote => true, :method => :post %>
<% end %>
-
- <% if CurrentUser.is_builder? %>
- | <%= link_to "Fix", tag_alias_correction_path(:tag_alias_id => tag_alias.id) %>
- <% end %>
<% end %>