mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Maybe better copy for search page
This commit is contained in:
parent
863ac2663c
commit
afa8a0c057
1 changed files with 3 additions and 1 deletions
|
@ -143,7 +143,9 @@ function Search() {
|
|||
<Loader abrupt />
|
||||
</p>
|
||||
) : (
|
||||
<p class="ui-state">Enter your search term above to get started.</p>
|
||||
<p class="ui-state">
|
||||
Enter your search term or paste a URL above to get started.
|
||||
</p>
|
||||
)}
|
||||
</main>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue