From 1835f786d653dd5ebfb5514de9a610b08529765b Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 2 Jan 2024 13:50:54 +0000 Subject: [PATCH] Bug 35663: Reword default privacy option in opac-privacy.pl This patch updates the description of the OPAC privacy page, replacing: "Default: keep my history according to local laws. This is the default option : the library will keep your history for the duration permitted by local laws." ...with: "Default: keep my history according to library policy. This is the default option : the library will keep your history for the duration set by library policy." This correctly reflects the fact that privacy is managed according to a Koha cron configuration. To test, apply the patch and make sure the OPACPrivacy and related preferences are enabled. - Log in to the OPAC and click the "Privacy" tab in the left-hand sidebar. - Confirm that the description of the default privacy option is correct. --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-privacy.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-privacy.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-privacy.tt index 5bbbbef219..4290975b8c 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-privacy.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-privacy.tt @@ -64,7 +64,7 @@

Your options are:

Please note that information on any book still checked-out must be kept by the library no matter which privacy option you choose.

-- 2.30.2