From: Mike Rylander Date: Mon, 8 Feb 2021 21:10:19 +0000 (-0500) Subject: Adjust remaining subscription terminology to "Hold Groups" X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2a0ae289bf1b3d3ea8f9d88ddd0705d06db349a2;p=working%2FEvergreen.git Adjust remaining subscription terminology to "Hold Groups" Signed-off-by: Mike Rylander --- 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' ),