From ff393d608eea6c27cfca8fbd335356fa8e59de4c Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 10 Dec 2025 11:24:12 +0200 Subject: [PATCH] update sms copy --- src/components/contacts/screens/ViewMatches.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/contacts/screens/ViewMatches.tsx b/src/components/contacts/screens/ViewMatches.tsx index c9d3a0c26f..d3e97ca459 100644 --- a/src/components/contacts/screens/ViewMatches.tsx +++ b/src/components/contacts/screens/ViewMatches.tsx @@ -452,7 +452,7 @@ function ContactItem({contact}: {contact: Contact}) { await SMS.sendSMSAsync( [phoneNumber], _( - msg`I joined Bluesky as ${currentAccount.handle} - come find me! https://bsky.app/download`, + msg`I'm on Bluesky as ${currentAccount.handle} - come find me! https://bsky.app/download`, ), ) } catch (err) {