diff --git a/app/controllers/moderator/post/posts_controller.rb b/app/controllers/moderator/post/posts_controller.rb index c12ee368b..bc0603c16 100644 --- a/app/controllers/moderator/post/posts_controller.rb +++ b/app/controllers/moderator/post/posts_controller.rb @@ -32,7 +32,7 @@ module Moderator def unban @post = authorize ::Post.find(params[:id]) @post.unban! - flash[:notice] = "Post was banned" + flash[:notice] = "Post was unbanned" respond_with(@post) end