From 76aa792afd60ae6acbc31e30e7668c7b87b28113 Mon Sep 17 00:00:00 2001 From: Jeff Griffiths Date: Fri, 14 Jul 2023 09:50:55 -0700 Subject: [PATCH 1/2] adds additional reason for reporting an account profile --- src/view/com/modals/report/ReportAccount.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/view/com/modals/report/ReportAccount.tsx b/src/view/com/modals/report/ReportAccount.tsx index 47d647870f..eae7de25c3 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], ) 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 eae7de25c3..b53c54caa3 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 ),