@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt +++ a/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 ) %] --