From 86dd8b94188554814c376f350e15f73a572cb429 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Tue, 4 May 2021 18:19:29 +0800 Subject: [PATCH] modify text --- src/locales/en.js | 2 +- src/locales/zh_Hans.js | 2 +- src/views/mobile/Home.vue | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/locales/en.js b/src/locales/en.js index ff60f8f1..1a9eaca2 100644 --- a/src/locales/en.js +++ b/src/locales/en.js @@ -741,7 +741,7 @@ export default { 'This Week': 'This Week', 'This Month': 'This Month', 'This Year': 'This Year', - 'Income of this month': 'Income of this month', + 'Monthly income': 'Monthly income', 'Unable to get transaction overview': 'Unable to get transaction overview', 'Net assets': 'Net assets', 'Total assets': 'Total assets', diff --git a/src/locales/zh_Hans.js b/src/locales/zh_Hans.js index 41801a09..b7fb3d41 100644 --- a/src/locales/zh_Hans.js +++ b/src/locales/zh_Hans.js @@ -741,7 +741,7 @@ export default { 'This Week': '本周', 'This Month': '本月', 'This Year': '今年', - 'Income of this month': '当月收入', + 'Monthly income': '当月收入', 'Unable to get transaction overview': '无法获取交易概要', 'Net assets': '净资产', 'Total assets': '总资产', diff --git a/src/views/mobile/Home.vue b/src/views/mobile/Home.vue index 462e0ec5..c14b72a8 100644 --- a/src/views/mobile/Home.vue +++ b/src/views/mobile/Home.vue @@ -26,9 +26,9 @@
- Income of this month 0.00 USD + Monthly income 0.00 USD - {{ $t('Income of this month') }} + {{ $t('Monthly income') }} {{ thisMonthAmount.incomeAmount | amount(thisMonthAmount.incompleteIncomeAmount, showAmountInHomePage) | currency(defaultCurrency) }}