Skip to content

Commit b8ec248

Browse files
authored
Merge pull request #1928 from MixinNetwork/feature/referral
Feature/referral
2 parents 6793941 + 1ca86d1 commit b8ec248

35 files changed

+479
-488
lines changed

Mixin.xcodeproj/project.pbxproj

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -875,10 +875,8 @@
875875
944076032E2EA5D000591B45 /* WalletWatchingIndicatorView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 944076022E2EA5D000591B45 /* WalletWatchingIndicatorView.xib */; };
876876
944124A42E715CEB00705462 /* EnableNotificationHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 944124A32E715CEB00705462 /* EnableNotificationHeaderView.swift */; };
877877
944124A92E715CF600705462 /* EnableNotificationHeaderView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 944124A82E715CF600705462 /* EnableNotificationHeaderView.xib */; };
878-
9441E1EB2E8570C200526B0D /* ApplyReferralCodeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9441E1E92E8570C200526B0D /* ApplyReferralCodeViewController.swift */; };
879-
9441E1EC2E8570C200526B0D /* ApplyReferralCodeView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9441E1EA2E8570C200526B0D /* ApplyReferralCodeView.xib */; };
880-
9441E2102E858DE400526B0D /* ReferralCodeAppliedViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9441E20E2E858DE400526B0D /* ReferralCodeAppliedViewController.swift */; };
881-
9441E2112E858DE400526B0D /* ReferralCodeAppliedView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9441E20F2E858DE400526B0D /* ReferralCodeAppliedView.xib */; };
878+
9441E1EB2E8570C200526B0D /* InputReferralCodeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9441E1E92E8570C200526B0D /* InputReferralCodeViewController.swift */; };
879+
9441E1EC2E8570C200526B0D /* InputReferralCodeView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9441E1EA2E8570C200526B0D /* InputReferralCodeView.xib */; };
882880
94425FE72DD498FB003F46DF /* MaliciousTokenWarningCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94425FE42DD498FB003F46DF /* MaliciousTokenWarningCell.swift */; };
883881
944263832DD64337003F46DF /* Web3ReputationPickerActionCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 944263822DD64337003F46DF /* Web3ReputationPickerActionCell.xib */; };
884882
944263B42DD648AD003F46DF /* Web3ReputationPickerActionCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 944263B32DD648AB003F46DF /* Web3ReputationPickerActionCell.swift */; };
@@ -1110,6 +1108,7 @@
11101108
947084B42D93F891007DF965 /* InvoicePaymentOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 947084B32D93F88F007DF965 /* InvoicePaymentOperation.swift */; };
11111109
947084C52D93FC74007DF965 /* NonAtomicInvoicePaymentOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 947084C42D93FC74007DF965 /* NonAtomicInvoicePaymentOperation.swift */; };
11121110
9470E6C028A0FFBE0054DCCC /* DateFormatter+General.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9470E6BF28A0FFBE0054DCCC /* DateFormatter+General.swift */; };
1111+
9471007D2EC1D1020001EAC0 /* ApplyReferralCodeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9471007C2EC1D1020001EAC0 /* ApplyReferralCodeViewController.swift */; };
11131112
94735E182E28E8D30001C179 /* ExportPrivateKeyNetworkSelectorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94735E172E28E8D30001C179 /* ExportPrivateKeyNetworkSelectorViewController.swift */; };
11141113
94735E272E28EBF80001C179 /* ImportedWalletNetworkCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 94735E262E28EBF80001C179 /* ImportedWalletNetworkCell.xib */; };
11151114
94735E282E28EBF80001C179 /* ImportedWalletNetworkCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94735E252E28EBF80001C179 /* ImportedWalletNetworkCell.swift */; };
@@ -2615,10 +2614,8 @@
26152614
944076022E2EA5D000591B45 /* WalletWatchingIndicatorView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = WalletWatchingIndicatorView.xib; sourceTree = "<group>"; };
26162615
944124A32E715CEB00705462 /* EnableNotificationHeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EnableNotificationHeaderView.swift; sourceTree = "<group>"; };
26172616
944124A82E715CF600705462 /* EnableNotificationHeaderView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = EnableNotificationHeaderView.xib; sourceTree = "<group>"; };
2618-
9441E1E92E8570C200526B0D /* ApplyReferralCodeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ApplyReferralCodeViewController.swift; sourceTree = "<group>"; };
2619-
9441E1EA2E8570C200526B0D /* ApplyReferralCodeView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ApplyReferralCodeView.xib; sourceTree = "<group>"; };
2620-
9441E20E2E858DE400526B0D /* ReferralCodeAppliedViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReferralCodeAppliedViewController.swift; sourceTree = "<group>"; };
2621-
9441E20F2E858DE400526B0D /* ReferralCodeAppliedView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ReferralCodeAppliedView.xib; sourceTree = "<group>"; };
2617+
9441E1E92E8570C200526B0D /* InputReferralCodeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InputReferralCodeViewController.swift; sourceTree = "<group>"; };
2618+
9441E1EA2E8570C200526B0D /* InputReferralCodeView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = InputReferralCodeView.xib; sourceTree = "<group>"; };
26222619
94425FE42DD498FB003F46DF /* MaliciousTokenWarningCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MaliciousTokenWarningCell.swift; sourceTree = "<group>"; };
26232620
944263822DD64337003F46DF /* Web3ReputationPickerActionCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Web3ReputationPickerActionCell.xib; sourceTree = "<group>"; };
26242621
944263B32DD648AB003F46DF /* Web3ReputationPickerActionCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Web3ReputationPickerActionCell.swift; sourceTree = "<group>"; };
@@ -2868,6 +2865,7 @@
28682865
947084B32D93F88F007DF965 /* InvoicePaymentOperation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InvoicePaymentOperation.swift; sourceTree = "<group>"; };
28692866
947084C42D93FC74007DF965 /* NonAtomicInvoicePaymentOperation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NonAtomicInvoicePaymentOperation.swift; sourceTree = "<group>"; };
28702867
9470E6BF28A0FFBE0054DCCC /* DateFormatter+General.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "DateFormatter+General.swift"; sourceTree = "<group>"; };
2868+
9471007C2EC1D1020001EAC0 /* ApplyReferralCodeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ApplyReferralCodeViewController.swift; sourceTree = "<group>"; };
28712869
94735E172E28E8D30001C179 /* ExportPrivateKeyNetworkSelectorViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExportPrivateKeyNetworkSelectorViewController.swift; sourceTree = "<group>"; };
28722870
94735E252E28EBF80001C179 /* ImportedWalletNetworkCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImportedWalletNetworkCell.swift; sourceTree = "<group>"; };
28732871
94735E262E28EBF80001C179 /* ImportedWalletNetworkCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ImportedWalletNetworkCell.xib; sourceTree = "<group>"; };
@@ -4075,10 +4073,9 @@
40754073
94EDD6132D0C495100BF55EE /* GeneralAppearanceNavigationController.swift */,
40764074
947059742E698AB10057FBC4 /* ShareObiView.xib */,
40774075
9470597C2E698B000057FBC4 /* ShareObiView.swift */,
4078-
9441E1EA2E8570C200526B0D /* ApplyReferralCodeView.xib */,
4079-
9441E1E92E8570C200526B0D /* ApplyReferralCodeViewController.swift */,
4080-
9441E20F2E858DE400526B0D /* ReferralCodeAppliedView.xib */,
4081-
9441E20E2E858DE400526B0D /* ReferralCodeAppliedViewController.swift */,
4076+
9441E1EA2E8570C200526B0D /* InputReferralCodeView.xib */,
4077+
9441E1E92E8570C200526B0D /* InputReferralCodeViewController.swift */,
4078+
9471007C2EC1D1020001EAC0 /* ApplyReferralCodeViewController.swift */,
40824079
);
40834080
path = Common;
40844081
sourceTree = "<group>";
@@ -6404,7 +6401,7 @@
64046401
7BFE47E32284394000FC4379 /* CheckmarkPeerCell.xib in Resources */,
64056402
DF846CDF2369551D00AA1197 /* MultisigUserCell.xib in Resources */,
64066403
943CAA242CC82C9E00346677 /* MobileNumberView.xib in Resources */,
6407-
9441E1EC2E8570C200526B0D /* ApplyReferralCodeView.xib in Resources */,
6404+
9441E1EC2E8570C200526B0D /* InputReferralCodeView.xib in Resources */,
64086405
948374832A5D49110011A2CA /* PopupSelectorView.xib in Resources */,
64096406
943CAA422CC8CD7F00346677 /* SignUpMethodCell.xib in Resources */,
64106407
5E5CA7872674AC8E00C1E113 /* ScreenLockView.xib in Resources */,
@@ -6530,7 +6527,6 @@
65306527
7B86B1EB23F6A1C000C80AD9 /* DataMessageExtensionIconView.xib in Resources */,
65316528
9495E0DD2CEF7D6B00124CC7 /* MnemonicPhraseCell.xib in Resources */,
65326529
943CAA322CC83FFC00346677 /* LoginSeparatorLineView.xib in Resources */,
6533-
9441E2112E858DE400526B0D /* ReferralCodeAppliedView.xib in Resources */,
65346530
940C073C2E85061900552130 /* MembershipInviteCell.xib in Resources */,
65356531
7B600D282453186B001D8146 /* DesktopTableHeaderView.xib in Resources */,
65366532
944124A92E715CF600705462 /* EnableNotificationHeaderView.xib in Resources */,
@@ -7494,7 +7490,7 @@
74947490
9419C2E32E6779B900BEAB42 /* DepositAddressGeneratingView.swift in Sources */,
74957491
7C36BE88274F248C00089B6D /* StickerStoreBannerCell.swift in Sources */,
74967492
7BBCABAE2524644C00601762 /* HomeOverlayViewController.swift in Sources */,
7497-
9441E1EB2E8570C200526B0D /* ApplyReferralCodeViewController.swift in Sources */,
7493+
9441E1EB2E8570C200526B0D /* InputReferralCodeViewController.swift in Sources */,
74987494
7B9D825922F1BFEA0099381E /* LargeNetworkOperationIconSet.swift in Sources */,
74997495
9457F7722B6F4186008FC98F /* AuthenticationPreviewSingleButtonTrayView.swift in Sources */,
75007496
7B08CD2C2178700C00FB8CCF /* CallService.swift in Sources */,
@@ -7829,7 +7825,6 @@
78297825
7BC681AA1FA1DD5600BAB85F /* UsernameViewController.swift in Sources */,
78307826
7BB78726245133A40057B4ED /* SettingsHeaderFooterView.swift in Sources */,
78317827
94D8426C2654D4800011DACD /* TranscriptAudioMessagePlayingManager.swift in Sources */,
7832-
9441E2102E858DE400526B0D /* ReferralCodeAppliedViewController.swift in Sources */,
78337828
94A1B1DF25BFD7CB0098586D /* LinkLocatingTextView.swift in Sources */,
78347829
E041065023C6079400A6F08E /* MixinWebViewController.swift in Sources */,
78357830
7BCEAA7A2350A3A200F07635 /* SharedMediaDataCell.swift in Sources */,
@@ -8257,6 +8252,7 @@
82578252
7B8BB58A234F28A700991ACB /* SharedMediaGroupedByDateCategorizer.swift in Sources */,
82588253
941994F62CCC454700F5425C /* ImageTextTableHeaderView.swift in Sources */,
82598254
94145BB32CD50B3300600AD4 /* ViewRecoveryContactViewController.swift in Sources */,
8255+
9471007D2EC1D1020001EAC0 /* ApplyReferralCodeViewController.swift in Sources */,
82608256
7B9F810C222EA3690012BFDD /* BackgroundDismissablePopupPresentationManager.swift in Sources */,
82618257
9414A7882BE78D8700FA35EB /* DecimalAccumulator.swift in Sources */,
82628258
7C7579D429DC55BF0002DA0B /* TransferToDesktopViewController.swift in Sources */,

Mixin/Assets.xcassets/referral_applied.imageset/Contents.json

Lines changed: 0 additions & 12 deletions
This file was deleted.
Binary file not shown.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"scale" : "1x"
6+
},
7+
{
8+
"filename" : "referral_preview@2x.png",
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"filename" : "referral_preview@3x.png",
14+
"idiom" : "universal",
15+
"scale" : "3x"
16+
}
17+
],
18+
"info" : {
19+
"author" : "xcode",
20+
"version" : 1
21+
}
22+
}
1.94 KB
Loading
3.04 KB
Loading

Mixin/Resources/en.lproj/Localizable.strings

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,8 @@
742742
"invite_info" = "Anyone with Mixin can follow this link to join this group. Only share it with people you trust.";
743743
"invite_to_group_via_link" = "Invite to Group via Link";
744744
"invited_by_stranger" = "The inviter is not in your contacts";
745+
"invitee_commission" = "Invitee Commission";
746+
"inviter" = "Inviter";
745747
"invites_you_to_a_voice_call" = "invites you to a voice call";
746748
"invoice" = "Invoice";
747749
"invoice_renew_plan" = "Renew %@ Plan";
@@ -1064,6 +1066,7 @@
10641066
"preauthorize_amount" = "Pre-authorize Amount";
10651067
"preparing" = "Preparing...";
10661068
"preparing_progress" = "Preparing...(%@)";
1069+
"preview" = "Preview";
10671070
"price" = "Price";
10681071
"price_alert_notification_permission" = "Price alerts require notification permission to be enabled.";
10691072
"price_change_24h" = "24h Price Change";
@@ -1123,11 +1126,8 @@
11231126
"referral_banner" = "Invite friends and earn up to 60%% of their trading fees!";
11241127
"referral_code" = "Referral Code";
11251128
"referral_code_applied" = "Applied";
1126-
"referral_code_applied_footer" = "The fees are refunded monthly to your Mixin privacy wallet, summarized by the actual fee tokens and amounts consumed. Read the documentation to learn more.";
1127-
"referral_code_applied_header" = "🎉 Referral code successfully applied! You’ve unlocked the following benefits:";
1128-
"referral_code_applied_introduction_1" = "Up to 50%% cashback on trading fees";
1129-
"referral_code_applied_introduction_2" = "Up to 1,000 USD cashback per transaction when upgrading membership";
1130-
"referral_code_applied_introduction_3" = "Automatic access to all future new benefits";
1129+
"referral_code_applied_header" = "The fees are refunded monthly to your Mixin privacy wallet, summarized by the actual fee tokens and amounts consumed. Read the documentation to learn more.";
1130+
"referral_code_applying_failed" = "Applying Failed";
11311131
"referral_description" = "Invite friends earn crypto";
11321132
"referral_program_introduction_1" = "Up to 60%% commission on trading fees";
11331133
"referral_program_introduction_2" = "Membership commission rebate up to 1,000 USD per order";

Mixin/Resources/es.lproj/Localizable.strings

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,8 @@
742742
"invite_info" = "Cualquier persona con Mixin puede seguir este enlace para unirse a este grupo. Solo compártelo con personas en las que confíes.";
743743
"invite_to_group_via_link" = "Invitar al grupo a través de un enlace";
744744
"invited_by_stranger" = "El anfitrión no está en tus contactos.";
745+
"invitee_commission" = "Invitee Commission";
746+
"inviter" = "Inviter";
745747
"invites_you_to_a_voice_call" = "te invita a una llamada de voz";
746748
"invoice" = "Invoice";
747749
"invoice_renew_plan" = "Renew %@ Plan";
@@ -1064,6 +1066,7 @@
10641066
"preauthorize_amount" = "Pre-authorize Amount";
10651067
"preparing" = "Preparando...";
10661068
"preparing_progress" = "Preparando...(%@)";
1069+
"preview" = "Preview";
10671070
"price" = "Price";
10681071
"price_alert_notification_permission" = "Price alerts require notification permission to be enabled.";
10691072
"price_change_24h" = "24h Price Change";
@@ -1123,11 +1126,8 @@
11231126
"referral_banner" = "Invite friends and earn up to 60%% of their trading fees!";
11241127
"referral_code" = "Referral Code";
11251128
"referral_code_applied" = "Applied";
1126-
"referral_code_applied_footer" = "The fees are refunded monthly to your Mixin privacy wallet, summarized by the actual fee tokens and amounts consumed. Read the documentation to learn more.";
1127-
"referral_code_applied_header" = "🎉 Referral code successfully applied! You’ve unlocked the following benefits:";
1128-
"referral_code_applied_introduction_1" = "Up to 50%% cashback on trading fees";
1129-
"referral_code_applied_introduction_2" = "Up to 1,000 USD cashback per transaction when upgrading membership";
1130-
"referral_code_applied_introduction_3" = "Automatic access to all future new benefits";
1129+
"referral_code_applied_header" = "The fees are refunded monthly to your Mixin privacy wallet, summarized by the actual fee tokens and amounts consumed. Read the documentation to learn more.";
1130+
"referral_code_applying_failed" = "Applying Failed";
11311131
"referral_description" = "Invite friends earn crypto";
11321132
"referral_program_introduction_1" = "Up to 60%% commission on trading fees";
11331133
"referral_program_introduction_2" = "Membership commission rebate up to 1,000 USD per order";

Mixin/Resources/ja.lproj/Localizable.strings

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,8 @@
742742
"invite_info" = "リンクを知っている人はだれでもグループに参加可能です、信頼できる人だけに共有してください";
743743
"invite_to_group_via_link" = "リンクを使って招待する";
744744
"invited_by_stranger" = "招待者はあなたの連絡先に存在しません";
745+
"invitee_commission" = "Invitee Commission";
746+
"inviter" = "Inviter";
745747
"invites_you_to_a_voice_call" = "グループ通話に招待されました";
746748
"invoice" = "Invoice";
747749
"invoice_renew_plan" = "Renew %@ Plan";
@@ -1064,6 +1066,7 @@
10641066
"preauthorize_amount" = "Pre-authorize Amount";
10651067
"preparing" = "準備中...";
10661068
"preparing_progress" = "準備中...(%@)";
1069+
"preview" = "Preview";
10671070
"price" = "Price";
10681071
"price_alert_notification_permission" = "Price alerts require notification permission to be enabled.";
10691072
"price_change_24h" = "24h Price Change";
@@ -1123,11 +1126,8 @@
11231126
"referral_banner" = "Invite friends and earn up to 60%% of their trading fees!";
11241127
"referral_code" = "Referral Code";
11251128
"referral_code_applied" = "Applied";
1126-
"referral_code_applied_footer" = "The fees are refunded monthly to your Mixin privacy wallet, summarized by the actual fee tokens and amounts consumed. Read the documentation to learn more.";
1127-
"referral_code_applied_header" = "🎉 Referral code successfully applied! You’ve unlocked the following benefits:";
1128-
"referral_code_applied_introduction_1" = "Up to 50%% cashback on trading fees";
1129-
"referral_code_applied_introduction_2" = "Up to 1,000 USD cashback per transaction when upgrading membership";
1130-
"referral_code_applied_introduction_3" = "Automatic access to all future new benefits";
1129+
"referral_code_applied_header" = "The fees are refunded monthly to your Mixin privacy wallet, summarized by the actual fee tokens and amounts consumed. Read the documentation to learn more.";
1130+
"referral_code_applying_failed" = "Applying Failed";
11311131
"referral_description" = "Invite friends earn crypto";
11321132
"referral_program_introduction_1" = "Up to 60%% commission on trading fees";
11331133
"referral_program_introduction_2" = "Membership commission rebate up to 1,000 USD per order";

Mixin/Resources/ru.lproj/Localizable.strings

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,8 @@
742742
"invite_info" = "Любой, у кого есть Mixin, может перейти по этой ссылке, чтобы присоединиться к этой группе. Делитесь ею только с теми, кому вы доверяете.";
743743
"invite_to_group_via_link" = "Пригласить в группу по ссылке";
744744
"invited_by_stranger" = "Приглашающего нет в ваших контактах";
745+
"invitee_commission" = "Invitee Commission";
746+
"inviter" = "Inviter";
745747
"invites_you_to_a_voice_call" = "приглашает вас на голосовой вызов";
746748
"invoice" = "Invoice";
747749
"invoice_renew_plan" = "Renew %@ Plan";
@@ -1064,6 +1066,7 @@
10641066
"preauthorize_amount" = "Pre-authorize Amount";
10651067
"preparing" = "Подготовка...";
10661068
"preparing_progress" = "Подготовка...(%@)";
1069+
"preview" = "Preview";
10671070
"price" = "Price";
10681071
"price_alert_notification_permission" = "Price alerts require notification permission to be enabled.";
10691072
"price_change_24h" = "24h Price Change";
@@ -1123,11 +1126,8 @@
11231126
"referral_banner" = "Invite friends and earn up to 60%% of their trading fees!";
11241127
"referral_code" = "Referral Code";
11251128
"referral_code_applied" = "Applied";
1126-
"referral_code_applied_footer" = "The fees are refunded monthly to your Mixin privacy wallet, summarized by the actual fee tokens and amounts consumed. Read the documentation to learn more.";
1127-
"referral_code_applied_header" = "🎉 Referral code successfully applied! You’ve unlocked the following benefits:";
1128-
"referral_code_applied_introduction_1" = "Up to 50%% cashback on trading fees";
1129-
"referral_code_applied_introduction_2" = "Up to 1,000 USD cashback per transaction when upgrading membership";
1130-
"referral_code_applied_introduction_3" = "Automatic access to all future new benefits";
1129+
"referral_code_applied_header" = "The fees are refunded monthly to your Mixin privacy wallet, summarized by the actual fee tokens and amounts consumed. Read the documentation to learn more.";
1130+
"referral_code_applying_failed" = "Applying Failed";
11311131
"referral_description" = "Invite friends earn crypto";
11321132
"referral_program_introduction_1" = "Up to 60%% commission on trading fees";
11331133
"referral_program_introduction_2" = "Membership commission rebate up to 1,000 USD per order";

0 commit comments

Comments
 (0)