Commit 198d099a by Jonathan Piacenti Committed by E. Kolpakov

Added 'Display Name' to Library content module.

parent ccc39289
......@@ -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(
......
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