fix(subscription): update first recharge offer copy
This commit is contained in:
@@ -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.",
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user