mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix typo in ThreadgateEditor.tsx (#4636)

authored by

surfdude29 and committed by
GitHub
fc2fba09 12faa005

+1 -1
+1 -1
src/components/dialogs/ThreadgateEditor.tsx
··· 92 92 style={[{maxWidth: 500}, a.w_full]}> 93 93 <View style={[a.flex_1, a.gap_md]}> 94 94 <Text style={[a.text_2xl, a.font_bold]}> 95 - <Trans>Chose who can reply</Trans> 95 + <Trans>Choose who can reply</Trans> 96 96 </Text> 97 97 <Text style={a.mt_xs}> 98 98 <Trans>Either choose "Everybody" or "Nobody"</Trans>