From dc46a732bcb9fd3c58fb0208c64cdd0d73774288 Mon Sep 17 00:00:00 2001 From: chris meyers Date: Wed, 28 Mar 2018 09:12:06 -0400 Subject: [PATCH] fix ldap group type params label * copy pasted ldap group type label and did no previously update. This updates. --- awx/sso/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/sso/conf.py b/awx/sso/conf.py index 504b7724d4..fef093e62d 100644 --- a/awx/sso/conf.py +++ b/awx/sso/conf.py @@ -301,8 +301,8 @@ def _register_ldap(append=None): register( 'AUTH_LDAP{}_GROUP_TYPE_PARAMS'.format(append_str), field_class=fields.LDAPGroupTypeParamsField, - label=_('LDAP Group Type'), - help_text=_('Parameters to send the chosen group type.'), + label=_('LDAP Group Type Parameters'), + help_text=_('Key value parameters to send the chosen group type init method.'), category=_('LDAP'), category_slug='ldap', default=collections.OrderedDict([