diff --git a/src/view/com/modals/report/ReportAccount.tsx b/src/view/com/modals/report/ReportAccount.tsx index 47d647870f..b53c54caa3 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: ( + + + Name or Description Violates Community Standards + + + Terms used violate community standards + + + ), + }, ], [pal], )