diff --git a/frontend/src/components/GddSend/TransactionConfirmationLink.vue b/frontend/src/components/GddSend/TransactionConfirmationLink.vue
index b8bc2700a..18eb0f25d 100644
--- a/frontend/src/components/GddSend/TransactionConfirmationLink.vue
+++ b/frontend/src/components/GddSend/TransactionConfirmationLink.vue
@@ -25,7 +25,7 @@
- Vergänglichkeit für 14 Tage
+ {{ $t('gdd_per_link.decay-14-day') }}
~ {{ (amount * 0.028 * -1) | GDD }}
@@ -43,7 +43,7 @@
- {{ selected === 'send' ? $t('form.send_now') : $t('form.generate_now') }}
+ {{ $t('form.generate_now') }}
diff --git a/frontend/src/components/GddSend/TransactionConfirmationSend.vue b/frontend/src/components/GddSend/TransactionConfirmationSend.vue
index 98cc3b4d8..e05d42269 100644
--- a/frontend/src/components/GddSend/TransactionConfirmationSend.vue
+++ b/frontend/src/components/GddSend/TransactionConfirmationSend.vue
@@ -59,7 +59,7 @@
- {{ selected === 'send' ? $t('form.send_now') : $t('form.generate_now') }}
+ {{ $t('form.send_now') }}
diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json
index ac7187318..f54797497 100644
--- a/frontend/src/locales/de.json
+++ b/frontend/src/locales/de.json
@@ -106,6 +106,7 @@
"header": "Gradidos versenden per Link",
"link-copied": "Link wurde in die Zwischenablage kopiert",
"not-copied": "Konnte den Link ncht kopieren: {err}",
+ "decay-14-day":"Vergänglichkeit für 14 Tage",
"sentence_1": "Wähle einen Betrag, aus welchen du per Link versenden möchtest. Du kannst auch noch eine Nachricht eintragen. Beim Klick „jetzt generieren“ wird ein Link erstellt, den du versenden kannst.",
"sentence_2": "Der Link ist 14 Tage gültig!",
"sentence_3": "Wird der Link nicht innerhalb der 14 Tage Frist abgerufen, wird er automatisch gelöscht. Der Betrag wird dann wieder deinem Konto gutgeschrieben.",
diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json
index 7ec2d5100..ace517614 100644
--- a/frontend/src/locales/en.json
+++ b/frontend/src/locales/en.json
@@ -106,6 +106,7 @@
"header": "Send Gradidos by link",
"link-copied": "Link copied to clipboard",
"not-copied": "Could not copy link: {err}",
+ "decay-14-day":"Decay for 14 days",
"sentence_1": "Select an amount that you would like to send via a link. You can also enter a message. Click 'Generate now' to create a link that you can send.",
"sentence_2": "The link is valid for 14 days!",
"sentence_3": "If the link is not called up within the 14-day period, it will be deleted automatically. The amount will then be credited to your account.",