Remove unnecessary interpolation (?) dollar signs (#319)

This commit is contained in:
Oleg Bonar
2025-04-19 21:10:49 +02:00
committed by GitHub
parent 1c83ebd6f9
commit 6346fc8ec5
11 changed files with 22 additions and 22 deletions

View File

@@ -210,7 +210,7 @@
"ExpenseDocumentsInput": {
"TooBigToast": {
"title": "Tiedosto on liian suuri",
"description": "Maksimikoko ladattavalle tiedostolle on {maxSize}. Tiedostosi on ${size}."
"description": "Maksimikoko ladattavalle tiedostolle on {maxSize}. Tiedostosi on {size}."
},
"ErrorToast": {
"title": "Virhe tiedostoa ladattaessa",
@@ -235,7 +235,7 @@
"unknown": "Unknown",
"TooBigToast": {
"title": "The file is too big",
"description": "The maximum file size you can upload is {maxSize}. Yours is ${size}."
"description": "The maximum file size you can upload is {maxSize}. Yours is {size}."
},
"ErrorToast": {
"title": "Error while uploading document",