diff --git a/app/soapbox/features/configuration/index.js b/app/soapbox/features/configuration/index.js index 739210de80..6d477798b1 100644 Binary files a/app/soapbox/features/configuration/index.js and b/app/soapbox/features/configuration/index.js differ diff --git a/app/soapbox/locales/en.json b/app/soapbox/locales/en.json index 7649f1cf8a..ab6039defb 100644 --- a/app/soapbox/locales/en.json +++ b/app/soapbox/locales/en.json @@ -477,7 +477,6 @@ "soapbox_settings.fields.auto_play_gif_label": "Auto-play GIFs", "soapbox_settings.fields.banner_label": "Banner", "soapbox_settings.fields.brand_color_label": "Brand color", - "soapbox_settings.fields.custom_css.add": "Add new Custom CSS item", "soapbox_settings.fields.custom_css_fields_label": "Custom CSS", "soapbox_settings.fields.home_footer.add": "Add new Home Footer Item", "soapbox_settings.fields.home_footer_fields_label": "Home footer items", @@ -487,7 +486,6 @@ "soapbox_settings.fields.promo_panel_fields_label": "Promo panel items", "soapbox_settings.hints.auto_play_gif": "Enable auto-playing of GIF files in timeline", "soapbox_settings.hints.banner": "PNG, GIF or JPG. At most 2 MB. Will be downscaled to 400x400px", - "soapbox_settings.hints.custom_css_fields": "You can have custom CSS definitions", "soapbox_settings.hints.home_footer_fields": "You can have custom defined links displayed on the footer of your static pages", "soapbox_settings.hints.logo": "SVG. At most 2 MB. Will be downscaled to 50px height, maintaining aspect ratio", "soapbox_settings.hints.patron_enabled": "Enables display of Patron module. Requires installation of Patron module.", diff --git a/app/soapbox/reducers/soapbox.js b/app/soapbox/reducers/soapbox.js index db369aeef7..6497231f99 100644 Binary files a/app/soapbox/reducers/soapbox.js and b/app/soapbox/reducers/soapbox.js differ