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
@@ -247,7 +247,7 @@ let ProfileHeaderStandard = ({
{profile.viewer?.following ? (
<Trans>Following</Trans>
) : profile.viewer?.followedBy ? (
<Trans>Follow Back</Trans>
<Trans>Follow back</Trans>
) : (
<Trans>Follow</Trans>
)}