[BridgeList] Change placeholder message in the search bar

The search bar should indicate that searching by URL is
supported.

References #1099
This commit is contained in:
logmanoriginal 2019-06-13 19:55:10 +02:00
parent 6d6d6037a3
commit dfa9c651cd
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ EOD;
<section class="searchbar">
<h3>Search</h3>
<input type="text" name="searchfield"
id="searchfield" placeholder="Enter the bridge you want to search for"
id="searchfield" placeholder="Insert URL or bridge name"
onchange="search()" onkeyup="search()" value="{$query}">
</section>
EOD;