diff --git a/frontend/src/components/GddSend/TransactionResultSendError.vue b/frontend/src/components/GddSend/TransactionResultSendError.vue new file mode 100644 index 000000000..d3e589967 --- /dev/null +++ b/frontend/src/components/GddSend/TransactionResultSendError.vue @@ -0,0 +1,40 @@ + + + + + + + {{ $t('form.sorry') }} + + + {{ $t('form.send_transaction_error') }} + + + + {{ $t('transaction.receiverNotFound') }} + + + {{ $t('transaction.receiverDeleted') }} + + ({{ errorResult }}) + + + {{ $t('form.close') }} + + + + + + +
+ {{ $t('form.close') }} +