fix(SW-248): update spendable points texts

This commit is contained in:
Arvid Norlin
2024-08-09 09:58:01 +02:00
committed by Michael Zetterberg
parent c0bf09bf3f
commit 8592d7004b
8 changed files with 15 additions and 14 deletions

View File

@@ -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>
)