Commit 4dbd8145 by David Baumgold

Internationalize course re-run strings

parent 5b2b7be2
...@@ -227,10 +227,11 @@ ...@@ -227,10 +227,11 @@
</div> </div>
<dl class="course-status"> <dl class="course-status">
<dt class="label sr">This re-run processing status:</dt> ## Translators: This is a status message for the course re-runs feature. When a course admin indicates that a course should be re-run, the system needs to process that and get the new course re-run ready to go. The status of that re-run process will follow this text.
<dt class="label sr">${_("This re-run processing status:")}</dt>
<dd class="value"> <dd class="value">
<i class="icon fa fa-warning"></i> <i class="icon fa fa-warning"></i>
<span class="copy">Configuration Error</span> <span class="copy">${_("Configuration Error")}</span>
</dd> </dd>
</dl> </dl>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment