@@ -193,12 +193,12 @@ class CapaFields(object):
|
||||
scope=Scope.settings
|
||||
)
|
||||
matlab_api_key = String(
|
||||
display_name="Matlab API key",
|
||||
help="Enter the API key provided by MathWorks for accessing the MATLAB Hosted Service. "
|
||||
"This key is granted for exclusive use by this course for the specified duration. "
|
||||
"Please do not share the API key with other courses and notify MathWorks immediately "
|
||||
"if you believe the key is exposed or compromised. To obtain a key for your course, "
|
||||
"or to report an issue, please contact moocsupport@mathworks.com",
|
||||
display_name=_("Matlab API key"),
|
||||
help=_("Enter the API key provided by MathWorks for accessing the MATLAB Hosted Service. "
|
||||
"This key is granted for exclusive use by this course for the specified duration. "
|
||||
"Please do not share the API key with other courses and notify MathWorks immediately "
|
||||
"if you believe the key is exposed or compromised. To obtain a key for your course, "
|
||||
"or to report an issue, please contact moocsupport@mathworks.com"),
|
||||
scope=Scope.settings
|
||||
)
|
||||
|
||||
|
||||
@@ -163,7 +163,7 @@ class VideoFields(object):
|
||||
"Specify whether access to this video is limited to browsers only, or if it can be "
|
||||
"accessed from other applications including mobile apps."
|
||||
),
|
||||
display_name="Video Available on Web Only",
|
||||
display_name=_("Video Available on Web Only"),
|
||||
scope=Scope.settings,
|
||||
default=False
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user