LP#1879983: tweak name of circ.curbside.disable_patron_input
authorGalen Charlton <gmc@equinoxinitiative.org>
Mon, 15 Jun 2020 16:20:31 +0000 (12:20 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 15 Jun 2020 16:20:31 +0000 (12:20 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.curbside.sql

index 6e8ba6e..8cb7d75 100644 (file)
@@ -20458,7 +20458,7 @@ INSERT INTO config.org_unit_setting_type (name, label, grp, description, datatyp
 VALUES (
     'circ.curbside.disable_patron_input',
     oils_i18n_gettext('circ.curbside.disable_patron_input',
-        'When enabled, patrons cannot use the My Account interface to select curbside pickup times',
+        'Disable patron modification of curbside appointments in public catalog',
         'coust', 'label'),
     'circ',
     oils_i18n_gettext('circ.curbside.disable_patron_input',
index 213aee7..5080830 100644 (file)
@@ -43,7 +43,7 @@ VALUES (
 INSERT INTO config.org_unit_setting_type (name, label, grp, description, datatype)
 VALUES (
     'circ.curbside.disable_patron_input',
-    'When enabled, patrons cannot use the My Account interface to select curbside pickup times',
+    'Disable patron modification of curbside appointments in public catalog',
     'circ',
     'When enabled, patrons cannot use the My Account interface to select curbside pickup times',
     'bool'