Fix result count when searching in database (#19595)
* Fix result count when searching in database Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com> --------- Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
This commit is contained in:
parent
607071afb5
commit
b33ebab568
@ -40,6 +40,6 @@
|
||||
|
||||
{% if criteria_tables|length > 1 %}
|
||||
<p>
|
||||
{{ t('<strong>Total:</strong> <em>%s</em> match', '<strong>Total:</strong> <em>%s</em> matches', result_total)|format(count)|raw }}
|
||||
{{ t('<strong>Total:</strong> <em>%s</em> match', '<strong>Total:</strong> <em>%s</em> matches', result_total)|format(result_total)|raw }}
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user