From e495d3475b0c06185a28528d00ba5eebf531db6d Mon Sep 17 00:00:00 2001 From: ogerly Date: Tue, 30 Nov 2021 09:24:24 +0100 Subject: [PATCH] Confirm transaction, preview invoice inserted clear --- .../GddSend/TransactionConfirmation.vue | 54 +++++++++---------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/frontend/src/views/Pages/SendOverview/GddSend/TransactionConfirmation.vue b/frontend/src/views/Pages/SendOverview/GddSend/TransactionConfirmation.vue index 5886c69c5..0cd6e96aa 100644 --- a/frontend/src/views/Pages/SendOverview/GddSend/TransactionConfirmation.vue +++ b/frontend/src/views/Pages/SendOverview/GddSend/TransactionConfirmation.vue @@ -32,33 +32,33 @@ - - - - - aktueller Kontostand - {{$n(balance, 'decimal')}} - - - - Dein Betrag - - {{$n(amount, 'decimal')}} - - - - - Vergänglichkeit - - {{$n(decay, 'decimal')}} - - - - - - neuer Kontostand - ~ {{$n(balance - amount - decay, 'decimal')}} - - - + + + + + aktueller Kontostand + {{ $n(balance, 'decimal') }} + + + + Dein Betrag + + - {{ $n(amount, 'decimal') }} + + + + + Vergänglichkeit + - {{ $n(decay, 'decimal') }} + + + + + neuer Kontostand + ~ {{ $n(balance - amount - decay, 'decimal') }} + + + {{ $t('form.cancel') }}