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 <katrin.fischer.83@web.de> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
599a6cb92e
commit
2dab6ab316
1 changed files with 2 additions and 2 deletions
|
@ -717,14 +717,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
|
||||
|
|
Loading…
Reference in a new issue