Skip to content

Commit

Permalink
[BridgeList] Change placeholder message in the search bar
Browse files Browse the repository at this point in the history
The search bar should indicate that searching by URL is
supported.

References RSS-Bridge#1099
  • Loading branch information
logmanoriginal committed Jun 13, 2019
1 parent db8d15c commit 14c3d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/BridgeList.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ private static function getSearchbar() {
<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;
Expand Down

0 comments on commit 14c3d6e

Please sign in to comment.