From c750ebe8e3527eeb9095849abc8e8b6fc43ebc08 Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Mon, 22 Jul 2013 21:08:46 -0400 Subject: [PATCH] change help text on course create - Course names can be changed, but not the org, course, or run --- cms/templates/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cms/templates/index.html b/cms/templates/index.html index 6108abf815..3e07570ed1 100644 --- a/cms/templates/index.html +++ b/cms/templates/index.html @@ -56,24 +56,24 @@
  • - ${_("The public display name for your course - ")}${_("Note: This cannot be changed")} + ${_("The public display name for your course")}
  • - ${_("The name of the organization sponsoring the course - ")}${_("Note: No spaces or special characters are allowed")} + ${_("The name of the organization sponsoring the course")} - ${_("Note: No spaces or special characters are allowed. Also, this cannot be changed")}
  • - ${_("The unique number that identifies your course within your organization")} + ${_("The unique number that identifies your course within your organization")} - ${_("Note: This cannot be changed")}
  • - ${_("The term in which your course will run")} - ${_("Note: No spaces or special characters are allowed")} + ${_("The term in which your course will run")} - ${_("Note: No spaces or special characters are allowed. Also, this cannot be changed")}