about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorsurfdude29 <149612116+surfdude29@users.noreply.github.com>2024-11-09 07:28:23 +0000
committerGitHub <noreply@github.com>2024-11-08 23:28:23 -0800
commitbf0a847ffe25a136caed8824d7f725ebef8490cf (patch)
tree09ac0745d3929f82c4a80409be83b06311e627ff /src
parenta6d009d06bb0d1b2fbb70948a6aba6a0faada415 (diff)
downloadvoidsky-bf0a847ffe25a136caed8824d7f725ebef8490cf.tar.zst
Tiny tweak to Thread Preferences string (#6177)
Diffstat (limited to 'src')
-rw-r--r--src/screens/Settings/ThreadPreferences.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Settings/ThreadPreferences.tsx b/src/screens/Settings/ThreadPreferences.tsx
index 96c0f9a11..24dd91bf6 100644
--- a/src/screens/Settings/ThreadPreferences.tsx
+++ b/src/screens/Settings/ThreadPreferences.tsx
@@ -111,7 +111,7 @@ export function ThreadPreferencesScreen({}: Props) {
               style={[a.w_full, a.gap_md]}>
               <Toggle.LabelText style={[a.flex_1]}>
                 <Trans>
-                  Show replies by people you follow before all other replies.
+                  Show replies by people you follow before all other replies
                 </Trans>
               </Toggle.LabelText>
               <Toggle.Platform />