diff --git a/src/_data/funds/monthly.json b/src/_data/funds/monthly.json index e7e34fe..fa28740 100644 --- a/src/_data/funds/monthly.json +++ b/src/_data/funds/monthly.json @@ -1,5 +1,5 @@ { "currency": "RSD", "rent": 65000, - "bils": 3000 + "bills": 3000 } diff --git a/src/en/funds.md b/src/en/funds.md index 9a70035..5ee8c81 100644 --- a/src/en/funds.md +++ b/src/en/funds.md @@ -19,5 +19,5 @@ of the chat. 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 }}** diff --git a/src/ru/funds.md b/src/ru/funds.md index fc752fe..b53bb38 100644 --- a/src/ru/funds.md +++ b/src/ru/funds.md @@ -19,5 +19,5 @@ Xecut — **некоммерческий** проект, Статья расходов | Сумма :----------------- | -----------: Аренда помещения | {{ 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 }}** diff --git a/src/sr/funds.md b/src/sr/funds.md index 8d2a5f7..97273b2 100644 --- a/src/sr/funds.md +++ b/src/sr/funds.md @@ -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 }}**