diff --git a/common/lib/xmodule/xmodule/course_module.py b/common/lib/xmodule/xmodule/course_module.py index 8b21aa40d9..0b50213ed8 100644 --- a/common/lib/xmodule/xmodule/course_module.py +++ b/common/lib/xmodule/xmodule/course_module.py @@ -161,7 +161,7 @@ class TextbookList(List): class CourseFields(object): lti_passports = List( display_name=_("LTI Passports"), - help=_("Enter the passports for course LTI tools in the following format: \"id\":\"client_key:client_secret\"."), + help=_("Enter the passports for course LTI tools in the following format: \"id:client_key:client_secret\"."), scope=Scope.settings ) textbooks = TextbookList(help="List of pairs of (title, url) for textbooks used in this course",