diff options
author | Caidan Williams <caidan@internet.dev> | 2025-08-21 15:55:01 -0700 |
---|---|---|
committer | Caidan Williams <caidan@internet.dev> | 2025-08-21 15:55:01 -0700 |
commit | 7a1adfe67ccc90abc5ab594e8fd90e8cd0a03af0 (patch) | |
tree | 7512550ce17e00fa1ee64c03f4f4d6a91825dff6 /src/screens | |
parent | 994003e6037e994dde3f96593ea6074ef5d68a61 (diff) | |
download | voidsky-7a1adfe67ccc90abc5ab594e8fd90e8cd0a03af0.tar.zst |
refactor: all uses of "Follow Back" to "Follow back"
Diffstat (limited to 'src/screens')
-rw-r--r-- | src/screens/Profile/Header/ProfileHeaderStandard.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Profile/Header/ProfileHeaderStandard.tsx b/src/screens/Profile/Header/ProfileHeaderStandard.tsx index 1df35d5e0..32111dd3b 100644 --- a/src/screens/Profile/Header/ProfileHeaderStandard.tsx +++ b/src/screens/Profile/Header/ProfileHeaderStandard.tsx @@ -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> )} |