diff --git a/cms/templates/settings.html b/cms/templates/settings.html index c890d039299371702852ddead76b35d31703fb3e..e5202573eac9761a927da03494d7fe64b1717850 100644 --- a/cms/templates/settings.html +++ b/cms/templates/settings.html @@ -204,7 +204,7 @@ CMS.URL.UPLOAD_ASSET = '${upload_asset_url | n, js_escaped_string}' <li class="field"> <input type="radio" class="field-radio" name="self-paced" id="course-pace-self-paced" value="true" aria-labelledby="course-pace-self-paced-label"/> <label id="course-pace-self-paced-label" class="course-pace-label" for="course-pace-self-paced">${_("Self-Paced")}</label> - <span class="tip">${_("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.")}</span> + <span class="tip">${_("Self-paced courses offer suggested due dates for assignments or exams based on the learner’s enrollment date and the expected course duration. These courses offer learners flexibility to modify the assignment dates as needed.")}</span> </li> </ol> </fieldset>