From 91606876e236220c9126b3d3836eb54c582958c2 Mon Sep 17 00:00:00 2001 From: mahula Date: Thu, 10 Nov 2022 12:33:54 +0100 Subject: [PATCH] fix text in admin area to uppercase --- admin/src/locales/de.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/src/locales/de.json b/admin/src/locales/de.json index c012e3171..456290ca7 100644 --- a/admin/src/locales/de.json +++ b/admin/src/locales/de.json @@ -98,7 +98,7 @@ "multiple_creation_text": "Bitte wähle ein oder mehrere Mitglieder aus für die du Schöpfen möchtest.", "name": "Name", "navbar": { - "automaticContributions": "automatische Beiträge", + "automaticContributions": "Automatische Beiträge", "logout": "Abmelden", "multi_creation": "Mehrfachschöpfung", "my-account": "Mein Konto",