From 63705fd5f7efcc91bdd0ae4cc8112614672953d1 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." --- koha-tmpl/intranet-tmpl/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 338fcb1116..41deaaf85e 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' %] -Download shelf › Koha +Download list › Koha [% INCLUDE 'doc-head-close.inc' %] -- 2.11.0