1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-31 13:50:23 +02:00

[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

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;