Commit 12b49ef2 by Adam Palay

fixes help copy for annotation settings

parent 5364508e
...@@ -75,13 +75,13 @@ class InheritanceMixin(XBlockMixin): ...@@ -75,13 +75,13 @@ class InheritanceMixin(XBlockMixin):
deprecated=True deprecated=True
) )
annotation_storage_url = String( annotation_storage_url = String(
help=_("Enter the secret string for annotation storage. The textannotation, videoannotation, and imageannotation advanced modules require this string."), help=_("Enter the location of the annotation storage server. The textannotation, videoannotation, and imageannotation advanced modules require this setting."),
scope=Scope.settings, scope=Scope.settings,
default="http://your_annotation_storage.com", default="http://your_annotation_storage.com",
display_name=_("URL for Annotation Storage") display_name=_("URL for Annotation Storage")
) )
annotation_token_secret = String( annotation_token_secret = String(
help=_("Enter the location of the annotation storage server. The textannotation, videoannotation, and imageannotation advanced modules require this setting."), help=_("Enter the secret string for annotation storage. The textannotation, videoannotation, and imageannotation advanced modules require this string."),
scope=Scope.settings, scope=Scope.settings,
default="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", default="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
display_name=_("Secret Token String for Annotation") display_name=_("Secret Token String for Annotation")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment