Skip to content

Commit aa038e9

Browse files
Merge pull request #6572 from topcoder-platform/reskin-profile-tooltip
fix(reskin-profile): verified badge tooltip
2 parents c5d46e0 + aac4e8b commit aa038e9

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/ProfilePage/Header

1 file changed

+1
-1
lines changed

src/shared/components/ProfilePage/Header/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const ProfileHeader = ({ getLookerDone, lookerInfo, info }) => {
5151
};
5252

5353
const tooltipContent = (
54-
<div styleName="tooltip-content">verified member</div>
54+
<div styleName="tooltip-content">This member is compliant with Topcoder policies<br /> and is a trusted member of the Topcoder community.</div>
5555
);
5656

5757

0 commit comments

Comments
 (0)