refactor: all uses of "Follow Back" to "Follow back"

This commit is contained in:
Caidan Williams
2025-08-21 15:55:01 -07:00
parent 994003e603
commit 7a1adfe67c
4 changed files with 9 additions and 9 deletions
@@ -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>
)