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:
@@ -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',
|
||||
}),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user