Update AWX_ANSIBLE_CALLBACK_PLUGINS help text.

This commit is contained in:
Chris Church 2016-11-15 12:36:29 -05:00
parent 44cc57afba
commit fa29ce6382

View File

@ -169,7 +169,7 @@ register(
'AWX_ANSIBLE_CALLBACK_PLUGINS',
field_class=fields.StringListField,
label=_('Ansible Callback Plugins'),
help_text=_('List of paths for extra callback plugins to be used when running jobs.'),
help_text=_('List of paths to search for extra callback plugins to be used when running jobs.'),
category=_('Jobs'),
category_slug='jobs',
)