We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607071a commit b33ebabCopy full SHA for b33ebab
resources/templates/database/search/results.twig
@@ -40,6 +40,6 @@
40
41
{% if criteria_tables|length > 1 %}
42
<p>
43
- {{ 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 }}
44
</p>
45
{% endif %}
0 commit comments