Bug 14733: Replace 'priority' with 'estimated priority'
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 21 Sep 2015 15:46:00 +0000 (16:46 +0100)
committerLiz Rea <wizzyrea@gmail.com>
Fri, 16 Oct 2015 01:06:33 +0000 (14:06 +1300)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 8ef69e473b1f1a0daac559bf19818fd04b2c5313)
Signed-off-by: Liz Rea <wizzyrea@gmail.com>

koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt

index db044b5..dcfbc38 100644 (file)
@@ -328,7 +328,7 @@ function checkMultiHold() {
         </li>
         [% UNLESS ( multi_hold ) %]
           <li>
-              <span class="label">Priority:</span>
+              <span class="label">Estimated priority:</span>
               <strong>[% fixedRank %]</strong>
           </li>
         [% END %]