diff --git a/app/views/posts/show.html.erb b/app/views/posts/show.html.erb
index 332956717..a26557f35 100644
--- a/app/views/posts/show.html.erb
+++ b/app/views/posts/show.html.erb
@@ -25,7 +25,7 @@
- <%= fast_link_to "Tags", post_versions_path(:search => {:post_id => @post.id}) %>
- <%= fast_link_to "Notes", note_versions_path(:search => {:post_id => @post.id}) %>
- - <%= fast_link_to "Flags & Appeals", post_events_path(@post.id) %>
+ - <%= fast_link_to "Moderation", post_events_path(@post.id) %>
- <%= fast_link_to "Commentary", artist_commentary_versions_path(:search => {:post_id => @post.id}) %>
- <%= fast_link_to "Replacements", post_replacements_path(:search => {:post_id => @post.id}) %>