Make the text on the search button translatable

This commit is contained in:
Neil Roberts 2023-04-14 16:40:50 +02:00
parent 8e25ae34d6
commit f520d1b7f8

View file

@ -29,7 +29,7 @@
</div>
<div class="control">
<button type="submit" class="button is-primary">
<span>Search</span>
<span>{% trans "Search" %}</span>
<span class="icon icon-search" aria-hidden="true"></span>
</button>
</div>