Skip to content

Commit

Permalink
Update the query text on all.html (#3638)
Browse files Browse the repository at this point in the history
Change the query text to be linguistically correct

Fixes the language used in the clear query section for no results found
in hypha/apply/funds/templates/submissions/all.html
  • Loading branch information
ramojo authored Nov 1, 2023
1 parent dfddb2c commit 634ffd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypha/apply/funds/templates/submissions/all.html
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@
{% empty %}
<div class="flex flex-col items-center justify-center py-20 px-4 border-t">
<h2 class='text-2xl'>No results matched your search</h2>
<p>Try <a href="./" hx-get="./" hx-target="#main" hx-push-url="true" hx-swap="outerHTML">clearing</a> all the query and start again.</p>
<p>Try <a href="./" hx-get="./" hx-target="#main" hx-push-url="true" hx-swap="outerHTML">clearing</a> the current query and try again.</p>
</div>
{% endfor %}
</section>
Expand Down

0 comments on commit 634ffd9

Please sign in to comment.