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

@@ -211,7 +211,7 @@
"ExpenseDocumentsInput": {
"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",
@@ -236,7 +236,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",