From 184b94891615b4932c38d41d0b982a78776a9294 Mon Sep 17 00:00:00 2001 From: ogerly Date: Sat, 26 Mar 2022 09:33:48 +0100 Subject: [PATCH] add locales via_link --- frontend/src/locales/de.json | 3 ++- frontend/src/locales/en.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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" }