From e8a7fb71ddb378a93eee06d4e905262d7c059e35 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Wed, 8 Apr 2026 14:51:06 +0200 Subject: [PATCH] Update share text in profile sharing links to highlight open-source, ad-free alternative --- common/src/socials.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/socials.ts b/common/src/socials.ts index ae2ab459..d2b0a251 100644 --- a/common/src/socials.ts +++ b/common/src/socials.ts @@ -129,7 +129,7 @@ export function getXShareProfileUrl( const encodedText = encodeURIComponent( t( 'share_profile.x_share_profile', - "I'm on a platform that matches people by values, not photos.\nNo ads. No algorithms. No swiping. Just depth.", + "There's a free, open-source alternative to dating and networking apps.\nNo swipes. No ads. No algorithms. Just search for people who share your values.", ) + '\n@compassmeet', ) const encodedUrl = encodeURIComponent(`${DEPLOYED_WEB_URL}/${username}`)