modify text

This commit is contained in:
MaysWind
2021-05-04 18:19:29 +08:00
parent 173350f162
commit 86dd8b9418
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -741,7 +741,7 @@ export default {
'This Week': 'This Week', 'This Week': 'This Week',
'This Month': 'This Month', 'This Month': 'This Month',
'This Year': 'This Year', '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', 'Unable to get transaction overview': 'Unable to get transaction overview',
'Net assets': 'Net assets', 'Net assets': 'Net assets',
'Total assets': 'Total assets', 'Total assets': 'Total assets',
+1 -1
View File
@@ -741,7 +741,7 @@ export default {
'This Week': '本周', 'This Week': '本周',
'This Month': '本月', 'This Month': '本月',
'This Year': '今年', 'This Year': '今年',
'Income of this month': '当月收入', 'Monthly income': '当月收入',
'Unable to get transaction overview': '无法获取交易概要', 'Unable to get transaction overview': '无法获取交易概要',
'Net assets': '净资产', 'Net assets': '净资产',
'Total assets': '总资产', 'Total assets': '总资产',
+2 -2
View File
@@ -26,9 +26,9 @@
</f7-link> </f7-link>
</p> </p>
<p class="no-margin"> <p class="no-margin">
<small class="home-summary-misc" v-if="loading">Income of this month 0.00 USD</small> <small class="home-summary-misc" v-if="loading">Monthly income 0.00 USD</small>
<small class="home-summary-misc" v-else-if="!loading"> <small class="home-summary-misc" v-else-if="!loading">
<span>{{ $t('Income of this month') }}</span> <span>{{ $t('Monthly income') }}</span>
<span>{{ thisMonthAmount.incomeAmount | amount(thisMonthAmount.incompleteIncomeAmount, showAmountInHomePage) | currency(defaultCurrency) }}</span> <span>{{ thisMonthAmount.incomeAmount | amount(thisMonthAmount.incompleteIncomeAmount, showAmountInHomePage) | currency(defaultCurrency) }}</span>
</small> </small>
</p> </p>