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 -1
View File
@@ -515,7 +515,7 @@ export function FollowButtonInner({
)
const followLabel = _(
msg({
message: profile.viewer?.followedBy ? 'Follow Back' : 'Follow',
message: profile.viewer?.followedBy ? 'Follow back' : 'Follow',
comment: 'User is not following this account, click to follow',
}),
)