diff --git a/src/app/shared/share/share.service.ts b/src/app/shared/share/share.service.ts index b4687ffad..8ecbc52d2 100644 --- a/src/app/shared/share/share.service.ts +++ b/src/app/shared/share/share.service.ts @@ -40,9 +40,10 @@ export class ShareService { async shareReferralCode(referralCode: string) { const text = this.translocoService.translate( - 'invitation.myReferralCodeAtCaptureAppIs', + 'invitation.useMyReferralCodeToSignUpForCaptureAppPassVerificationAndWeBothGetNumPointsReward', { referralCode: referralCode } ); + const urlToDownloadApp = 'https://www.numbersprotocol.io/#products'; return Share.share({ text: text + '\n' + urlToDownloadApp }); } diff --git a/src/assets/i18n/en-us.json b/src/assets/i18n/en-us.json index e0dcecafb..956fd9d69 100644 --- a/src/assets/i18n/en-us.json +++ b/src/assets/i18n/en-us.json @@ -282,7 +282,7 @@ "invitation": "Invitation", "shareInvitationCode": "Share invitation code", "shareToGetRewarded": "Share to get rewarded", - "myReferralCodeAtCaptureAppIs": "My referral code at Capture App is {{referralCode}}" + "useMyReferralCodeToSignUpForCaptureAppPassVerificationAndWeBothGetNumPointsReward": "Use my referral code {{referralCode}} to sign up for Capture App, pass verification and we both get NUM Points reward!" }, "gopro": { "setup": "GoPro Setup", diff --git a/src/assets/i18n/zh-tw.json b/src/assets/i18n/zh-tw.json index 0e2724df2..23c1fe697 100644 --- a/src/assets/i18n/zh-tw.json +++ b/src/assets/i18n/zh-tw.json @@ -282,7 +282,7 @@ "invitation": "邀請", "shareInvitationCode": "分享邀請碼", "shareToGetRewarded": "分享以獲得獎勵", - "myReferralCodeAtCaptureAppIs": "我在 Capture App 的推薦代碼是 {{referralCode}}" + "useMyReferralCodeToSignUpForCaptureAppPassVerificationAndWeBothGetNumPointsReward": "透過我的推薦碼 {{referralCode}} 在 Capture App 註冊,一起獲得 NUM Points!" }, "gopro": { "setup": "GoPro 設置",