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:
Andy H 2018-05-10 15:59:46 +07:00 committed by GitHub
parent ec0e3e431a
commit 7bef7010b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<h1>Search your site</h1>
<h1>Search for a Friendica node</h1>
<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="submit" value="Search" />
</form>