Bug 27667: (QA follow-up) Fix singular index and rephrase heading

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 325d783419)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
This commit is contained in:
Katrin Fischer 2022-07-15 13:23:18 +00:00 committed by Lucas Gass
parent 21ff480612
commit 65292aaa86

View file

@ -513,13 +513,13 @@
[% IF elasticsearch_has_missing %]
<table>
<caption>Records are missing in Elasticsearch search engine</caption>
<caption>Records are not indexed in Elasticsearch</caption>
[% FOREACH index IN elasticsearch_status.indexes %]
[% IF index.missing_count %]
<tr>
<th scope="row"><strong>Warning</strong></th>
<td>
[% 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 %].
</td>
</tr>
[% END %]