diff --git a/components/x-follow-button/src/FollowButton.jsx b/components/x-follow-button/src/FollowButton.jsx index 11f3f1750..a77066051 100644 --- a/components/x-follow-button/src/FollowButton.jsx +++ b/components/x-follow-button/src/FollowButton.jsx @@ -29,7 +29,7 @@ export const FollowButton = (props) => { return conceptName; } - return isFollowed ? `Remove from myFT` : `Add to myFT`; + return isFollowed ? `Added` : `Add to myFT`; }; const getAccessibleText = () => isFollowed ? `Remove ${conceptName} from myFT` : `Add ${conceptName} to myFT`;