Fixed LocationCard translation

This commit is contained in:
2024-02-17 10:34:34 +01:00
parent 5ecf5d8be4
commit 440ab6a815
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ export const LocationCard:FC<LocationCardProps> = ({location: { _id, name, yearM
{
monthlyExpense > 0 ?
<p>
{ t("payed-total") } <strong>${formatCurrency(monthlyExpense)}</strong>
{ t("payed-total-label") } <strong>${formatCurrency(monthlyExpense)}</strong>
</p>
: null
}

View File

@@ -53,7 +53,7 @@
"location-card": {
"edit-card-tooltip": "Edit realestate",
"add-bill-button-tooltip": "Add a new bill",
"payed-total": "Payed total:"
"payed-total-label": "Payed total:"
},
"month-card": {
"payed-total-label": "Total monthly expenditure:"

View File

@@ -53,7 +53,7 @@
"location-card": {
"edit-card-tooltip": "Izmjeni nekretninu",
"add-bill-button-tooltip": "Dodaj novi račun",
"payed-total": "Ukupno plaćeno: <strong>{amount}</strong>"
"payed-total-label": "Ukupno plaćeno:"
},
"month-card": {
"payed-total-label": "Ukupni mjesečni trošak:"