From 468ede88c555c0192a940fc2bb214a26cad85920 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 20 Oct 2020 16:04:11 +0000 Subject: [PATCH] Bug 26756: Fix quotes showing behind some system preference descriptions This patch adds matching quotes to two OPAC preference descriptions which were missing them. To test, apply the patch and go to Administration -> System preferences. - Open the "OPAC" tab. - Check the descriptions of these preferences: - AllowPatronToSetCheckoutsVisibilityForGuarantor - AllowPatronToSetFinesVisibilityForGuarantor There should be no trailing quotation mark. Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart (cherry picked from commit 2dab6ab31626970e3c9be841b610575060f8f344) Signed-off-by: Lucas Gass --- .../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 26e50bb7f9..9902b56030 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 @@ -714,14 +714,14 @@ OPAC: choices: yes: Allow no: "Don't allow" - - patrons to choose their own privacy settings for showing the patron's checkouts to the patron's guarantor". + - "patrons to choose their own privacy settings for showing the patron's checkouts to the patron's guarantor." - - pref: AllowPatronToSetFinesVisibilityForGuarantor default: 0 choices: yes: Allow no: "Don't allow" - - patrons to choose their own privacy settings for showing the patron's fines to the patron's guarantor". + - "patrons to choose their own privacy settings for showing the patron's fines to the patron's guarantor." - - Use borrowernumber - pref: AnonymousPatron -- 2.39.5