From 7b3594c5ba2b7243b1ac1b70710a855543ed0839 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 25 Jun 2025 15:12:01 -0300 Subject: [PATCH] Bug 40244: Fix typo in branchoverdues.tt This patch fixes a trivial typo. The text appears in two more places with the right form on the same template. Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt index e121a4600ca..cb30349577c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt @@ -23,7 +23,7 @@ Circulation [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] - [% tx('Overdues at with fines {library}', { library = Branches.GetLoggedInBranchname }) %] + [% tx('Overdues with fines at {library}', { library = Branches.GetLoggedInBranchname }) %] [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %] -- 2.50.0