diff --git a/app/assets/javascripts/admin/templates/customize_colors.js.handlebars b/app/assets/javascripts/admin/templates/customize_colors.js.handlebars index af7840432..76a7fa480 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 @@ -<div class='alert alert-error'>{{i18n admin.customize.colors.under_construction}}</div> - <div class='content-list span6'> <h3>{{i18n admin.customize.colors.long_title}}</h3> <ul> diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index ecdb9c67f..9d679dbbe 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'