Renaming the Follow button to "Follow back" when followed by user (#5281)
* Renaming the follow button to follow back when followed by user * Fixing conditions and reusing existing translation
This commit is contained in:
parent
e0d9e75407
commit
86abeb80b9
2 changed files with 12 additions and 1 deletions
|
@ -219,6 +219,8 @@ let ProfileHeaderStandard = ({
|
|||
<ButtonText>
|
||||
{profile.viewer?.following ? (
|
||||
<Trans>Following</Trans>
|
||||
) : profile.viewer?.followedBy ? (
|
||||
<Trans>Follow Back</Trans>
|
||||
) : (
|
||||
<Trans>Follow</Trans>
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue