summaryrefslogtreecommitdiff
path: root/system/admin/handlers.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/admin/handlers.go')
-rw-r--r--system/admin/handlers.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go
index afcc76a..2378136 100644
--- a/system/admin/handlers.go
+++ b/system/admin/handlers.go
@@ -354,9 +354,9 @@ func postsHandler(res http.ResponseWriter, req *http.Request) {
</div>
<form class="col s5" action="/admin/posts/search" method="get">
<div class="input-field post-search inline">
- <label class="active">Search</label>
+ <label class="active">Search:</label>
<i class="right material-icons search-icon">search</i>
- <input class="search" name="q" type="text" placeholder="Within ` + t + ` fields" class="search"/>
+ <input class="search" name="q" type="text" placeholder="Within all` + t + ` fields" class="search"/>
<input type="hidden" name="type" value="` + t + `" />
</div>
</form>