Skip to content

Commit

Permalink
templates/search_results: update string for search results fixes #853
Browse files Browse the repository at this point in the history
  • Loading branch information
philli-m committed Oct 26, 2023
1 parent aa4508f commit 881b39d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions digitalstrategie/templates/search_results.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ <h2 class="title">
<p>
{% blocktranslate with search_term=request.GET.q %}Search for "{{ search_term }}".{% endblocktranslate %}
{% blocktranslate count counter=object_list|length %}
{{ counter }} measure.
{{ counter }} result.
{% plural %}
{{ counter }} measures.
{{ counter }} results.
{% endblocktranslate %}
</p>
{% for result in object_list %}
Expand Down Expand Up @@ -83,4 +83,3 @@ <h2 class="title">
{% endif %}
</div>
{% endblock %}

0 comments on commit 881b39d

Please sign in to comment.