Remove vandalism as an option for reporting notes.

This commit is contained in:
Andy Allan 2018-03-14 12:14:59 +08:00
parent 59ca99d17c
commit e85110957a
2 changed files with 1 additions and 2 deletions

View file

@ -33,7 +33,7 @@ class Report < ActiveRecord::Base
when "DiaryEntry" then %w[spam offensive threat other] when "DiaryEntry" then %w[spam offensive threat other]
when "DiaryComment" then %w[spam offensive threat other] when "DiaryComment" then %w[spam offensive threat other]
when "User" then %w[spam offensive threat vandal 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] else %w[other]
end end
end end

View file

@ -1058,7 +1058,6 @@ en:
other: Other other: Other
note: note:
spam: This note is spam spam: This note is spam
vandalism: This note is vandalism
personal: This note contains personal data personal: This note contains personal data
abusive: This note is abusive abusive: This note is abusive
other: Other other: Other