diff --git a/app/views/wiki_pages/search.html.erb b/app/views/wiki_pages/search.html.erb
index a06118fea..4fb24c4fb 100644
--- a/app/views/wiki_pages/search.html.erb
+++ b/app/views/wiki_pages/search.html.erb
@@ -1,7 +1,7 @@
<%= search_form_for(wiki_pages_path) do |f| %>
- <%= f.input :title_normalize, hint: "Use * for wildcard searches", input_html: { "data-autocomplete": "wiki-page" } %>
+ <%= f.input :title_normalize, label: "Title", hint: "Use * for wildcard searches", input_html: { "data-autocomplete": "wiki-page" } %>
<%= f.input :other_names_match, label: "Other names", hint: "Use * for wildcard searches" %>
<%= f.input :body_matches, label: "Body" %>
<%= f.input :other_names_present, as: :select %>