diff --git a/web/components/bio/profile-bio.tsx b/web/components/bio/profile-bio.tsx index c525251f..dde41143 100644 --- a/web/components/bio/profile-bio.tsx +++ b/web/components/bio/profile-bio.tsx @@ -14,7 +14,7 @@ export default function TooShortBio() { const t = useT() const text = t( 'profile.bio.too_short_tooltip', - 'Since your bio is too short, Compass\' algorithm filters out your profile from search results (unless "Include incomplete profiles" is selected). This ensures searches show meaningful profiles.', + "Since your bio is too short, Compass' algorithm filters out your profile from search results by default. This ensures searches show meaningful profiles.", ) return (