From 4e8500beb0873aa96e5c33c45b1e4b17030edec1 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 6 May 2024 11:07:13 +0200 Subject: [PATCH] Bug 36750: Fix some labels Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc | 9 ++++----- .../opac-tmpl/bootstrap/en/includes/opac-facets.inc | 6 +++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc index 27b34bfeaf..2834691541 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc @@ -50,7 +50,6 @@ [% FOREACH facets_loo IN facets_loop %] [% IF facets_loo.facets.size > 0 %]
  • - [% facets_loo.type_label | html %] [% SWITCH facets_loo.label %] [% CASE 'Authors' %] Authors @@ -62,15 +61,15 @@ Places [% CASE 'Series' %] Series - [% CASE 'ItemTypes' %] + [% CASE 'Item types' %] Item types - [% CASE 'homelibrary' %] + [% CASE 'Home libraries' %] Home libraries - [% CASE 'HoldingLibrary' %] + [% CASE 'Holding libraries' %] Holding libraries [% CASE 'Location' %] Locations - [% CASE 'CollectionCodes' %] + [% CASE 'Collections' %] Collections [% CASE 'Languages' %] Languages diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc index 90aa92f007..04e4a3c05a 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc @@ -67,13 +67,13 @@

    Series

    [% CASE 'ItemTypes' %]

    Item types

    - [% CASE 'homelibrary' %] + [% CASE 'Home libraries' %]

    Home libraries

    - [% CASE 'HoldingLibrary' %] + [% CASE 'Holding libraries' %]

    Holding libraries

    [% CASE 'Location' %]

    Locations

    - [% CASE 'CollectionCodes' %] + [% CASE 'Collections' %]

    Collections

    [% CASE 'Languages' %]

    Languages

    -- 2.39.2