Skip to content

Commit 4399ae0

Browse files
Update referral reward Pro naming
1 parent 11e0916 commit 4399ae0

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

docs/referral/referral.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ const copy = {
2626
note: "奖励达到后请按 App 内邀请明细与后台记录联系兑换。为防止刷量,截图不能作为有效邀请依据。",
2727
invalidCode: "邀请码",
2828
rewards: [
29-
["10 位有效邀请", "1 个月会员"],
30-
["20 位有效邀请", "终身 5 折"],
31-
["40 位有效邀请", "终身会员"],
29+
["10 位有效邀请", "Pro 月卡"],
30+
["20 位有效邀请", "Pro 终身 5 折"],
31+
["40 位有效邀请", "Pro 终身"],
3232
],
3333
steps: [
3434
["输入邀请码", "在 App 内「我的」-「输入邀请码」"],
@@ -42,8 +42,8 @@ const copy = {
4242
["次日仍打开 App", "完成留存验证后才计入有效邀请"],
4343
],
4444
other: [
45-
["小红书作品", "@我并获得 100 赞,可申请终身会员兑换"],
46-
["社区抽奖名额", "5000 人以上社区可申请 10 个终身会员抽奖名额"],
45+
["小红书作品", "@我并获得 100 赞,可申请 Pro 终身兑换"],
46+
["社区抽奖名额", "5000 人以上社区可申请 10 个 Pro 终身抽奖名额"],
4747
],
4848
},
4949
en: {
@@ -70,9 +70,9 @@ const copy = {
7070
note: "After reaching a tier, contact the developer with your in-app referral details. Screenshots alone do not count as valid referrals.",
7171
invalidCode: "Invite Code",
7272
rewards: [
73-
["10 valid referrals", "1 month membership"],
74-
["20 valid referrals", "50% lifetime discount"],
75-
["40 valid referrals", "Lifetime membership"],
73+
["10 valid referrals", "Pro Monthly"],
74+
["20 valid referrals", "50% off Pro Lifetime"],
75+
["40 valid referrals", "Pro Lifetime"],
7676
],
7777
steps: [
7878
["Enter the invite code", "In the app, open Me - Enter Invite Code"],
@@ -86,8 +86,8 @@ const copy = {
8686
["Returns the next day", "Retention must be verified before it becomes valid"],
8787
],
8888
other: [
89-
["Xiaohongshu post", "@ me and reach 100 likes to apply for lifetime membership"],
90-
["Community raffle", "Communities over 5,000 members may apply for 10 lifetime raffle slots"],
89+
["Xiaohongshu post", "@ me and reach 100 likes to apply for Pro Lifetime"],
90+
["Community raffle", "Communities over 5,000 members may apply for 10 Pro Lifetime raffle slots"],
9191
],
9292
},
9393
};

0 commit comments

Comments
 (0)