From 9056b096c6e49f43324259bea475e4821606ad0c Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Sat, 20 Jul 2013 11:10:01 -0400 Subject: [PATCH] add back removed space --- cms/static/js/base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/static/js/base.js b/cms/static/js/base.js index e9273e3864..673fa6f314 100644 --- a/cms/static/js/base.js +++ b/cms/static/js/base.js @@ -728,7 +728,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") + '' + '' +