diff --git a/cms/templates/index.html b/cms/templates/index.html index 378dff06bd..6f56978b6f 100644 --- a/cms/templates/index.html +++ b/cms/templates/index.html @@ -62,7 +62,7 @@
  • ## Translators: This is an example name for a new course, seen when filling out the form to create a new course. - + ${_("The public display name for your course. This cannot be changed, but you can set a different display name in Advanced Settings later.")}
  • @@ -70,7 +70,7 @@ ## Translators: This is an example for the name of the organization sponsoring a course, seen when filling out the form to create a new course. The organization name cannot contain spaces. ## Translators: "e.g. UniversityX or OrganizationX" is a placeholder displayed when user put no data into this field. - + ${_("The name of the organization sponsoring the course.")} ${_("Note: This is part of your course URL, so no spaces or special characters are allowed.")} ${_("This cannot be changed, but you can set a different display name in Advanced Settings later.")} @@ -78,7 +78,7 @@
  • ## Translators: This is an example for the number used to identify a course, seen when filling out the form to create a new course. The number here is short for "Computer Science 101". It can contain letters but cannot contain spaces. - + ${_("The unique number that identifies your course within your organization.")} ${_("Note: This is part of your course URL, so no spaces or special characters are allowed and it cannot be changed.")}
  • @@ -86,7 +86,7 @@
  • ## Translators: This is an example for the "run" used to identify different instances of a course, seen when filling out the form to create a new course. - + ${_("The term in which your course will run.")} ${_("Note: This is part of your course URL, so no spaces or special characters are allowed and it cannot be changed.")}
  • @@ -122,20 +122,20 @@
  • ## Translators: This is an example name for a new content library, seen when filling out the form to create a new library. (A library is a collection of content or problems.) - + ${_("The public display name for your library.")}
  • - + ${_("The public organization name for your library.")} ${_("This cannot be changed.")}
  • - + ${_("The {em_start}major version number{em_end} of your library. Minor revisions are tracked as edits happen within a library.").format(em_start='', em_end='')}