fix(i18n): prepare for Lokalise

This commit is contained in:
Michael Zetterberg
2025-01-13 16:38:18 +01:00
parent bcae63e3fc
commit dd71ff8fa7
21 changed files with 78 additions and 58 deletions

View File

@@ -160,7 +160,7 @@ export default function Receipt({
{intl.formatMessage(
{ id: "Approx. {value}" },
{
value: "N/A EUR",
value: "N/A",
}
)}
</Caption>