diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index c5008d978..3b4912a2f 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -18,7 +18,6 @@ } }, "back": "Zurück", - "WelcomeBy": "bei {name}", "community": { "choose-another-community": "Eine andere Gemeinschaft auswählen", "community": "Gemeinschaft", @@ -281,5 +280,6 @@ "send_you": "sendet dir" }, "via_link": "über einen Link", - "welcome": "Willkommen" + "welcome": "Willkommen", + "WelcomeBy": "bei {name}" } diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 2def7c4d3..63f2510a3 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -18,7 +18,6 @@ } }, "back": "Back", - "WelcomeBy": "by {name}", "community": { "choose-another-community": "Choose another community", "community": "Community", @@ -281,5 +280,6 @@ "send_you": "wants to send you" }, "via_link": "via Link", - "welcome": "Welcome" + "welcome": "Welcome", + "WelcomeBy": "by {name}" }