From 3140010444c50150a3507aaa773c26da9415d37b Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Sun, 23 Feb 2020 08:10:44 -0800 Subject: [PATCH] LP#1774285 (follow-up): Make page title consistent with heading Signed-off-by: Jane Sandberg --- Open-ILS/src/templates/staff/circ/holds/index.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') %]"; }]) [% END %] -- 2.43.2