From 2a35cf853b59393300d484c4d469cc86c4583b80 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 27 Oct 2018 11:49:11 +0000 Subject: [PATCH] Bug 21693: Make page title consistent with other pages For some reason we use 'Home' in the bread crumbs, but 'Koha' as starting point in the page title. Changed to make consistent with other pages in Circulation. Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt index f56a80728f..d7f4effc7e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt @@ -5,7 +5,7 @@ [% USE Branches %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Home › Circulation › Checkout notes +Koha › Circulation › Checkout notes [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/datatables.css") | $raw %] -- 2.11.0