Fix a typo in the help text for Generic OIDC

This commit is contained in:
Robin Klussmann
2023-02-13 17:11:29 +01:00
parent 46ea031566
commit 60458bebfd
2 changed files with 3 additions and 3 deletions

View File

@@ -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',
)