Bug 23295: (QA follow-up) Terminology: borrowers => patrons

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Katrin Fischer 2024-10-24 08:45:09 +00:00
parent 233ead036f
commit 82638e85b5
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -53,7 +53,7 @@ my @failed_notices = Koha::Notice::Messages->get_failed_notices( { days => 7 } )
if ( C4::Context->preference('RestrictPatronsWithFailedNotices') ) {
if (@failed_notices) {
say "There are borrowers with failed SMS or email notices" if $verbose;
say "There are patrons with failed SMS or email notices" if $verbose;
foreach my $failed_notice (@failed_notices) {