From d9befff3f5350c9ae010917629c8fad43a162887 Mon Sep 17 00:00:00 2001 From: Chewbacca Date: Mon, 31 Oct 2022 15:55:04 -0400 Subject: [PATCH] Update report text to be more clear --- .../features/ui/components/modals/report-modal/report-modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/features/ui/components/modals/report-modal/report-modal.tsx b/app/soapbox/features/ui/components/modals/report-modal/report-modal.tsx index fdd4443ae..cf2554a14 100644 --- a/app/soapbox/features/ui/components/modals/report-modal/report-modal.tsx +++ b/app/soapbox/features/ui/components/modals/report-modal/report-modal.tsx @@ -24,7 +24,7 @@ const messages = defineMessages({ close: { id: 'lightbox.close', defaultMessage: 'Close' }, placeholder: { id: 'report.placeholder', defaultMessage: 'Additional comments' }, submit: { id: 'report.submit', defaultMessage: 'Submit' }, - reportContext: { id: 'report.chatMessage.context', defaultMessage: 'When reporting a user’s message, the ten messages before and after the one selected will be passed along to our moderation team for context.' }, + reportContext: { id: 'report.chatMessage.context', defaultMessage: 'When reporting a user’s message, the five messages before and five messages after the one selected will be passed along to our moderation team for context.' }, reportMessage: { id: 'report.chatMessage.title', defaultMessage: 'Report message' }, });