From d01e4822e417ed720cb40a32abcd3bc53dde7576 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 16 Sep 2024 14:00:34 -0400 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 1f40b662a32..b15a94504ff 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc @@ -98,7 +98,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. + Cancellation will not receive a notice. [% END %] [% END %] -- 2.39.3 (Apple Git-146)