Update placeholder text in search bar.

This commit is contained in:
Sonofotis 2021-07-15 15:45:42 +10:00
parent de31383fd0
commit 97eadd79ee
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
{%endif%}
Blockchain Explorer</a></h1>
<form action="/search" method="get" class="top-search">
<input type="text" name="value" size="64" placeholder="Block height, Block hash, Transaction ID, or Service Node pubkey">
<input type="text" name="value" size="64" placeholder="Block height, Block hash, Transaction ID, Service Node pubkey or ONS">
<input type="submit" class="PageButton" value="Search">
</form>
</div>