From ea23117ff52ba4c3eb5c0be7b1c4d42026c7d5f9 Mon Sep 17 00:00:00 2001
From: David Roberts <david@koha-ptfs.co.uk>
Date: Sat, 4 Apr 2020 23:13:00 +0000
Subject: [PATCH] Bug 25053: PatronSelfRegistrationExpireTemporaryAccountsDelay
 system preference is unclear

This patch changes the wording of this system preference.

To test:

1) Check the current wording of this system preference.
2) Install the patch.
3) Check that the wording of this system preference has changed to "Delete patrons still in the category indicated by PatronSelfRegistrationDefaultCategory X days after account creation."
---
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref
index f653396792..3786741421 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref
@@ -815,10 +815,10 @@ OPAC:
               class: short
             - "as the default patron category for patrons registered via the OPAC."
         -
-            - "Delete patrons registered via the OPAC, but not yet verified after"
+            - "Delete patrons still in the category indicated by PatronSelfRegistrationDefaultCategory"
             - pref: PatronSelfRegistrationExpireTemporaryAccountsDelay
               class: integer
-            - "days."
+            - "days after account creation."
             - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/cleanup_database.pl</code> cronjob. Ask your system administrator to schedule it."
         -
             - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> must be filled in on the patron entry screen:"
-- 
2.11.0