diff --git a/frontend/src/components/GddSend/TransactionForm.vue b/frontend/src/components/GddSend/TransactionForm.vue index 78527393d..d931f5610 100644 --- a/frontend/src/components/GddSend/TransactionForm.vue +++ b/frontend/src/components/GddSend/TransactionForm.vue @@ -13,12 +13,12 @@ - GDD versenden + {{ $t('send_gdd') }} - GDD versenden per Link + {{ $t('send_per_link') }} diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index d6314f414..77fdf1f4a 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -138,6 +138,8 @@ "publisherId": "Publisher-Id" }, "send": "Senden", + "send_gdd": "GDD versenden", + "send_per_link": "GDD versenden per Link", "settings": { "coinanimation": { "coinanimation": "Münzanimation", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 82cbe8cba..61cadd4d0 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -138,6 +138,8 @@ "publisherId": "PublisherID" }, "send": "Send", + "send_gdd": "GDD send", + "send_per_link": "GDD send via link", "settings": { "coinanimation": { "coinanimation": "Coin animation",