diff --git a/cms/templates/js/license-selector.underscore b/cms/templates/js/license-selector.underscore index 5b787bb94b..90230b11a7 100644 --- a/cms/templates/js/license-selector.underscore +++ b/cms/templates/js/license-selector.underscore @@ -98,7 +98,7 @@ /> <% } else { %> <% // must come before icon or else spacing gets messed up %> - gettext("Creative Commons licensed content, with terms as follow:")  + <%= gettext("Creative Commons licensed content, with terms as follow:") %>  <% _.each(enabled, function(option) { %> <%- license.options[option.toUpperCase()].name %>  <% }); %>