update sms copy
This commit is contained in:
@@ -452,7 +452,7 @@ function ContactItem({contact}: {contact: Contact}) {
|
|||||||
await SMS.sendSMSAsync(
|
await SMS.sendSMSAsync(
|
||||||
[phoneNumber],
|
[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) {
|
} catch (err) {
|
||||||
|
|||||||
Reference in New Issue
Block a user