From f7b8da8432e1b5b5b64670e15f566b360abb95ae Mon Sep 17 00:00:00 2001 From: Andrew Auld <andrew.auld@ptfs-europe.com> Date: Tue, 22 Nov 2022 14:16:21 +0000 Subject: [PATCH] Bug 32282: Fixed capitalisation of ID in User ID Test plan Step 1: go to admin>identity providers Step 2: click 'new identity provider' Step 3: check map point drop-down Step 4: verify that User id is written 'User id' Step 5: apply patch Step 6: repeat 1-3 Step 7: verify that User ID is written 'User ID' Signed-off-by: Amit Gupta <amit.gupta@informaticsglobal.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> --- .../intranet-tmpl/prog/en/modules/admin/identity_providers.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt index 701d798145..30c78ff2f2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt @@ -154,7 +154,7 @@ <label for="matchpoint">Matchpoint: </label> <select name="matchpoint" id="matchpoint"> <option value="email">Email</option> - <option value="userid">User id</option> + <option value="userid">User ID</option> <option value="cardnumber">Card number</option> </select> <div class="hint">Koha patron's field that will be used to match provider's user with Koha's</div> -- 2.30.2