fix(i18n): prepare for Lokalise
This commit is contained in:
@@ -39,7 +39,7 @@ export default async function MembershipCardSlot({
|
||||
</Subtitle>
|
||||
<span>
|
||||
{intl.formatMessage(
|
||||
{ id: "Current Points {points, number}" },
|
||||
{ id: "Current Points: {points, number}" },
|
||||
{ points: card.currentPoints }
|
||||
)}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user