diff --git a/src/views/desktop/transactions/ListPage.vue b/src/views/desktop/transactions/ListPage.vue index 0f3073a4..a2bc0445 100644 --- a/src/views/desktop/transactions/ListPage.vue +++ b/src/views/desktop/transactions/ListPage.vue @@ -146,14 +146,14 @@
- {{ tt('Total Income') }} + {{ queryAllFilterAccountIdsCount ? tt('Total Inflows') : tt('Total Income') }} {{ currentMonthTotalAmount.income }} - {{ tt('Total Expense') }} + {{ queryAllFilterAccountIdsCount ? tt('Total Outflows') : tt('Total Expense') }}