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..b53c54caa 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"> + Name or Description Violates Community Standards + </Text> + <Text style={pal.textLight}> + Terms used violate community standards + </Text> + </View> + ), + }, ], [pal], ) |