diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2024-06-25 12:32:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-25 11:32:30 +0100 |
commit | fc2fba0981225dc49257cfda9d0c13b393544597 (patch) | |
tree | 7c69af6467f614272cb2b0934be9225517c944bd /src | |
parent | 12faa005af946e809a6c972265d8582063e61895 (diff) | |
download | voidsky-fc2fba0981225dc49257cfda9d0c13b393544597.tar.zst |
Fix typo in ThreadgateEditor.tsx (#4636)
Diffstat (limited to 'src')
-rw-r--r-- | src/components/dialogs/ThreadgateEditor.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/dialogs/ThreadgateEditor.tsx b/src/components/dialogs/ThreadgateEditor.tsx index 75383764f..104766e26 100644 --- a/src/components/dialogs/ThreadgateEditor.tsx +++ b/src/components/dialogs/ThreadgateEditor.tsx @@ -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> |