mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 03:21:05 +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>
|
||||||
<div class="control">
|
<div class="control">
|
||||||
<button type="submit" class="button is-primary">
|
<button type="submit" class="button is-primary">
|
||||||
<span>Search</span>
|
<span>{% trans "Search" %}</span>
|
||||||
<span class="icon icon-search" aria-hidden="true"></span>
|
<span class="icon icon-search" aria-hidden="true"></span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue