diff --git a/app/assets/javascripts/admin/templates/customize_colors.js.handlebars b/app/assets/javascripts/admin/templates/customize_colors.js.handlebars
index af7840432be..76a7fa48052 100644
--- a/app/assets/javascripts/admin/templates/customize_colors.js.handlebars
+++ b/app/assets/javascripts/admin/templates/customize_colors.js.handlebars
@@ -1,5 +1,3 @@
-
{{i18n admin.customize.colors.under_construction}}
-
{{i18n admin.customize.colors.long_title}}
diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml
index ecdb9c67f7a..9d679dbbe77 100644
--- a/config/locales/client.en.yml
+++ b/config/locales/client.en.yml
@@ -1465,7 +1465,6 @@ en:
new_name: "New Color Scheme"
copy_name_prefix: "Copy of"
delete_confirm: "Delete this color scheme?"
- under_construction: "NOTE: Changes made here will do nothing! This feature is under construction!"
primary: 'primary'
secondary: 'secondary'
tertiary: 'tertiary'