summaryrefslogtreecommitdiff
path: root/templates/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/home.html')
-rw-r--r--templates/home.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/home.html b/templates/home.html
index 5357aa1..830f376 100644
--- a/templates/home.html
+++ b/templates/home.html
@@ -23,7 +23,7 @@
<form action="/search" method="GET">
<div class="field has-addons">
<div class="control is-expanded has-icons-left">
- <input class="input is-large" type="text" name="query" value="{{.OriginalQuery.Query}}" placeholder="Search Query" spellcheck="false">
+ <input class="input is-large" type="text" name="query" value="{{.OriginalQuery.Query}}" placeholder="Query" spellcheck="false">
<span class="icon is-small is-left">
<i class="fa-regular fa-magnifying-glass"></i>
</span>