diff --git a/frontend/src/views/Pages/AccountOverview/GdtTransactionList.vue b/frontend/src/views/Pages/AccountOverview/GdtTransactionList.vue
index 36f52adde..5fdbe2ce2 100644
--- a/frontend/src/views/Pages/AccountOverview/GdtTransactionList.vue
+++ b/frontend/src/views/Pages/AccountOverview/GdtTransactionList.vue
@@ -1,7 +1,9 @@
- {{ $t('gdt.no-transactions') }}
+
+ {{ $t('gdt.no-transactions') }}
+
-
{{ $n(gdt, 'decimal') }}
-
{{ $n(amount, 'decimal') }}
+
{{ $n(gdt, 'decimal') }}
+
{{ $n(amount, 'decimal') }}
+
+
+
+ {{ $n(gdt, 'decimal') }}
-
-
{{ $n(gdt, 'decimal') }}
-
-
@@ -43,7 +45,6 @@
{{ $t('form.date') }}
-
@@ -61,8 +62,6 @@
{{ $d($moment(date), 'long') }} {{ $i18n.locale === 'de' ? 'Uhr' : '' }}
-
-
@@ -75,12 +74,11 @@
-
{{ $t('gdt.conversion-gdt-euro') }}
- Dein geworbenes Mitglied hat gespendet.
+ {{ $t('gdt.publisher') }}
{{ $t('gdt.calculation') }}
@@ -98,23 +96,23 @@
{{ factor }}
-
{{ amount }} € * {{factor}} = {{ $n(gdt, 'decimal') }} GDT
+
{{ amount }} € * {{ factor }} = {{ $n(gdt, 'decimal') }} GDT
-
+
-
-
+ >
{{ $t('gdt.formula') }}:
-
{{ amount }} GDT * {{ factor }} = {{ $n(gdt, 'decimal') }}
+
+ {{ amount }} GDT * {{ factor }} = {{ $n(gdt, 'decimal') }}
+