change help strings
This commit is contained in:
@@ -27,7 +27,7 @@ class ConditionalFields(object):
|
||||
has_children = True
|
||||
display_name = String(
|
||||
display_name=_("Display Name"),
|
||||
help=_("This name appears in the horizontal navigation at the top of the page."),
|
||||
help=_("The display name for this component."),
|
||||
scope=Scope.settings,
|
||||
default=_('Conditional')
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user