modify text
This commit is contained in:
+1
-1
@@ -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',
|
||||
|
||||
@@ -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': '总资产',
|
||||
|
||||
@@ -26,9 +26,9 @@
|
||||
</f7-link>
|
||||
</p>
|
||||
<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">
|
||||
<span>{{ $t('Income of this month') }}</span>
|
||||
<span>{{ $t('Monthly income') }}</span>
|
||||
<span>{{ thisMonthAmount.incomeAmount | amount(thisMonthAmount.incompleteIncomeAmount, showAmountInHomePage) | currency(defaultCurrency) }}</span>
|
||||
</small>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user