From f63ae1ea6749a7c35f2aceb1fcff266d5d6547a8 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 20 Feb 2026 09:17:25 +0100 Subject: [PATCH] Bug 41017: (bug 41484 follow-up) Adjust 'on hold' --- koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js index f943b084e7f..89e63b69912 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js +++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js @@ -454,7 +454,7 @@ function LoadIssuesTable() { "" + - __("On hold") + + __("Item on hold for another patron") + "" + ""; } -- 2.43.0