diff --git a/frontend/src/views/Pages/SendOverview/GddSend/TransactionConfirmation.vue b/frontend/src/views/Pages/SendOverview/GddSend/TransactionConfirmation.vue
index dd5caf0f8..54ab06384 100644
--- a/frontend/src/views/Pages/SendOverview/GddSend/TransactionConfirmation.vue
+++ b/frontend/src/views/Pages/SendOverview/GddSend/TransactionConfirmation.vue
@@ -46,14 +46,9 @@
- {{ $n(amount, 'decimal') }}
-
- {{ $t('decay.decay') }}
- - {{ $n(decay, 'decimal') }}
-
-
{{ $t('form.new_balance') }}
- ~ {{ $n(balance - amount - decay, 'decimal') }}
+ ~ {{ $n(balance - amount, 'decimal') }}