diff --git a/app/soapbox/locales/en.json b/app/soapbox/locales/en.json
index 7649f1cf8..ab6039def 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 db369aeef..6497231f9 100644
--- a/app/soapbox/reducers/soapbox.js
+++ b/app/soapbox/reducers/soapbox.js
@@ -5,6 +5,7 @@ import {
} from '../actions/soapbox';
import { Map as ImmutableMap, List as ImmutableList, fromJS } from 'immutable';
+// TODO: Handle this more like getSettings()
const initialState = ImmutableMap({
logo: '',
banner: '',