From c75c742b83aafd02d1e7a497919eef590672fe59 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 14 Aug 2017 12:03:40 -0400 Subject: [PATCH] Two labels were untranslated, fixed. --- cms/templates/settings.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cms/templates/settings.html b/cms/templates/settings.html index 420b6975f8..c6f9a2baa6 100644 --- a/cms/templates/settings.html +++ b/cms/templates/settings.html @@ -583,12 +583,12 @@ CMS.URL.UPLOAD_ASSET = '${upload_asset_url | n, js_escaped_string}'
  1. - + ${_("Instructor-paced courses progress at the pace that the course author sets. You can configure release dates for course content and due dates for assignments.")}
  2. - + ${_("Self-paced courses do not have release dates for course content or due dates for assignments. Learners can complete course material at any time before the course end date.")}