diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2025-02-03 13:06:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-03 13:06:37 +0000 |
commit | 1ec0d117271e588dc13679b9ba685c1cf9bc67ad (patch) | |
tree | fa98855e31016283f148aee01fa21053ad48fdb4 /src/components/dms | |
parent | ea932534df4c105178ee2e9ab6d31eb079e3887f (diff) | |
download | voidsky-1ec0d117271e588dc13679b9ba685c1cf9bc67ad.tar.zst |
Typo fix (#7637)
* Update ReportDialog.tsx * Update fr/messages.po * Update it/messages.po * Update ja/messages.po * Update ko/messages.po * Update zh-CN/messages.po * Update zh-HK/messages.po * Update zh-TW/messages.po
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 |