diff --git a/app/controllers/moderator/post/posts_controller.rb b/app/controllers/moderator/post/posts_controller.rb index 5fac8e5a2..74e360a3c 100644 --- a/app/controllers/moderator/post/posts_controller.rb +++ b/app/controllers/moderator/post/posts_controller.rb @@ -44,7 +44,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