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
This commit is contained in:
jim
2025-08-21 22:15:07 -07:00
committed by GitHub
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -515,7 +515,7 @@ export function FollowButtonInner({
)
const followLabel = _(
msg({
message: 'Follow',
message: profile.viewer?.followedBy ? 'Follow back' : 'Follow',
comment: 'User is not following this account, click to follow',
}),
)