Feature: add count of account notes to reports (#7130)
* Reports: Colocate account details with reports * Reports: Add count of account moderation notes Sometimes an account will be left with a note instead of the report, this adds a way to quickly see from a given report if this is the case.
This commit is contained in:
parent
ef12a2b74c
commit
204d72fbe4
4 changed files with 32 additions and 19 deletions
|
@ -259,6 +259,16 @@ en:
|
|||
created_msg: Report note successfully created!
|
||||
destroyed_msg: Report note successfully deleted!
|
||||
reports:
|
||||
account:
|
||||
created_reports: Reports created by this account
|
||||
moderation:
|
||||
silenced: Silenced
|
||||
suspended: Suspended
|
||||
title: Moderation
|
||||
moderation_notes: Moderation Notes
|
||||
note: note
|
||||
report: report
|
||||
targeted_reports: Reports made about this account
|
||||
action_taken_by: Action taken by
|
||||
are_you_sure: Are you sure?
|
||||
assign_to_self: Assign to me
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue