Bug 24201: (QA follow-up) Another capitalization fix
authorJosef Moravec <josef.moravec@gmail.com>
Wed, 5 Aug 2020 05:04:18 +0000 (05:04 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 7 Aug 2020 14:54:40 +0000 (16:54 +0200)
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

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

index c9370ed..95d9237 100644 (file)
@@ -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>