From fec7866d8d235c4e301277f8f7bf61758a457d19 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Wed, 6 Aug 2025 16:27:37 +0200 Subject: [PATCH] Bug 40605: Copy sentence from opac-memberentry in opac-patron-consent Test plan: Enable PrivacyPolicyConsent; you can set it to Permissive. Check if the OPAC user page (tab Consents) shows it correctly now. Signed-off-by: Marcel de Rooy Signed-off-by: Owen Leonard --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt index 7fbad0355a2..dea0eb8dfb2 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt @@ -44,7 +44,7 @@

In order to keep you logged in, we need your consent to process personal data as specified in the privacy policy linked below.

If you choose to withdraw your consent we will remove your account within a reasonable time and you should log out now.

-

I have read the privacy policy and agree with your processing of my personal data as outlined therein.

+

I agree with your processing of my personal data as outlined in the privacy policy.

[% ELSIF consent_types.$consent_type %] [% SET consent_title = ( consent_types.$consent_type.title.$lang || consent_types.$consent_type.title.en ) %] [% SET consent_desc = ( consent_types.$consent_type.description.$lang || consent_types.$consent_type.description.en ) %] -- 2.39.5