Update src/components/moderation/ReportDialog/index.tsx

Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
This commit is contained in:
hailey
2025-09-25 13:16:57 -07:00
committed by Eric Bailey
parent 97381c1db9
commit de28c296e9
@@ -677,7 +677,13 @@ function OptionCard({
return (
<Button
testID={`report:option:${option.title}`}
label={_(msg`Create report for ${option.title}`)}
label={_(
msg({
message: `Create report for ${option.title}`,
comment:
'Accessibility label for button to create a moderation report for the selected option',
}),
)}
onPress={onPress}
disabled={!onSelect}>
{({hovered, pressed}) => (