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
+2 -2
View File
@@ -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>