diff options
author | jim <310223+jimmylee@users.noreply.github.com> | 2025-08-21 22:15:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-21 22:15:07 -0700 |
commit | e404ddfbcd3872f9e1165c0f43c4c4789f1b1434 (patch) | |
tree | e99d142ac3e202def2a85153fceb102ddf262396 /src/screens/Profile/Header/ProfileHeaderStandard.tsx | |
parent | 0baa5198e067b08f281a2c0ee7916c6345f01c29 (diff) | |
parent | 7a1adfe67ccc90abc5ab594e8fd90e8cd0a03af0 (diff) | |
download | voidsky-e404ddfbcd3872f9e1165c0f43c4c4789f1b1434.tar.zst |
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
Diffstat (limited to 'src/screens/Profile/Header/ProfileHeaderStandard.tsx')
-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> )} |