From 8fd80fb29a4c51147ce84ad1a2246a60edba648e Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 2 Oct 2022 12:50:55 +0000 Subject: [PATCH] Bug 26282: (QA follow-up) Fix typo recieve --- koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc index cecdb31d7c..5d5fc4f3f8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc +++ b/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 %] -- 2.30.2