From fa691be58fc3acd3b59d30660c34c900fe08ad31 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 22 Apr 2023 18:29:43 +0000 Subject: [PATCH] Bug 27634: (QA follow-up) Add punctuation to message on About page This just adds some missing commas and turns a pref into preference in the messages displayed on the system information tab. Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index af096729b5e..2903094203b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -430,7 +430,7 @@ [% IF warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist %] Error - Some patrons have requested a privacy on returning item but the AnonymousPatron pref is not set correctly. Set it to a valid borrower number or checkins for these patrons will fail. + Some patrons have requested a privacy on returning item, but the AnonymousPatron preference is not set correctly. Set it to a valid borrower number or checkins for these patrons will fail. [% END %] [% IF warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist %] @@ -451,7 +451,7 @@ System preference 'OpacHiddenItems' generates a warning and will produce unexpected behaviors: [% warnPrefOpacHiddenItems | html %] [% END %] [% IF warnPrefPatronSelfRegistrationDefaultCategory %] - Warning System preference 'PatronSelfRegistration' is set but 'PatronSelfRegistrationDefaultCategory' does not contain a valid patron category code. Patron self-registration is disabled. + Warning System preference 'PatronSelfRegistration' is set, but 'PatronSelfRegistrationDefaultCategory' does not contain a valid patron category code. Patron self-registration is disabled. [% END %] [% IF warnXSLT %] [% FOR p IN warnXSLT %] -- 2.25.1