@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc @@ -90,7 +90,7 @@ [% SET bc = hold.patron.branchcode %] [% SET all_bc = "" %] [% UNLESS cancel_notice_branches.$bc || cancel_notice_branches.$all_bc %] - Cancellation will not recieve a notice. + Patron will not receive a cancellation notice. [% END %] [% END %] --