Simplifies translation strings

This commit is contained in:
Mouse Reeve
2021-02-28 08:42:25 -08:00
parent 9247a0f6f7
commit 4df62a8ebd
5 changed files with 34 additions and 66 deletions

View File

@ -35,7 +35,7 @@
<div class="control">
<button class="button" type="submit">
<span class="icon icon-search" title="{% trans 'Search' %}">
<span class="is-sr-only">{% trans "search" %}</span>
<span class="is-sr-only">{% trans "Search" %}</span>
</span>
</button>
</div>