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({
badgeText: "50% OFF",
title: "New User First Recharge",
title: "First Recharge Offer",
});
});