diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 21cfc44cb..8b0cccf7f 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -46,6 +46,11 @@ "total": "Gesamt", "year": "Jahre" }, + "transaction-link": { + "send_you":"sendet dir", + "subtitle":"subtitle", + "button":"einlösen" + }, "error": { "change-password": "Fehler beim Ändern des Passworts", "empty-transactionlist": "Es gab einen Fehler mit der Übermittlung der Anzahl deiner Transaktionen.", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 3014570ad..1c7c2595d 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -46,6 +46,11 @@ "total": "Total", "year": "Years" }, + "transaction-link": { + "send_you":"wants to send you", + "subtitle":"subtitle", + "button":"redeem" + }, "error": { "change-password": "Error while changing password", "empty-transactionlist": "There was an error with the transmission of the number of your transactions.", diff --git a/frontend/src/pages/ShowTransactionLinkInformations.vue b/frontend/src/pages/ShowTransactionLinkInformations.vue index b3ddd287c..2490aec99 100644 --- a/frontend/src/pages/ShowTransactionLinkInformations.vue +++ b/frontend/src/pages/ShowTransactionLinkInformations.vue @@ -7,12 +7,12 @@
{{ displaySetup.user.firstName }} {{ displaySetup.user.lastName }} - {{ $t('wants to send you') }} {{ displaySetup.amount | GDD }} + {{ $t('transaction-link.send_you') }} {{ displaySetup.amount | GDD }}
-{{ $t(displaySetup.subtitle) }}
+{{ displaySetup.memo }}