diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/modals/report/ReportAccount.tsx | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/view/com/modals/report/ReportAccount.tsx b/src/view/com/modals/report/ReportAccount.tsx index 47d647870..eae7de25c 100644 --- a/src/view/com/modals/report/ReportAccount.tsx +++ b/src/view/com/modals/report/ReportAccount.tsx @@ -123,6 +123,19 @@ const SelectIssue = ({ </View> ), }, + { + key: ComAtprotoModerationDefs.REASONVIOLATION, + label: ( + <View> + <Text style={pal.text} type="md-bold"> + Account handle, display name or description contains terms that violate community standards. + </Text> + <Text style={pal.textLight}> + Violation; terms used violate community standards + </Text> + </View> + ), + }, ], [pal], ) |