diff --git a/frontend/src/components/GddSend/TransactionConfirmationSend.vue b/frontend/src/components/GddSend/TransactionConfirmationSend.vue
index a9058558c..95a06ea3c 100644
--- a/frontend/src/components/GddSend/TransactionConfirmationSend.vue
+++ b/frontend/src/components/GddSend/TransactionConfirmationSend.vue
@@ -3,15 +3,23 @@
{{ $t('form.send_check') }}
-
-
- {{ userName ? userName : identifier }}
- {{ $t('form.memo') }}
- {{ memo }}
-
-
- {{ $t('send_gdd') }}
- {{ amount | GDD }}
+
+
+ {{ $t('form.recipientCommunity') }}
+ {{ communityName }}
+
+
+ {{ $t('form.recipient') }}
+ {{ userName ? userName : identifier }}
+
+
+ {{ $t('form.amount') }}
+ {{ amount | GDD }}
+
+
+ {{ $t('form.memo') }}
+ {{ memo }}
+
@@ -58,6 +66,8 @@