From 214378f683f5416ebd513950c37fd0ecb05d1679 Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 31 Oct 2022 12:14:28 +0100 Subject: [PATCH] fix lint --- admin/src/locales/de.json | 2 +- admin/src/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/src/locales/de.json b/admin/src/locales/de.json index 2016f81a1..85f33660c 100644 --- a/admin/src/locales/de.json +++ b/admin/src/locales/de.json @@ -101,7 +101,7 @@ "open_creation": "Offene Schöpfungen", "overview": "Übersicht", "user_search": "Nutzersuche", - "automaticContributions":"automatische Beiträge" + "automaticContributions": "automatische Beiträge" }, "not_open_creations": "Keine offenen Schöpfungen", "open": "offen", diff --git a/admin/src/locales/en.json b/admin/src/locales/en.json index e79050b69..8146455d2 100644 --- a/admin/src/locales/en.json +++ b/admin/src/locales/en.json @@ -101,7 +101,7 @@ "open_creation": "Open creations", "overview": "Overview", "user_search": "User search", - "automaticContributions":"Automatic Contributions" + "automaticContributions": "Automatic Contributions" }, "not_open_creations": "No open creations", "open": "open",