diff --git a/frontend/src/components/GddSend/TransactionForm.vue b/frontend/src/components/GddSend/TransactionForm.vue index 845e749cc..ec4aff4d3 100644 --- a/frontend/src/components/GddSend/TransactionForm.vue +++ b/frontend/src/components/GddSend/TransactionForm.vue @@ -19,7 +19,7 @@

{{ $t('gdd_per_link.header') }}

- {{ $t('gdd_per_link.sentence_1') }} + {{ $t('gdd_per_link.choose-amount') }}
diff --git a/frontend/src/components/LinkInformations/RedeemInformation.vue b/frontend/src/components/LinkInformations/RedeemInformation.vue index 71c0b27ad..bdc17db9a 100644 --- a/frontend/src/components/LinkInformations/RedeemInformation.vue +++ b/frontend/src/components/LinkInformations/RedeemInformation.vue @@ -2,7 +2,7 @@

- {{ user.firstName }} + {{ firstName }} {{ $t('transaction-link.send_you') }} {{ amount | GDD }}

{{ memo }} @@ -13,7 +13,7 @@ export default { name: 'RedeemInformation', props: { - user: { type: Object, required: true }, + firstName: { type: String, required: true }, amount: { type: String, required: true }, memo: { type: String, required: true, default: '' }, }, diff --git a/frontend/src/components/LinkInformations/RedeemLoggedOut.vue b/frontend/src/components/LinkInformations/RedeemLoggedOut.vue index 15d9a985b..20b75869a 100644 --- a/frontend/src/components/LinkInformations/RedeemLoggedOut.vue +++ b/frontend/src/components/LinkInformations/RedeemLoggedOut.vue @@ -1,6 +1,6 @@