fix(search): add missing i18n text (#110)

This commit is contained in:
Jimmy Cai 2021-01-01 13:24:26 +01:00 committed by GitHub
parent ced387cbd5
commit 2ee854dd6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
<input name="keyword" placeholder="{{ T `search.placeholder` }}" />
</p>
<button title="Search">
<button title="{{ T `search.title` }}">
{{ partial "helper/icon" "search" }}
</button>
</form>