From 66695f0a729ff6c35aaecee65863da1d24cc2f52 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 24 Oct 2023 15:40:51 +0000 Subject: [PATCH] Bug 20755: (QA follow-up) Fix capitalization in system preference description Signed-off-by: Katrin Fischer --- .../prog/en/modules/admin/preferences/acquisitions.pref | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref index a6d90783805..757bca68016 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref @@ -130,19 +130,19 @@ Acquisitions: - pref: AcquisitionsDefaultEMailAddress class: email - 'when sending acquisitions order and claim notices.' - - '
If left empty, it will fall back to the first defined address in the following list: Library Email, KohaAdminEmailAddress.' + - '
If left empty, it will fall back to the first defined address in the following list: library email, KohaAdminEmailAddress.' - - Use the from email address - pref: SerialsDefaultEMailAddress class: email - 'when sending serial claim notices.' - - '
If left empty, it will fall back to the first defined address in the following list: Library Email, KohaAdminEmailAddress.' + - '
If left empty, it will fall back to the first defined address in the following list: library email, KohaAdminEmailAddress.' - - Use the reply-to email address - pref: AcquisitionsDefaultReplyTo class: email - 'when sending acquisitions order and claim notices.' - - '
If left empty, it will fall back to the first defined address in the following list: Library ReplyTo, Library Email, ReplytoDefault, KohaAdminEmailAddress.' + - '
If left empty, it will fall back to the first defined address in the following list: library reply-to, library email, ReplytoDefault, KohaAdminEmailAddress.' - - Use the reply-to email address - pref: SerialsDefaultReplyTo -- 2.30.2