about summary refs log tree commit diff
path: root/src/components/dialogs/ThreadgateEditor.tsx
diff options
context:
space:
mode:
authorsurfdude29 <149612116+surfdude29@users.noreply.github.com>2024-06-25 12:32:30 +0200
committerGitHub <noreply@github.com>2024-06-25 11:32:30 +0100
commitfc2fba0981225dc49257cfda9d0c13b393544597 (patch)
tree7c69af6467f614272cb2b0934be9225517c944bd /src/components/dialogs/ThreadgateEditor.tsx
parent12faa005af946e809a6c972265d8582063e61895 (diff)
downloadvoidsky-fc2fba0981225dc49257cfda9d0c13b393544597.tar.zst
Fix typo in ThreadgateEditor.tsx (#4636)
Diffstat (limited to 'src/components/dialogs/ThreadgateEditor.tsx')
-rw-r--r--src/components/dialogs/ThreadgateEditor.tsx2
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>