Merged in fix/Lokalise-EN-edits-2025-10 (pull request #2962)
Fix/Lokalise English manual updates * fix: update English keys Approved-by: Linus Flood
This commit is contained in:
@@ -36,7 +36,7 @@ export default function ExpiringPointsSeeAllButton({
|
||||
<MaterialIcon icon="chevron_right" color="CurrentColor" />
|
||||
</Button>
|
||||
<SidePeekSelfControlled
|
||||
title={intl.formatMessage({ defaultMessage: "Expiring Points" })}
|
||||
title={intl.formatMessage({ defaultMessage: "Expiring points" })}
|
||||
isOpen={isOpen}
|
||||
onClose={() => setIsOpen(false)}
|
||||
>
|
||||
|
||||
@@ -66,7 +66,7 @@ export default async function PointsToSpendCard({
|
||||
<Typography variant="Title/Overline/sm">
|
||||
<span className={styles.pointsLabel}>
|
||||
{intl.formatMessage({
|
||||
defaultMessage: "POINTS",
|
||||
defaultMessage: "Points",
|
||||
})}
|
||||
</span>
|
||||
</Typography>
|
||||
|
||||
Reference in New Issue
Block a user