wallet-stack 1.0.0-alpha.124 → 1.0.0-alpha.125
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -710,7 +710,8 @@
|
|
|
710
710
|
"title": "Invite friends and get up to 12 cUSD",
|
|
711
711
|
"body": "Once they connect their number and add funds to {{appName}}, you’ll both receive 0.50 cUSD."
|
|
712
712
|
},
|
|
713
|
-
"inviteWithSMS":
|
|
713
|
+
"inviteWithSMS": "Invite with SMS",
|
|
714
|
+
"inviteWithSmsMessage": {
|
|
714
715
|
"title": "Invite with SMS",
|
|
715
716
|
"shareMessage": "Hey! Sign up to {{appName}} wallet. I use it to grow my savings in USD and crypto, and you can set it up in seconds with just a phone number: {{shareUrl}}."
|
|
716
717
|
},
|
package/package.json
CHANGED
|
@@ -330,7 +330,7 @@ function SendSelectRecipient({ route }: Props) {
|
|
|
330
330
|
const shareOptions: ShareSingleOptions = {
|
|
331
331
|
social: Social.Sms,
|
|
332
332
|
recipient: recipient.e164PhoneNumber,
|
|
333
|
-
message: t('
|
|
333
|
+
message: t('inviteWithSmsMessage.shareMessage', { shareUrl }),
|
|
334
334
|
}
|
|
335
335
|
|
|
336
336
|
await Share.shareSingle(shareOptions)
|