X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a20e28809f5ca1e3f3579faeaf118fff3ecc4994..e85110957ab2940b0240297da1a2b814f1394e49:/app/models/report.rb diff --git a/app/models/report.rb b/app/models/report.rb index fcfa61b98..3507d699f 100644 --- a/app/models/report.rb +++ b/app/models/report.rb @@ -33,7 +33,7 @@ class Report < ActiveRecord::Base when "DiaryEntry" then %w[spam offensive threat other] when "DiaryComment" then %w[spam offensive threat other] when "User" then %w[spam offensive threat vandal other] - when "Note" then %w[spam vandalism personal abusive other] + when "Note" then %w[spam personal abusive other] else %w[other] end end