From b6536a9b589a28ded3964070adafe081a2b80ac0 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sun, 26 Jul 2026 16:06:18 +0200 Subject: [PATCH] Simplify bio tooltip text for clarity and consistency in profile filtering explanation. --- web/components/bio/profile-bio.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (