Browse Source

Bug 24201: (QA follow-up) Another capitalization fix

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
20.11.x
Josef Moravec 4 years ago
committed by Jonathan Druart
parent
commit
82817e808f
  1. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/circ/set-library.tt

2
koha-tmpl/intranet-tmpl/prog/en/modules/circ/set-library.tt

@ -77,7 +77,7 @@ Updated:<ul>
<fieldset class="rows">
<legend>Set desk</legend>
<ol>
<li><label for="desk">Choose Desk:</label>
<li><label for="desk">Choose desk:</label>
<select name="desk_id" id="desk_id">
[% PROCESS options_for_desks desks => Desks.all(), selected => desk_id %]
</select></li>

Loading…
Cancel
Save