Update health_search.tpl
Improved wording. This is search result page. Relates to this https://github.com/friendica/dir/pull/52
This commit is contained in:
parent
ec0e3e431a
commit
7bef7010b8
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
<h1>Search your site</h1>
|
<h1>Search for a Friendica node</h1>
|
||||||
<form method="GET">
|
<form method="GET">
|
||||||
<label>Your site URL:</label>
|
<label>URL of node:</label>
|
||||||
<input type="text" name="s" placeholder="example.com" value="$searched" />
|
<input type="text" name="s" placeholder="example.com" value="$searched" />
|
||||||
<input type="submit" value="Search" />
|
<input type="submit" value="Search" />
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue