Skip to content

Commit 00742d5

Browse files
authored
Merge pull request #2980 from numbersprotocol/fix-v230808-Update-Invite-Friends-Message-Text
fix: change text for referral code invitation
2 parents 1371dbe + fac2323 commit 00742d5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/app/shared/share/share.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class ShareService {
4141

4242
async shareReferralCode(referralCode: string) {
4343
const text = this.translocoService.translate(
44-
'invitation.useMyReferralCodeToSignUpForCaptureAppPassVerificationAndWeBothGetNumPointsReward',
44+
'invitation.useMyReferralCodeToSignUpForCaptureCamPassVerificationAndWeBothGetNumCreditsReward',
4545
{ referralCode: referralCode }
4646
);
4747

src/app/utils/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const urlToDownloadApp = 'https://link.numbersprotocol.io/CaptureApp';
1+
export const urlToDownloadApp = 'https://link.numbersprotocol.io/CaptureCam';

src/assets/i18n/en-us.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
"inviteFriendsBenefit": "Get 3 credits for each accepted invitation",
366366
"shareInvitationCode": "Share invitation code",
367367
"shareToGetRewarded": "Share to get rewarded",
368-
"useMyReferralCodeToSignUpForCaptureAppPassVerificationAndWeBothGetNumPointsReward": "Use my referral code {{referralCode}} to sign up for Capture App, pass verification and we both get NUM Points reward!"
368+
"useMyReferralCodeToSignUpForCaptureCamPassVerificationAndWeBothGetNumCreditsReward": "Use my referral code {{referralCode}} to sign up for Capture Cam, pass verification and we both get NUM Credits reward!"
369369
},
370370
"gopro": {
371371
"setup": "GoPro Setup",

src/assets/i18n/zh-tw.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
"inviteFriendsBenefit": "每個接受的邀請可獲得 3 個積分",
366366
"shareInvitationCode": "分享邀請碼",
367367
"shareToGetRewarded": "分享以獲得獎勵",
368-
"useMyReferralCodeToSignUpForCaptureAppPassVerificationAndWeBothGetNumPointsReward": "透過我的推薦碼 {{referralCode}} 在 Capture App 註冊,一起獲得 NUM Points!"
368+
"useMyReferralCodeToSignUpForCaptureCamPassVerificationAndWeBothGetNumCreditsReward": "透過我的推薦碼 {{referral code}} 在 Capture Cam 註冊,一起獲得 NUM Credits!"
369369
},
370370
"gopro": {
371371
"setup": "GoPro 設置",

0 commit comments

Comments
 (0)