From a64f91cb1351cce60f06239c4e528c6fec48e4a5 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 16 Jun 2022 14:35:08 +0200 Subject: [PATCH] fix lint --- frontend/src/locales/de.json | 2 +- frontend/src/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index c16ed94b1..57bf863c6 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -272,7 +272,7 @@ "send_you": "sendet dir" }, "contribution-link": { - "thanksYouWith":"dankt dir mit" + "thanksYouWith": "dankt dir mit" }, "via_link": "über einen Link", "welcome": "Willkommen", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 403273633..cb74c0ecc 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -272,7 +272,7 @@ "send_you": "wants to send you" }, "contribution-link": { - "thanksYouWith":"thanks you with" + "thanksYouWith": "thanks you with" }, "via_link": "via Link", "welcome": "Welcome",