diff --git a/src/components/desktop/AmountInput.vue b/src/components/desktop/AmountInput.vue index d2f99a00..342e4d32 100644 --- a/src/components/desktop/AmountInput.vue +++ b/src/components/desktop/AmountInput.vue @@ -8,7 +8,7 @@ :rules="enableRules ? rules : []" v-model="currentValue" @keydown="onKeyUpDown" @keyup="onKeyUpDown"> -
+

{{ transactionOverview && transactionOverview.thisMonth ? getDisplayExpenseAmount(transactionOverview.thisMonth) : '-' }} -

-
+ +
{{ $t('Monthly income') }} {{ transactionOverview && transactionOverview.thisMonth ? getDisplayIncomeAmount(transactionOverview.thisMonth) : '-' }} - +
{{ $t('View Details') }} @@ -47,10 +48,10 @@ -
- {{ $t('format.misc.youHaveAccounts', { count: allAccounts.length }) }} +
+ {{ $t('format.misc.youHaveAccounts', { count: allAccounts.length }) }} -
+
@@ -63,7 +64,7 @@
{{ $t('Total assets') }} - {{ totalAssets }} + {{ totalAssets }}
@@ -79,7 +80,7 @@
{{ $t('Total liabilities') }} - {{ totalLiabilities }} + {{ totalLiabilities }}
@@ -95,7 +96,7 @@
{{ $t('Net assets') }} - {{ netAssets }} + {{ netAssets }}
diff --git a/src/views/desktop/LoginPage.vue b/src/views/desktop/LoginPage.vue index bf12d703..351163b0 100644 --- a/src/views/desktop/LoginPage.vue +++ b/src/views/desktop/LoginPage.vue @@ -22,7 +22,7 @@
-
{{ $t('Welcome to ezBookkeeping') }}
+

{{ $t('Welcome to ezBookkeeping') }}

{{ $t('Please log in with your ezBookkeeping account') }}

diff --git a/src/views/desktop/MainLayout.vue b/src/views/desktop/MainLayout.vue index ce9a9050..cc9fadfe 100644 --- a/src/views/desktop/MainLayout.vue +++ b/src/views/desktop/MainLayout.vue @@ -15,7 +15,7 @@ :options="{ wheelPropagation: false }" @ps-scroll-y="handleNavScroll" > -