diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-07-18 11:47:10 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-07-18 11:47:10 -0500 |
commit | 9ac820baac64a6f8cc5842f96a5a0d535e408975 (patch) | |
tree | f2cbc0e66af92405b529b15117889e351a51bce5 | |
parent | ff61fc3c1dfad50762377be613268f671fefe42c (diff) | |
download | voidsky-9ac820baac64a6f8cc5842f96a5a0d535e408975.tar.zst |
Tweak copy
-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> ), |