change help strings

This commit is contained in:
Gregory Martin
2017-01-10 13:25:28 -05:00
parent 28e3b1cb5a
commit e1e47793df
17 changed files with 58 additions and 26 deletions

View File

@@ -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')
)