From 6f1299b961f325a17e8aab0bff8fd0ec67662f16 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 24 May 2021 10:24:59 +0000 Subject: [PATCH] Bug 28427: Terminology: Shelf should be list This patch corrects the title element on the download list page in the staff interface. The affected page should never be seen by the user because other error-handling should take precedence. In order to see it you have to set up such an error: - Log into the staff client as a user with existing lists. - Open the Lists page. - Open one of your lists in a new tab. - In the original tab, delete the list you opened. - In the tab showing the contents of the list, click the "Download" menu button and select an option. - You should be redirected to a page with an error message at the top. - The title of this page should be correct: "Download list." Signed-off-by: David Nind Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit b5a328d38b07bbf92741cc434c064cbc2bbd997e) Signed-off-by: Fridolin Somers --- .../prog/en/modules/virtualshelves/downloadshelf.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/downloadshelf.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/downloadshelf.tt index 577eafeef7..53a93f3672 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/downloadshelf.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/downloadshelf.tt @@ -1,5 +1,5 @@ [% INCLUDE 'doc-head-open.inc' %] -Koha › Download shelf +Koha › Download list [% INCLUDE 'doc-head-close.inc' %] -- 2.39.5