Fix typo in ThreadgateEditor.tsx (#4636)

This commit is contained in:
surfdude29
2024-06-25 12:32:30 +02:00
committed by GitHub
parent 12faa005af
commit fc2fba0981
+1 -1
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>