mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 17:41:08 +00:00
Make the text on the search button translatable
This commit is contained in:
parent
8e25ae34d6
commit
f520d1b7f8
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue