From c3d29ee2f8b436bb4ba501fa8929f69a5df36563 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Mon, 21 Jul 2025 00:53:39 +0800 Subject: [PATCH] modify text --- src/views/desktop/transactions/ListPage.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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') }}