Bug 20755: (QA follow-up) Fix capitalization in system preference description
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
df286452b3
commit
c6b512427c
1 changed files with 3 additions and 3 deletions
|
@ -130,19 +130,19 @@ Acquisitions:
|
|||
- pref: AcquisitionsDefaultEMailAddress
|
||||
class: email
|
||||
- 'when sending acquisitions order and claim notices.'
|
||||
- '<br>If left empty, it will fall back to the first defined address in the following list: Library Email, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=KohaAdminEmailAddress">KohaAdminEmailAddress</a>.'
|
||||
- '<br>If left empty, it will fall back to the first defined address in the following list: library email, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=KohaAdminEmailAddress">KohaAdminEmailAddress</a>.'
|
||||
-
|
||||
- Use the from email address
|
||||
- pref: SerialsDefaultEMailAddress
|
||||
class: email
|
||||
- 'when sending serial claim notices.'
|
||||
- '<br>If left empty, it will fall back to the first defined address in the following list: Library Email, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=KohaAdminEmailAddress">KohaAdminEmailAddress</a>.'
|
||||
- '<br>If left empty, it will fall back to the first defined address in the following list: library email, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=KohaAdminEmailAddress">KohaAdminEmailAddress</a>.'
|
||||
-
|
||||
- Use the reply-to email address
|
||||
- pref: AcquisitionsDefaultReplyTo
|
||||
class: email
|
||||
- 'when sending acquisitions order and claim notices.'
|
||||
- '<br>If left empty, it will fall back to the first defined address in the following list: Library ReplyTo, Library Email, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ReplytoDefault">ReplytoDefault</a>, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=KohaAdminEmailAddress">KohaAdminEmailAddress</a>.'
|
||||
- '<br>If left empty, it will fall back to the first defined address in the following list: library reply-to, library email, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ReplytoDefault">ReplytoDefault</a>, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=KohaAdminEmailAddress">KohaAdminEmailAddress</a>.'
|
||||
-
|
||||
- Use the reply-to email address
|
||||
- pref: SerialsDefaultReplyTo
|
||||
|
|
Loading…
Reference in a new issue