Remove vandalism as an option for reporting notes.
This commit is contained in:
parent
59ca99d17c
commit
e85110957a
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue