diff --git a/src/view/com/modals/report/ReportAccount.tsx b/src/view/com/modals/report/ReportAccount.tsx index 47d647870f..eae7de25c3 100644 --- a/src/view/com/modals/report/ReportAccount.tsx +++ b/src/view/com/modals/report/ReportAccount.tsx @@ -123,6 +123,19 @@ const SelectIssue = ({ ), }, + { + key: ComAtprotoModerationDefs.REASONVIOLATION, + label: ( + + + Account handle, display name or description contains terms that violate community standards. + + + Violation; terms used violate community standards + + + ), + }, ], [pal], )