From 60d151497f9972b944bced880a2372b2d77187d5 Mon Sep 17 00:00:00 2001 From: Peter Fogg Date: Mon, 15 Jul 2013 09:21:25 -0400 Subject: [PATCH] Fix section release acceptance test failure. --- 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 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") + '' + '' +