diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index e0b23583d..7ca63fff4 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -250,5 +250,6 @@ }, "transaction-link": { "send_you": "sendet dir" - } + }, + "via_link":"über einen Link" } diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index ede4c4f2e..45c046389 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -250,5 +250,6 @@ }, "transaction-link": { "send_you": "wants to send you" - } + }, + "via_link":"via Link" }