From 3cab1964dddab9cef2fdba5e242d1a0d584e9119 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi <tomascohen@theke.io> Date: Mon, 3 Jan 2022 15:15:15 -0300 Subject: [PATCH] Bug 29525: (follow-up) Adapt OPAC text to mention holds Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-privacy.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 6465395299..edeffaac19 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-privacy.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-privacy.tt @@ -50,12 +50,12 @@ [% END %] [% IF ( Ask_data ) %] - <p>We take great care in protecting your privacy. On this screen, you can define how long we keep your checkout history.</p> + <p>We take great care in protecting your privacy. On this screen, you can define how long we keep your checkout and hold history.</p> <p>Your options are: <p> <ul id="opac-privacy-options-list"> - <li class="privacy0">Forever: keep my checkout history without limit. This is the option for users who want to keep track of what they are reading.</li> - <li class="privacy1">Default: keep my checkout history according to local laws. This is the default option : the library will keep your checkout history for the duration permitted by local laws.</li> - <li class="privacy2">Never: Delete my checkout history immediately. This will delete all record of the item that was checked-out upon check-in.</li> + <li class="privacy0">Forever: keep my history without limit. This is the option for users who want to keep track of what they are reading or placed a hold on.</li> + <li class="privacy1">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.</li> + <li class="privacy2">Never: Delete my history immediately. This will delete all record of the item that was checked-out upon check-in, and hold history upon fulfillment or cancellation.</li> </ul> <p id="note1">Please note that information on any book still checked-out must be kept by the library no matter which privacy option you choose.</p> <p id="note2">Please also note that the library staff can't update these values for you: it's your privacy!</p> -- 2.20.1