From 2deb1e2fdee358a4ffdcf89104444e977926f51a Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 2 Jan 2023 15:06:42 +0100 Subject: [PATCH] margin in transaction type and amount --- frontend/src/components/Transaction.vue | 2 +- frontend/src/components/Transactions/TransactionCreation.vue | 2 +- frontend/src/components/Transactions/TransactionLinkSummary.vue | 2 +- frontend/src/components/Transactions/TransactionReceive.vue | 2 +- frontend/src/components/Transactions/TransactionSend.vue | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/Transaction.vue b/frontend/src/components/Transaction.vue index f51cca825..67906708d 100644 --- a/frontend/src/components/Transaction.vue +++ b/frontend/src/components/Transaction.vue @@ -26,7 +26,7 @@ -
{{ $t('gdt.credit') }}
+
{{ $t('gdt.credit') }}
{{ getLinesByType.credittext }}
diff --git a/frontend/src/components/Transactions/TransactionCreation.vue b/frontend/src/components/Transactions/TransactionCreation.vue index 72fe4de8b..55da6c397 100644 --- a/frontend/src/components/Transactions/TransactionCreation.vue +++ b/frontend/src/components/Transactions/TransactionCreation.vue @@ -10,7 +10,7 @@ {{ this.$d(new Date(balanceDate), 'time') }} -
{{ $t('decay.types.receive') }}
+
{{ $t('decay.types.receive') }}
{{ amount | GDD }}
diff --git a/frontend/src/components/Transactions/TransactionLinkSummary.vue b/frontend/src/components/Transactions/TransactionLinkSummary.vue index e5d0ad045..cb08b98b6 100644 --- a/frontend/src/components/Transactions/TransactionLinkSummary.vue +++ b/frontend/src/components/Transactions/TransactionLinkSummary.vue @@ -9,7 +9,7 @@
{{ transactionLinkCount }} {{ $t('gdd_per_link.links_sum') }}
-
{{ $t('send_per_link') }}
+
{{ $t('send_per_link') }}
{{ amount | GDD }}
diff --git a/frontend/src/components/Transactions/TransactionReceive.vue b/frontend/src/components/Transactions/TransactionReceive.vue index 6e9b9d9b4..2f17a9bca 100644 --- a/frontend/src/components/Transactions/TransactionReceive.vue +++ b/frontend/src/components/Transactions/TransactionReceive.vue @@ -24,7 +24,7 @@ {{ this.$d(new Date(balanceDate), 'time') }} -
+
{{ $t('decay.types.receive') }}
{{ amount | GDD }}
diff --git a/frontend/src/components/Transactions/TransactionSend.vue b/frontend/src/components/Transactions/TransactionSend.vue index e7e3bf4c6..a397b89ce 100644 --- a/frontend/src/components/Transactions/TransactionSend.vue +++ b/frontend/src/components/Transactions/TransactionSend.vue @@ -23,7 +23,7 @@ {{ this.$d(new Date(balanceDate), 'time') }} -
+
{{ $t('decay.types.send') }}
{{ amount | GDD }}