From 29fd5dfcd26734a937c0f0abcbf2ea0a5b86a7b6 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 21 Jul 2022 07:42:26 +0200 Subject: [PATCH] fix locales --- 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 46976d4b4..79a52180c 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -44,8 +44,8 @@ }, "noDateSelected": "Kein Datum ausgewählt", "submit": "Einreichen", - "submitted":"Der Beitrag wurde eingereicht.", - "updated":"Der Beitrag wurde geändert." + "submitted": "Der Beitrag wurde eingereicht.", + "updated": "Der Beitrag wurde geändert." }, "contribution-link": { "thanksYouWith": "dankt dir mit" diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index acab470bd..8cf107dd3 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -44,8 +44,8 @@ }, "noDateSelected": "No date selected", "submit": "Submit", - "submitted":"The contribution was submitted.", - "updated":"The contribution was changed." + "submitted": "The contribution was submitted.", + "updated": "The contribution was changed." }, "contribution-link": { "thanksYouWith": "thanks you with"