diff --git a/components/x-follow-button/src/FollowButton.jsx b/components/x-follow-button/src/FollowButton.jsx index 706a1ce13..dbfae5002 100644 --- a/components/x-follow-button/src/FollowButton.jsx +++ b/components/x-follow-button/src/FollowButton.jsx @@ -33,7 +33,7 @@ export const FollowButton = (props) => { } const getAccessibleText = () => - isFollowed ? `Remove ${conceptName} from myFT` : `Add ${conceptName} to myFT` + isFollowed ? `Added ${conceptName} to myFT: click to remove` : `Add to myFT: ${conceptName}` return (