From: Andy Allan Date: Wed, 14 Mar 2018 04:14:59 +0000 (+0800) Subject: Remove vandalism as an option for reporting notes. X-Git-Tag: live~2981^2~37 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/e85110957ab2940b0240297da1a2b814f1394e49?ds=sidebyside Remove vandalism as an option for reporting notes. --- 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 diff --git a/config/locales/en.yml b/config/locales/en.yml index 6d0f34c9d..297bebbcf 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1058,7 +1058,6 @@ en: other: Other note: spam: This note is spam - vandalism: This note is vandalism personal: This note contains personal data abusive: This note is abusive other: Other