Fix typo in ThreadgateEditor.tsx (#4636)

zio/stable
surfdude29 2024-06-25 12:32:30 +02:00 committed by GitHub
parent 12faa005af
commit fc2fba0981
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ function DialogContent({
style={[{maxWidth: 500}, a.w_full]}>
<View style={[a.flex_1, a.gap_md]}>
<Text style={[a.text_2xl, a.font_bold]}>
<Trans>Chose who can reply</Trans>
<Trans>Choose who can reply</Trans>
</Text>
<Text style={a.mt_xs}>
<Trans>Either choose "Everybody" or "Nobody"</Trans>