@@ -, +, @@ - "Borrower" is changed to "patron" - "reserves" is changed to "holds" - "canceled" (18 instances in the templates) is changed to "cancelled" (51 instances). --- koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt @@ -35,7 +35,7 @@

Cannot edit discharge: the patron has checked out items.

[% ELSE %] [% IF patron.holds.count %] -

Borrower has reserves: they will be canceled if the discharge is generated.

+

Patron has holds. They will be cancelled if the discharge is generated.

[% END %]
--