diff --git a/src/views/desktop/HomePage.vue b/src/views/desktop/HomePage.vue index 25a2871c..dcef0e68 100644 --- a/src/views/desktop/HomePage.vue +++ b/src/views/desktop/HomePage.vue @@ -21,15 +21,17 @@
- {{ transactionOverview && transactionOverview.thisMonth ? getDisplayExpenseAmount(transactionOverview.thisMonth) : '-' }} - {{ transactionOverview && transactionOverview.thisMonth ? getDisplayExpenseAmount(transactionOverview.thisMonth) : '-' }} + +
{{ $t('Monthly income') }} - {{ transactionOverview && transactionOverview.thisMonth ? getDisplayIncomeAmount(transactionOverview.thisMonth) : '-' }} + {{ transactionOverview && transactionOverview.thisMonth ? getDisplayIncomeAmount(transactionOverview.thisMonth) : '-' }} +
{{ $t('View Details') }} @@ -40,10 +42,10 @@