@@ -98,17 +12,21 @@
- {{ $t('Today' )}}
+ Today
+ {{ $t('Today' )}}
- {{ transactionOverview.today.incomeAmount | currency(defaultCurrency) }}
+ 0.00 USD
+ {{ transactionOverview.today.incomeAmount | currency(defaultCurrency) }}
- {{ transactionOverview.today.expenseAmount | currency(defaultCurrency) }}
+ 0.00 USD
+ {{ transactionOverview.today.expenseAmount | currency(defaultCurrency) }}
@@ -118,19 +36,24 @@
- {{ $t('This Week' )}}
+ This Week
+ {{ $t('This Week' )}}
- {{ transactionOverview.thisWeek.incomeAmount | currency(defaultCurrency) }}
+ 0.00 USD
+ {{ transactionOverview.thisWeek.incomeAmount | currency(defaultCurrency) }}
- {{ transactionOverview.thisWeek.expenseAmount | currency(defaultCurrency) }}
+ 0.00 USD
+ {{ transactionOverview.thisWeek.expenseAmount | currency(defaultCurrency) }}
@@ -140,19 +63,24 @@
- {{ $t('This Month' )}}
+ This Month
+ {{ $t('This Month' )}}
- {{ transactionOverview.thisMonth.incomeAmount | currency(defaultCurrency) }}
+ 0.00 USD
+ {{ transactionOverview.thisMonth.incomeAmount | currency(defaultCurrency) }}
- {{ transactionOverview.thisMonth.expenseAmount | currency(defaultCurrency) }}
+ 0.00 USD
+ {{ transactionOverview.thisMonth.expenseAmount | currency(defaultCurrency) }}
@@ -162,17 +90,21 @@
- {{ $t('This Year' )}}
+ This Year
+ {{ $t('This Year' )}}
- {{ transactionOverview.thisYear.incomeAmount | currency(defaultCurrency) }}
+ 0.00 USD
+ {{ transactionOverview.thisYear.incomeAmount | currency(defaultCurrency) }}
- {{ transactionOverview.thisYear.expenseAmount | currency(defaultCurrency) }}
+ 0.00 USD
+ {{ transactionOverview.thisYear.expenseAmount | currency(defaultCurrency) }}