From 23996c8ec5efd0e4007f2ff709b584834eee16cb Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 24 Sep 2021 10:43:35 +0200 Subject: [PATCH] change b-row --- frontend/src/components/Transaction.vue | 32 ++++++++++++------------- 1 file changed, 16 insertions(+), 16 deletions(-) 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' : '' }} -
+