From bcdad0813b0cd81c44b40090c8a76b79f74deaf5 Mon Sep 17 00:00:00 2001 From: Tim DiLauro Date: Wed, 24 Jan 2024 20:56:49 -0500 Subject: [PATCH] Correct label for patron auth ID restriction type. (#1624) --- api/authentication/basic.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/authentication/basic.py b/api/authentication/basic.py index b4075d4681..c24add7c06 100644 --- a/api/authentication/basic.py +++ b/api/authentication/basic.py @@ -191,13 +191,13 @@ class BasicAuthProviderLibrarySettings(AuthProviderLibrarySettings): library_identifier_restriction_type: LibraryIdentifierRestriction = FormField( LibraryIdentifierRestriction.NONE, form=ConfigurationFormItem( - label="Library Identifier Restriction", + label="Library Identifier Restriction Type", type=ConfigurationFormItemType.SELECT, description="When multiple libraries share an ILS, a person may be able to " - "authenticate with the ILS but not be considered a patron of " + "authenticate with the ILS, but not be considered a patron of " "this library. This setting contains the rule for determining " "whether an identifier is valid for this specific library.

" - "If this setting it set to 'No Restriction' then the values for " + "If this setting is set to 'No Restriction', then the values for " "Library Identifier Field and Library Identifier " "Restriction will not be used.", options={