funds: typo

This commit is contained in:
He4eT 2025-04-30 23:53:53 +02:00
commit 51d4a204d6
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
{
"currency": "RSD",
"rent": 65000,
"bils": 3000
"bills": 3000
}

View file

@ -19,5 +19,5 @@ of the <a target="_blank" href="{{ config.links.chat }}">chat</a>.
Expense Category | Amount
:------------------- | -----------:
Space Rent | {{ funds.monthly.rent | formatCurrency: funds.monthly.currency }}
Utility Bills | {{ funds.monthly.bils | formatCurrency: funds.monthly.currency }}
Utility Bills | {{ funds.monthly.bills | formatCurrency: funds.monthly.currency }}
**Total** | **{{ funds.monthly | sumObjectValues | formatCurrency: funds.monthly.currency }}**

View file

@ -19,5 +19,5 @@ Xecut&nbsp;&mdash; **некоммерческий** проект,
Статья расходов | Сумма
:----------------- | -----------:
Аренда помещения | {{ funds.monthly.rent | formatCurrency: funds.monthly.currency }}
Коммунальные счета | {{ funds.monthly.bils | formatCurrency: funds.monthly.currency }}
Коммунальные счета | {{ funds.monthly.bills | formatCurrency: funds.monthly.currency }}
**Итог** | **{{ funds.monthly | sumObjectValues | formatCurrency: funds.monthly.currency }}**

View file

@ -19,5 +19,5 @@ Za beskontaktna plaćanja, molimo vas da kontaktirate administratore
Stavka troška | Iznos
:----------------------| -----------:
Zakup prostora | {{ funds.monthly.rent | formatCurrency: funds.monthly.currency }}
Komunalni računi | {{ funds.monthly.bils | formatCurrency: funds.monthly.currency }}
Komunalni računi | {{ funds.monthly.bills | formatCurrency: funds.monthly.currency }}
**Ukupno** | **{{ funds.monthly | sumObjectValues | formatCurrency: funds.monthly.currency }}**