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 %>