about summary refs log tree commit diff
path: root/src/view/com/post-thread/PostThreadFollowBtn.tsx
diff options
context:
space:
mode:
authorjim <310223+jimmylee@users.noreply.github.com>2025-08-21 22:15:07 -0700
committerGitHub <noreply@github.com>2025-08-21 22:15:07 -0700
commite404ddfbcd3872f9e1165c0f43c4c4789f1b1434 (patch)
treee99d142ac3e202def2a85153fceb102ddf262396 /src/view/com/post-thread/PostThreadFollowBtn.tsx
parent0baa5198e067b08f281a2c0ee7916c6345f01c29 (diff)
parent7a1adfe67ccc90abc5ab594e8fd90e8cd0a03af0 (diff)
downloadvoidsky-e404ddfbcd3872f9e1165c0f43c4c4789f1b1434.tar.zst
Merge pull request #8875 from internet-development/caidan/app-1406-follow-suggestions-card-to-show-follow-back
[APP-1406] follow suggestions card to show 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>
           )