From 0d0d6bec9ace9f08955c928f9ca13e805a02a5c4 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 16 Jun 2022 16:03:53 +0200 Subject: [PATCH] fix locales --- frontend/src/locales/de.json | 6 +++--- frontend/src/locales/en.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 57bf863c6..df621ed0b 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -26,6 +26,9 @@ "other-communities": "Weitere Gemeinschaften", "switch-to-this-community": "zu dieser Gemeinschaft wechseln" }, + "contribution-link": { + "thanksYouWith": "dankt dir mit" + }, "decay": { "before_startblock_transaction": "Diese Transaktion beinhaltet keine Vergänglichkeit.", "calculation_decay": "Berechnung der Vergänglichkeit", @@ -271,9 +274,6 @@ "transaction-link": { "send_you": "sendet dir" }, - "contribution-link": { - "thanksYouWith": "dankt dir mit" - }, "via_link": "über einen Link", "welcome": "Willkommen", "WelcomeBy": "bei {name}" diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index cb74c0ecc..c531f39f6 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -26,6 +26,9 @@ "other-communities": "Other communities", "switch-to-this-community": "Switch to this community" }, + "contribution-link": { + "thanksYouWith": "thanks you with" + }, "decay": { "before_startblock_transaction": "This transaction does not include decay.", "calculation_decay": "Calculation of Decay", @@ -271,9 +274,6 @@ "transaction-link": { "send_you": "wants to send you" }, - "contribution-link": { - "thanksYouWith": "thanks you with" - }, "via_link": "via Link", "welcome": "Welcome", "WelcomeBy": "by {name}"