diff --git a/frontend/src/components/Transactions/TransactionDecay.vue b/frontend/src/components/Transactions/TransactionDecay.vue
index b7b836088..bdbde0cac 100644
--- a/frontend/src/components/Transactions/TransactionDecay.vue
+++ b/frontend/src/components/Transactions/TransactionDecay.vue
@@ -5,7 +5,9 @@
{{ $t('decay.decay_since_last_transaction') }}
-
+
+
+
diff --git a/frontend/src/components/Transactions/TransactionLinkSummary.vue b/frontend/src/components/Transactions/TransactionLinkSummary.vue
index 612f980ae..036931af4 100644
--- a/frontend/src/components/Transactions/TransactionLinkSummary.vue
+++ b/frontend/src/components/Transactions/TransactionLinkSummary.vue
@@ -1,18 +1,20 @@
-
+
{{ $t('gdd_per_link.links_sum') }}
{{ transactionLinkCount }} {{ $t('gdd_per_link.links_sum') }}
-
+
{{ $t('send_per_link') }}
{{ amount | GDD }}
-
+
+
+
-
+
{{ this.$d(new Date(balanceDate), 'short') }}
{{ this.$d(new Date(balanceDate), 'time') }}
-
+
{{ $t('decay.types.receive') }}
@@ -38,7 +38,9 @@
/>
-
+
+
+
diff --git a/frontend/src/components/Transactions/TransactionSend.vue b/frontend/src/components/Transactions/TransactionSend.vue
index 62061080a..7870eed8b 100644
--- a/frontend/src/components/Transactions/TransactionSend.vue
+++ b/frontend/src/components/Transactions/TransactionSend.vue
@@ -1,7 +1,7 @@
-
+
{{ this.$d(new Date(balanceDate), 'short') }}
{{ this.$d(new Date(balanceDate), 'time') }}
-
+
{{ $t('decay.types.send') }}
@@ -37,7 +37,9 @@
/>
-
+
+
+