@@ -, +, @@ --- .../prog/en/modules/circ/circulation_batch_checkouts.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt @@ -173,7 +173,7 @@ $(document).ready(function() { [% IF NOT checkout_info.IMPOSSIBLE && ( CAN_user_circulate_force_checkout or checkout_info.HIGHHOLDS ) %] [% IF checkout_info.RESERVED || checkout_info.RESERVE_WAITING %] -

The hold will be canceled.

+

This item is on hold for another patron. The hold will be overridden, but not cancelled.

[% END %] [% END %]

--