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:
parent
21ff480612
commit
65292aaa86
1 changed files with 2 additions and 2 deletions
|
@ -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 %]
|
||||
|
|
Loading…
Reference in a new issue