String changes

This commit is contained in:
Kovid Goyal 2020-11-28 14:42:08 +05:30
parent da172232bb
commit 91306f57d0
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -3,7 +3,7 @@
<form class="search" action="{{ pathto('search') }}" method="get"> <form class="search" action="{{ pathto('search') }}" method="get">
<div style="display: flex"> <div style="display: flex">
<input type="text" name="q" placeholder="{{ search_box_text }}" />&nbsp; <input type="text" name="q" placeholder="{{ search_box_text }}" />&nbsp;
<input type="submit" value="{{ _('Go') }}" /> <input type="submit" title="{{ _('Search') }}" value="{{ '🔍' }}" />
</div> </div>
</form> </form>
</div> </div>