From 106fecd369b0b37296e181b00167a4dd65deea14 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 27 Jul 2026 16:51:48 -0500 Subject: [PATCH] Tweak type size, add translation comments --- src/components/moderation/ReportDialog/index.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/moderation/ReportDialog/index.tsx b/src/components/moderation/ReportDialog/index.tsx index ddb728a082..dfb3e781a9 100644 --- a/src/components/moderation/ReportDialog/index.tsx +++ b/src/components/moderation/ReportDialog/index.tsx @@ -825,7 +825,11 @@ function NciiQualification({ {outcome === 'externalForm' && ( + label={l({ + message: + 'Submit your report through the Report non-consensual intimate imagery (NCII) form', + context: 'english-only-resource', + })}> {({hovered, pressed}) => ( - + Please submit your report through the Report non-consensual intimate imagery (NCII) form. @@ -869,7 +873,7 @@ function YesNoQuestion({ const {t: l} = useLingui() return ( - {question} + {question}