From 2a0ae289bf1b3d3ea8f9d88ddd0705d06db349a2 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Mon, 8 Feb 2021 16:10:19 -0500 Subject: [PATCH] Adjust remaining subscription terminology to "Hold Groups" Signed-off-by: Mike Rylander --- Open-ILS/src/sql/Pg/950.data.seed-values.sql | 4 ++-- Open-ILS/src/sql/Pg/upgrade/XXXX.data.hold_buckets.sql | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Open-ILS/src/sql/Pg/950.data.seed-values.sql b/Open-ILS/src/sql/Pg/950.data.seed-values.sql index 58c02023cb..fafb628b0c 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -20364,13 +20364,13 @@ VALUES ( 'holds.subscription.randomize', oils_i18n_gettext( 'holds.subscription.randomize', - 'Randomize subscription hold order', + 'Randomize group hold order', 'coust', 'label' ), oils_i18n_gettext( 'holds.subscription.randomize', - 'When placing a batch subscription hold, randomize the order of the patrons receiving the holds so they are not always in the same order.', + 'When placing a batch group hold, randomize the order of the patrons receiving the holds so they are not always in the same order.', 'coust', 'description' ), diff --git a/Open-ILS/src/sql/Pg/upgrade/XXXX.data.hold_buckets.sql b/Open-ILS/src/sql/Pg/upgrade/XXXX.data.hold_buckets.sql index 9337cf7640..1260f6e215 100644 --- a/Open-ILS/src/sql/Pg/upgrade/XXXX.data.hold_buckets.sql +++ b/Open-ILS/src/sql/Pg/upgrade/XXXX.data.hold_buckets.sql @@ -25,13 +25,13 @@ VALUES ( 'holds.subscription.randomize', oils_i18n_gettext( 'holds.subscription.randomize', - 'Randomize subscription hold order', + 'Randomize group hold order', 'coust', 'label' ), oils_i18n_gettext( 'holds.subscription.randomize', - 'When placing a batch subscription hold, randomize the order of the patrons receiving the holds so they are not always in the same order.', + 'When placing a batch group hold, randomize the order of the patrons receiving the holds so they are not always in the same order.', 'coust', 'description' ), -- 2.11.0