diff --git a/app/views/moderations/mod.html.erb b/app/views/moderations/mod.html.erb index 3fa4d76b9..fc092ee35 100644 --- a/app/views/moderations/mod.html.erb +++ b/app/views/moderations/mod.html.erb @@ -84,7 +84,7 @@ <% if @moderatable.class.name == "Article" && (current_user.has_role?(:super_admin) || is_mod) %>
<%= form_for(TagAdjustment.new) do |f| %> -

Remove Innapropriate Tags

+

Remove Inappropriate Tags

<% unless current_user.has_role?(:super_admin) %>