diff --git a/awx/main/conf.py b/awx/main/conf.py index f2ab7a36f1..35a3d12275 100644 --- a/awx/main/conf.py +++ b/awx/main/conf.py @@ -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', )