From 16d24bff3bf27c4ff6c3a3afd1d508e49db24ad5 Mon Sep 17 00:00:00 2001 From: Andrew Auld Date: Tue, 22 Nov 2022 14:34:51 +0000 Subject: [PATCH] Bug 32283: Correct capitalisation of opac > OPAC Test plan Step 1: Navigate to admin>Identity Providers Step 2: Add new domain Step 3: For 'Allow opac' setting, verify that opac is lower case in both label and description Step 4: Apply patch Step 5: Navigate to admin>Identity Providers Step 6: Add new domain Step 7: For 'Allow OPAC' setting, verify that OPAC is upper case in both label and description --- .../prog/en/modules/admin/identity_provider_domains.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_provider_domains.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_provider_domains.tt index c803404771..e350a71318 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_provider_domains.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_provider_domains.tt @@ -248,7 +248,7 @@
Use this category for the patron on auto register
  • - + - opac users of this domain to login with this identity provider + OPAC users of this domain to login with this identity provider
  • -- 2.20.1