update sms copy

This commit is contained in:
Samuel Newman
2025-12-10 11:24:12 +02:00
parent b61dd74520
commit 30a0019b01
@@ -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) {