From eba03512d5d349b1474ab2361ef816ddc91b72ca Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Tue, 14 Oct 2014 16:41:29 -0400 Subject: [PATCH] Replace course status message --- cms/templates/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cms/templates/index.html b/cms/templates/index.html index f258fe3819..aabe52c799 100644 --- a/cms/templates/index.html +++ b/cms/templates/index.html @@ -160,8 +160,7 @@ require(["domReady!", "jquery", "jquery.form", "js/index"], function(doc, $) {
- ## Translators: This string will be followed by another string that indicates the current status of the course, such as "Configuring as re-run" -
${_("The status of this course is:")}
+
${_("This course run is currently being created.")}
## Translators: This is a status message, used to inform the user of what the system is doing. This status means that the user has requested to re-run an existing course, and the system is currently in the process of duplicating and configuring the existing course so that it can be re-run.