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() {
/>