mirror of
https://github.com/ansible/awx.git
synced 2026-07-04 21:10:09 -02:30
Fix a typo in the help text for Generic OIDC
This commit is contained in:
@@ -1258,7 +1258,7 @@ register(
|
||||
field_class=fields.BooleanField,
|
||||
default=True,
|
||||
label=_('Verify OIDC Provider Certificate'),
|
||||
help_text=_('Verify the OIDV provider ssl certificate.'),
|
||||
help_text=_('Verify the OIDC provider ssl certificate.'),
|
||||
category=_('Generic OIDC'),
|
||||
category_slug='oidc',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user