diff options
Diffstat (limited to 'src/components/dms')
-rw-r--r-- | src/components/dms/ReportDialog.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/dms/ReportDialog.tsx b/src/components/dms/ReportDialog.tsx index 4f9bc23ca..af24a7246 100644 --- a/src/components/dms/ReportDialog.tsx +++ b/src/components/dms/ReportDialog.tsx @@ -336,7 +336,7 @@ function DoneStep({ <Trans>Report submitted</Trans> </Text> <Text style={[a.text_md, t.atoms.text_contrast_medium]}> - <Trans>Our moderation team has recieved your report.</Trans> + <Trans>Our moderation team has received your report.</Trans> </Text> </View> <Toggle.Group |