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 = ({ ), }, + { + key: ComAtprotoModerationDefs.REASONVIOLATION, + label: ( + + + Account handle, display name or description contains terms that violate community standards. + + + Violation; terms used violate community standards + + + ), + }, ], [pal], ) -- 2.51.2 From 9ac820baac64a6f8cc5842f96a5a0d535e408975 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 18 Jul 2023 11:47:10 -0500 Subject: [PATCH 2/2] Tweak copy --- src/view/com/modals/report/ReportAccount.tsx | 4 ++-- 1 file 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: ( - Account handle, display name or description contains terms that violate community standards. + Name or Description Violates Community Standards - Violation; terms used violate community standards + Terms used violate community standards ),