about summary refs log tree commit diff
path: root/src/view/com/post-thread/PostThreadFollowBtn.tsx
diff options
context:
space:
mode:
authorCaidan Williams <caidan@internet.dev>2025-08-21 15:55:01 -0700
committerCaidan Williams <caidan@internet.dev>2025-08-21 15:55:01 -0700
commit7a1adfe67ccc90abc5ab594e8fd90e8cd0a03af0 (patch)
tree7512550ce17e00fa1ee64c03f4f4d6a91825dff6 /src/view/com/post-thread/PostThreadFollowBtn.tsx
parent994003e6037e994dde3f96593ea6074ef5d68a61 (diff)
downloadvoidsky-7a1adfe67ccc90abc5ab594e8fd90e8cd0a03af0.tar.zst
refactor: all uses of "Follow Back" to "Follow back"
Diffstat (limited to 'src/view/com/post-thread/PostThreadFollowBtn.tsx')
-rw-r--r--src/view/com/post-thread/PostThreadFollowBtn.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/com/post-thread/PostThreadFollowBtn.tsx b/src/view/com/post-thread/PostThreadFollowBtn.tsx
index 145e919f9..fc9296cad 100644
--- a/src/view/com/post-thread/PostThreadFollowBtn.tsx
+++ b/src/view/com/post-thread/PostThreadFollowBtn.tsx
@@ -1,5 +1,5 @@
 import React from 'react'
-import {AppBskyActorDefs} from '@atproto/api'
+import {type AppBskyActorDefs} from '@atproto/api'
 import {msg, Trans} from '@lingui/macro'
 import {useLingui} from '@lingui/react'
 import {useNavigation} from '@react-navigation/native'
@@ -126,7 +126,7 @@ function PostThreadFollowBtnLoaded({
       <ButtonText>
         {!isFollowing ? (
           isFollowedBy ? (
-            <Trans>Follow Back</Trans>
+            <Trans>Follow back</Trans>
           ) : (
             <Trans>Follow</Trans>
           )