mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-13 03:26:21 +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 />
|
<Loader abrupt />
|
||||||
</p>
|
</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>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue