diff --git a/frontend/src/components/GddSend/TransactionConfirmationLink.vue b/frontend/src/components/GddSend/TransactionConfirmationLink.vue new file mode 100644 index 000000000..f02b7a063 --- /dev/null +++ b/frontend/src/components/GddSend/TransactionConfirmationLink.vue @@ -0,0 +1,73 @@ + + + + + {{ $t('gdd_per_link.header') }} + + {{ amount | GDD }} + {{ memo }} + + + + + {{ $t('advanced-calculation') }} + + {{ $t('form.current_balance') }} + {{ balance | GDD }} + + + + {{ $t('form.your_amount') }} + + + - {{ amount | GDD }} + + + + + Vergänglichkeit für 14 Tage + + + ~ {{ $n(amount * 0.028, 'decimal') }} + + + + {{ $t('form.new_balance') }} + ~ {{ $n(balance - amount - amount * 0.028, 'decimal') }} + + + + + + {{ $t('form.cancel') }} + + + + {{ selected === 'send' ? $t('form.send_now') : $t('form.generate_now') }} + + + + + + +