mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
fix ldap group type params label
* copy pasted ldap group type label and did no previously update. This updates.
This commit is contained in:
parent
4740f90dc7
commit
dc46a732bc
@ -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([
|
||||
|
Loading…
Reference in New Issue
Block a user