diff --git a/cms/static/js/base.js b/cms/static/js/base.js
index f74a6cb5e4..b53d116808 100644
--- a/cms/static/js/base.js
+++ b/cms/static/js/base.js
@@ -734,7 +734,7 @@ function saveSetSectionScheduleDate(e) {
var $thisSection = $('.courseware-section[data-id="' + id + '"]');
var html = _.template(
'' +
- '' + gettext("Will Release:") + '' +
+ '' + gettext("Will Release: ") + '' +
gettext("<%= date %> at <%= time %> UTC") +
'' +
'' +