Fixed LocationCard translation
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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:"
|
||||
|
||||
@@ -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:"
|
||||
|
||||
Reference in New Issue
Block a user