@@ -, +, @@ --- .../prog/en/modules/circ/circulation_batch_checkouts.tt | 3 ++- 1 file changed, 2 insertions(+), 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 @@ -174,7 +174,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.

+

The hold will be cancelled.

[% END %] [% END %]

@@ -253,6 +253,7 @@ $(document).ready(function() { [% IF confirmation_needed && CAN_user_circulate_force_checkout %]

Please confirm checkout

+ --