From 4db35406a0e68e0e42dd205f6996dd2e3453c949 Mon Sep 17 00:00:00 2001 From: Florian Fritz Date: Tue, 30 Aug 2022 15:04:41 +0200 Subject: [PATCH] :children_crossing: Add German & English translations for custom CSS field (cherry picked from commit 20e1cc3a1bae59ee401539e9de07f500a37fc7b4) --- .../locales/de/settings/customization/page-appearance.json | 6 +++++- .../locales/en/settings/customization/page-appearance.json | 6 +++++- src/components/Settings/AdvancedSettings.tsx | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/public/locales/de/settings/customization/page-appearance.json b/public/locales/de/settings/customization/page-appearance.json index cb9740b31..0a9cd3e9b 100644 --- a/public/locales/de/settings/customization/page-appearance.json +++ b/public/locales/de/settings/customization/page-appearance.json @@ -15,7 +15,11 @@ "label": "Hintergrund", "placeholder": "/img/background.png" }, + "customCSS": { + "label": "Benutzerdefiniertes CSS", + "placeholder": "Benutzerdefiniertes CSS wird als letztes ausgeführt" + }, "buttons": { "submit": "Absenden" } -} \ No newline at end of file +} diff --git a/public/locales/en/settings/customization/page-appearance.json b/public/locales/en/settings/customization/page-appearance.json index 051c11d86..3c9d62888 100644 --- a/public/locales/en/settings/customization/page-appearance.json +++ b/public/locales/en/settings/customization/page-appearance.json @@ -15,7 +15,11 @@ "label": "Background", "placeholder": "/img/background.png" }, + "customCSS": { + "label": "Custom CSS", + "placeholder": "Custom CSS will be executed last" + }, "buttons": { "submit": "Submit" } -} \ No newline at end of file +} diff --git a/src/components/Settings/AdvancedSettings.tsx b/src/components/Settings/AdvancedSettings.tsx index 46e127f5f..17fcdcd25 100644 --- a/src/components/Settings/AdvancedSettings.tsx +++ b/src/components/Settings/AdvancedSettings.tsx @@ -67,8 +67,8 @@ export default function TitleChanger() { />