From: Jane Sandberg <sandbej@linnbenton.edu>
Date: Sun, 23 Feb 2020 16:10:44 +0000 (-0800)
Subject: LP#1774285 (follow-up): Make page title consistent with heading
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3140010444c50150a3507aaa773c26da9415d37b;p=contrib%2FConifer.git

LP#1774285 (follow-up): Make page title consistent with heading

Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
---

diff --git a/Open-ILS/src/templates/staff/circ/holds/index.tt2 b/Open-ILS/src/templates/staff/circ/holds/index.tt2
index 24509eb090..bab44ed76f 100644
--- a/Open-ILS/src/templates/staff/circ/holds/index.tt2
+++ b/Open-ILS/src/templates/staff/circ/holds/index.tt2
@@ -22,7 +22,7 @@ angular.module('egCoreMod').run(['egStrings', function(s) {
   s.CLEAR_SHELF_ACTION_hold = "[% l('Needed for Hold') %]";
   s.CLEAR_SHELF_ACTION_transit = "[% l('Needs Transiting') %]";
   s.CLEAR_SHELF_ACTION_pl_changed = "[% l('Wrong Shelf') %]";
-  s.PULL_LIST_TITLE = "[% l('Pull List') %]";
+  s.PULL_LIST_TITLE = "[% l('Holds Pull List') %]";
 }])
 </script>
 [% END %]