From b3be2d411a94daecf871cf319f1740a36f28ed5d Mon Sep 17 00:00:00 2001 From: Nicolas Hunstein Date: Fri, 24 Jan 2025 13:19:20 +0000 Subject: [PATCH] Bug 28426: update "Reserve", "Lost reserve" and "Cancelled reserve" updates strings "Reserve", "Lost reserve" and "Cancelled reserve" to "Hold", "Lost hold" and "Cancelled hold" to test: - go to koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt - check there are strings "Reserve", "Lost reserve" and "Cancelled reserve" -apply patch -verify there are no more strings"Reserve", "Lost reserve" and "Cancelled reserve" instead there are "Hold", "Lost hold" and "Cancelled hold" --- .../prog/en/modules/admin/preferences/opac.pref | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 abdd70c2e2..a61bc80298 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 @@ -792,7 +792,7 @@ OPAC: 0: "Don't use" - "the item collection code when finding items for the shelf browser." - Self registration and modification: + Self-registration and modification: - - pref: PatronSelfRegistration choices: @@ -812,8 +812,8 @@ OPAC: - pref: PatronSelfRegistrationDefaultCategory choices: patron-categories - "as the default patron category for patrons registered via the OPAC." - - "
WARNING: Do not use a regular patron category for self registration." - - "
If the misc/cronjobs/cleanup_database.pl cronjob is setup to delete unverified and unfinished OPAC self registrations, it will permanently and unrecoverably delete all patrons that have registered more than PatronSelfRegistrationExpireTemporaryAccountsDelay days ago (unless that delay is empty or zero)." + - "
WARNING: Do not use a regular patron category for self-registration." + - "
If the misc/cronjobs/cleanup_database.pl cronjob is setup to delete unverified and unfinished OPAC self-registrations, it will permanently and unrecoverably delete all patrons that have registered more than PatronSelfRegistrationExpireTemporaryAccountsDelay days ago (unless that delay is empty or zero)." - - Delete patrons still in the category indicated by PatronSelfRegistrationDefaultCategory - pref: PatronSelfRegistrationExpireTemporaryAccountsDelay @@ -854,7 +854,7 @@ OPAC: 0: "Don't consider" - "patron's email (borrowers.email) as unique on self registering. An email won't be accepted if it already exists in the database." - - - "Enable the self registration for the following libraries:" + - "Enable the self-registration for the following libraries:" - pref: PatronSelfRegistrationLibraryList - (separate branchcode with |). - If empty, all libraries will be listed. -- 2.39.5