From d644bec3e716b20c4a2de5a1139c40d3f2ca07ff Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 1 Sep 2022 10:44:37 +0100 Subject: [PATCH] Bug 31488: Update Max checkout text This changes text from "you have checked out too many items" to "You have reached the maximum limit of items checked out". --- koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt index 7feec7e2fc..d25f0eb645 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt @@ -61,7 +61,7 @@ [% IF ( circ_error_UNKNOWN_BARCODE ) %] The system does not recognize this barcode. [% ELSIF ( circ_error_max_loans_allowed ) %] - You have checked out too many items and can't check out any more. + You have reached the maximum limit of items checked out. [% ELSIF ( circ_error_ISSUED_TO_ANOTHER ) %] This item is checked out to someone else. [% ELSIF ( circ_error_NO_MORE_RENEWALS ) %] -- 2.37.3