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

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Katrin Fischer 2022-07-15 13:23:18 +00:00 committed by Tomas Cohen Arazi
parent fee0f29792
commit 325d783419
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

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 %]