From 8558566ff47cc365bb8e727db87c59a7a88f03c6 Mon Sep 17 00:00:00 2001 From: Toks Date: Sun, 4 Aug 2013 12:57:14 -0400 Subject: [PATCH] Tweak banned post message Banned posts are not technically deleted --- app/views/posts/partials/show/_notices.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/posts/partials/show/_notices.html.erb b/app/views/posts/partials/show/_notices.html.erb index a64abab20..458f93dcd 100644 --- a/app/views/posts/partials/show/_notices.html.erb +++ b/app/views/posts/partials/show/_notices.html.erb @@ -9,7 +9,7 @@ <% if (post.is_banned? || post.is_deleted?) && post.flags.empty? %>
<% if post.is_banned? %> - This post was deleted because it was requested by the artist + This post was removed because it was requested by the artist <% else %> This post was deleted <% end %>