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}