diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 84236f71d..7dfa05ad1 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -18,6 +18,7 @@ "de": "Deutsch", "en": "English" }, + "decay": "Vergänglichkeit", "form": { "cancel":"Abbrechen", "reset": "Zurücksetzen", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 9a4a42314..f8a4a88a4 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -18,6 +18,7 @@ "de": "Deutsch", "en": "English" }, + "decay": "Decay", "form": { "cancel":"Cancel", "reset": "Reset", diff --git a/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue b/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue index cd12c4e5a..b878e5a76 100644 --- a/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue +++ b/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue @@ -6,24 +6,26 @@ :key="item.id" style="background-color: #ebebeba3 !important" > -
+
-
+
+ {{getOperator(item)}} {{ $n(item.balance) }}
- {{ item.name }} - + {{ item.name }} {{ item.name ? '' : $t('decay') }}
{{ $moment(item.date).format('DD.MM.YYYY - HH:mm:ss') }}
-
- +
+ i
+
- + @@ -56,10 +58,10 @@ {{ item.memo }} - + {{ $t('transaction.more') }} - + {{ item }} @@ -74,10 +76,10 @@