LP#1774285 (follow-up): Make page title consistent with heading
authorJane Sandberg <sandbej@linnbenton.edu>
Sun, 23 Feb 2020 16:10:44 +0000 (08:10 -0800)
committerJane Sandberg <sandbej@linnbenton.edu>
Sun, 23 Feb 2020 16:10:44 +0000 (08:10 -0800)
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/src/templates/staff/circ/holds/index.tt2

index 24509eb..bab44ed 100644 (file)
@@ -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 %]