From 0970bc6c74513ba9e0f78b21052d74c421630553 Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 23 May 2022 12:05:11 +0200 Subject: [PATCH] yarn locales --fix --- frontend/src/locales/de.json | 4 ++-- frontend/src/locales/en.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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}" }