fix: capitalization of "Follow back" to "Follow Back"

This commit is contained in:
Caidan Williams
2025-08-21 13:53:44 -07:00
parent b1ad229771
commit 994003e603
+1 -1
View File
@@ -515,7 +515,7 @@ export function FollowButtonInner({
) )
const followLabel = _( const followLabel = _(
msg({ 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', comment: 'User is not following this account, click to follow',
}), }),
) )