diff --git a/cms/djangoapps/contentstore/views/component.py b/cms/djangoapps/contentstore/views/component.py index 0202a678e4..4b0d00f9f8 100644 --- a/cms/djangoapps/contentstore/views/component.py +++ b/cms/djangoapps/contentstore/views/component.py @@ -275,7 +275,7 @@ def get_component_templates(courselike, library=False): # lint-amnesty, pylint: component_display_names = { 'discussion': _("Discussion"), - 'html': _("HTML"), + 'html': _("Text"), 'problem': _("Problem"), 'video': _("Video"), 'openassessment': _("Open Response") diff --git a/cms/static/images/large-text-icon.png b/cms/static/images/large-text-icon.png new file mode 100644 index 0000000000..003ba1d3b1 Binary files /dev/null and b/cms/static/images/large-text-icon.png differ diff --git a/cms/static/sass/assets/_graphics.scss b/cms/static/sass/assets/_graphics.scss index e4642724ca..881445f0d8 100644 --- a/cms/static/sass/assets/_graphics.scss +++ b/cms/static/sass/assets/_graphics.scss @@ -29,7 +29,7 @@ display: inline-block; width: ($baseline*3); height: ($baseline*3); - background: url('#{$static-path}/images/large-html-icon.png') center no-repeat; + background: url('#{$static-path}/images/large-text-icon.png') center no-repeat; } .large-problem-icon {