fix(subscription): update first recharge offer copy

This commit is contained in:
2026-07-02 15:35:03 +08:00
parent fbaf6f9660
commit 0cfef6bf57
2 changed files with 2 additions and 2 deletions
@@ -180,7 +180,7 @@ describe("subscription screen helpers", () => {
}), }),
).toMatchObject({ ).toMatchObject({
badgeText: "50% OFF", badgeText: "50% OFF",
title: "New User First Recharge", title: "First Recharge Offer",
}); });
}); });
@@ -171,7 +171,7 @@ export function getFirstRechargeOfferView(input: {
const badgeText = `${discountPercent}% OFF`; const badgeText = `${discountPercent}% OFF`;
return { return {
badgeText, badgeText,
title: "New User First Recharge", title: "First Recharge Offer",
subtitle: subtitle:
"Your first recharge price is already applied. No code needed.", "Your first recharge price is already applied. No code needed.",
}; };