Skip to content

Commit 81901f1

Browse files
auldajmrenvoize
authored andcommitted
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'
1 parent 8c0b8f2 commit 81901f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
<label for="matchpoint">Matchpoint: </label>
155155
<select name="matchpoint" id="matchpoint">
156156
<option value="email">Email</option>
157-
<option value="userid">User id</option>
157+
<option value="userid">User ID</option>
158158
<option value="cardnumber">Card number</option>
159159
</select>
160160
<div class="hint">Koha patron's field that will be used to match provider's user with Koha's</div>

0 commit comments

Comments
 (0)