Merge pull request #6814 from timhoffm/search-message

Shorten message on search page
This commit is contained in:
Takeshi KOMIYA 2019-11-16 20:17:24 +09:00 committed by GitHub
commit 49e428ce88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,10 +27,8 @@
</p>
</div>
<p>
{% trans %}From here you can search these documents. Enter your search
words into the box below and click "search". Note that the search
function will automatically search for all of the words. Pages
containing fewer words won't appear in the result list.{% endtrans %}
{% trans %}Searching for multiple words only shows matches that contain
all words.{% endtrans %}
</p>
<form action="" method="get">
<input type="text" name="q" aria-labelledby="search-documentation" value="" />