X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3006ce9713da119ecbe9e0e1f915df53ff1a898f..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