fix(subscription): update first recharge offer copy
This commit is contained in:
@@ -180,7 +180,7 @@ describe("subscription screen helpers", () => {
|
||||
}),
|
||||
).toMatchObject({
|
||||
badgeText: "50% OFF",
|
||||
title: "New User First Recharge",
|
||||
title: "First Recharge Offer",
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
@@ -171,7 +171,7 @@ export function getFirstRechargeOfferView(input: {
|
||||
const badgeText = `${discountPercent}% OFF`;
|
||||
return {
|
||||
badgeText,
|
||||
title: "New User First Recharge",
|
||||
title: "First Recharge Offer",
|
||||
subtitle:
|
||||
"Your first recharge price is already applied. No code needed.",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user