diff --git a/app/helpers/post_flags_helper.rb b/app/helpers/post_flags_helper.rb index f6cb58e1b..8f5be3962 100644 --- a/app/helpers/post_flags_helper.rb +++ b/app/helpers/post_flags_helper.rb @@ -4,7 +4,13 @@ module PostFlagsHelper html << '
If this post was automatically deleted, then it means at least ten janitors all thought it didn't belong on the site. If you still believe this image was wrongfully deleted, then you can appeal its deletion.
-Some valid reasons for appealing include:
- -All users are limited to 5 appeals a day. For more details, please read the <%= link_to "wiki", wiki_pages_path(:title => "help:deletion_appeals") %>.
+All users are limited to one appeal a day. For more details, please read the <%= link_to "wiki", wiki_pages_path(:title => "help:deletion_appeals") %>.
<%= simple_form_for(@post_appeal, :remote => true, :format => :js) do |f| %> <%= hidden_field_tag "post_appeal[post_id]", @post_appeal.post_id %>