diff --git a/frontend/src/components/Transaction.vue b/frontend/src/components/Transaction.vue index dd91d2a1e..4358a3596 100644 --- a/frontend/src/components/Transaction.vue +++ b/frontend/src/components/Transaction.vue @@ -19,42 +19,42 @@ -
+ {{ getLinesByType(gdtEntryType).description }} -
-
+ + {{ getLinesByType(gdtEntryType).descriptiontext }} -
+
-
+ {{ $t('gdt.credit') }} -
-
+ + {{ getLinesByType(gdtEntryType).credittext }} -
+
-
+ {{ $t('form.memo') }} -
-
+ + {{ comment }} -
+
-
+ {{ $t('form.date') }} -
-
+ + {{ $d($moment(date), 'long') }} {{ $i18n.locale === 'de' ? 'Uhr' : '' }} -
+