fix(SW-248): update spendable points texts
This commit is contained in:
committed by
Michael Zetterberg
parent
c0bf09bf3f
commit
8592d7004b
@@ -23,7 +23,8 @@ export default async function ExpiringPoints({ user }: UserProps) {
|
||||
<section>
|
||||
<Body color="white" textTransform="bold" textAlign="center">
|
||||
{formatter.format(membership.pointsToExpire)}{" "}
|
||||
{formatMessage({ id: "points expiring by" })} {d.format("YYYY-MM-DD")}
|
||||
{formatMessage({ id: "spendable points expiring by" })}{" "}
|
||||
{d.format("YYYY-MM-DD")}
|
||||
</Body>
|
||||
</section>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user