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 authored and goapunk committed Oct 26, 2023
1 parent 8a2891b commit 2cf45e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions changelog/879.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### Fixed

- restyle hr tag as BO styles break in safari fixes #879
- add BO js urls to script_src for older browsers and add upgrade requests config fixes #844
- change string on search results page fixes #853
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 2cf45e6

Please sign in to comment.