From 2e5e127b085b0cb6c795a31f16b3a36bad0ebca1 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 Signed-off-by: Nick Clemens --- 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 ce37428748..7fd3cf1462 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.39.5