From 85b938977a6fbd707036291668bc863098006e68 Mon Sep 17 00:00:00 2001 From: Lari Taskula Date: Tue, 18 Oct 2022 22:12:23 +0000 Subject: [PATCH] Bug 31692: (follow-up) Rewording tooltip Using "change to next available item" would require changing title and aria-label dynamically to "change to only item ..." when clicked. While possible, simply using "toggle hold type" covers both cases. --- 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 c5be8e8aa3..f630d2a939 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc @@ -181,7 +181,7 @@ [%- ELSE -%] Next available [%- END -%] - + [%- END -%] -- 2.25.1