diff options
Diffstat (limited to 'src/view/com/modals/report/ReportAccount.tsx')
-rw-r--r-- | src/view/com/modals/report/ReportAccount.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/com/modals/report/ReportAccount.tsx b/src/view/com/modals/report/ReportAccount.tsx index eae7de25c..b53c54caa 100644 --- a/src/view/com/modals/report/ReportAccount.tsx +++ b/src/view/com/modals/report/ReportAccount.tsx @@ -128,10 +128,10 @@ const SelectIssue = ({ label: ( <View> <Text style={pal.text} type="md-bold"> - Account handle, display name or description contains terms that violate community standards. + Name or Description Violates Community Standards </Text> <Text style={pal.textLight}> - Violation; terms used violate community standards + Terms used violate community standards </Text> </View> ), |