From 045a46bf89590a4865a63aafd047c9e4d3f563f1 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 15 Jul 2022 13:23:18 +0000 Subject: [PATCH] Bug 27667: (QA follow-up) Fix singular index and rephrase heading --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index ba996b2af8..9239b3b2f4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -513,13 +513,13 @@ [% IF elasticsearch_has_missing %] - + [% FOREACH index IN elasticsearch_status.indexes %] [% IF index.missing_count %] [% END %] -- 2.30.2
Records are missing in Elasticsearch search engineRecords are not indexed in Elasticsearch
Warning - [% index.missing_count | html %] record(s) missing on a total of [% index.index_count | html %] in indice [% index.index_name | html %]. + [% index.missing_count | html %] record(s) missing on a total of [% index.index_count | html %] in index [% index.index_name | html %].