From e85110957ab2940b0240297da1a2b814f1394e49 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 14 Mar 2018 12:14:59 +0800 Subject: [PATCH] Remove vandalism as an option for reporting notes. --- app/models/report.rb | 2 +- config/locales/en.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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 -- 2.43.2