Skip to content

Commit

Permalink
Merge pull request #13562 from siw36/fix-typo-generic-oidc
Browse files Browse the repository at this point in the history
Fix a typo in the help text for Generic OIDC
  • Loading branch information
shanemcd authored Feb 13, 2023
2 parents 46ea031 + 60458be commit 05af297
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion awx/sso/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ def _register_ldap(append=None):
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',
)
Expand Down
4 changes: 2 additions & 2 deletions awx/ui/src/screens/Setting/shared/data.allSettingOptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@
"type": "boolean",
"required": false,
"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",
"default": true
Expand Down Expand Up @@ -4545,7 +4545,7 @@
"SOCIAL_AUTH_OIDC_VERIFY_SSL": {
"type": "boolean",
"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",
"default": true
Expand Down

0 comments on commit 05af297

Please sign in to comment.