diff --git a/common/lib/xmodule/xmodule/library_content_module.py b/common/lib/xmodule/xmodule/library_content_module.py index 9cedc5bbff..ed740af487 100644 --- a/common/lib/xmodule/xmodule/library_content_module.py +++ b/common/lib/xmodule/xmodule/library_content_module.py @@ -146,7 +146,7 @@ class LibraryContentFields(object): display_name = String( display_name=_("Display Name"), help=_("Display name for this module"), - default="Library Content", + default="Randomized Content Block", scope=Scope.settings, ) source_libraries = LibraryList(