diff --git a/frontend/src/components/LinkInformations/RedeemCommunitySelection.vue b/frontend/src/components/LinkInformations/RedeemCommunitySelection.vue index 46e9eb81f..cb17e3bf5 100644 --- a/frontend/src/components/LinkInformations/RedeemCommunitySelection.vue +++ b/frontend/src/components/LinkInformations/RedeemCommunitySelection.vue @@ -6,15 +6,33 @@ :is-redeem-jwt-link="isRedeemJwtLink" class="redeem-community-selection" > - + {{ $t('gdd_per_link.redeemlink-error') }} + + {{ linkData.senderUser.firstName }} + {{ $t('transaction-link.send_you') }} {{ linkData.amount }} {{ $t('GDD-long') }} + + + + + {{ linkData.memo }} + + + - - {{ $t('gdd_per_link.recipientCommunitySelection') }} + + + {{ $t('gdd_per_link.recipientCommunityRedirection') }} + + + {{ $t('gdd_per_link.recipientCommunitySelection') }} + + + + {{ $t('gdd_per_link.recipientCommunityFix') }} - {{ $t('gdd_per_link.recipientCommunityFix') }} @@ -29,7 +47,6 @@ {{ currentRecipientCommunity.name }} - {{ $t('gdd_per_link.switchCommunity') }} {{ $t('gdd_per_link.to-switch') }} @@ -37,13 +54,8 @@ - - {{ linkData.senderUser.firstName }} - {{ $t('transaction-link.send_you') }} {{ $filters.GDD(linkData.amount) }} - - - {{ linkData.memo }} - + +
{{ $t('gdd_per_link.switchCommunity') }}