From b68fab72ccd3b777aeefb8a87c2ec1f41c036024 Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 21 Mar 2022 14:01:41 +0100 Subject: [PATCH] review from ulf and hannes --- frontend/src/components/GddSend/TransactionForm.vue | 2 +- .../src/components/LinkInformations/RedeemInformation.vue | 4 ++-- frontend/src/components/LinkInformations/RedeemLoggedOut.vue | 2 +- .../src/components/LinkInformations/RedeemSelfCreator.vue | 2 +- frontend/src/components/LinkInformations/RedeemValid.vue | 2 +- frontend/src/locales/de.json | 2 +- frontend/src/locales/en.json | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) 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 @@