LP#1879983: Replace confusing "enable to disable" wording from patron input YAOUS collab/gmcharlt/lp1879983_curbside_pickup
authorMike Rylander <mrylander@gmail.com>
Wed, 17 Jun 2020 20:26:46 +0000 (16:26 -0400)
committerMike Rylander <mrylander@gmail.com>
Wed, 17 Jun 2020 20:26:46 +0000 (16:26 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.curbside.sql

index cdfac22..f5bbe39 100644 (file)
@@ -20462,7 +20462,7 @@ VALUES (
         'coust', 'label'),
     'circ',
     oils_i18n_gettext('circ.curbside.disable_patron_input',
-        'When enabled, patrons cannot use the My Account interface to select curbside pickup times',
+        'When set to TRUE, patrons cannot use the My Account interface to select curbside pickup times',
         'coust', 'description'),
     'bool'
 );
index b69f43e..7a6896c 100644 (file)
@@ -45,7 +45,7 @@ VALUES (
     'circ.curbside.disable_patron_input',
     'Disable patron modification of curbside appointments in public catalog',
     'circ',
-    'When enabled, patrons cannot use the My Account interface to select curbside pickup times',
+    'When set to TRUE, patrons cannot use the My Account interface to select curbside pickup times',
     'bool'
 );