aboutsummaryrefslogtreecommitdiff
path: root/app/views/searches
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/searches')
-rw-r--r--app/views/searches/_form.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/searches/_form.html.erb b/app/views/searches/_form.html.erb
index e3a326f..e846b8c 100644
--- a/app/views/searches/_form.html.erb
+++ b/app/views/searches/_form.html.erb
@@ -15,7 +15,7 @@
<div>
<%= form.label :body, id: 'search-body-label', class: 'hidden' %>
- <%= form.text_field :body, "data-action": "keydown.enter->search#load", "data-search-target": "body", placeholder: 'Search body' %>
+ <%= form.text_field :body, "data-action": "keydown.enter->search#load", "data-search-target": "body", placeholder: I18n.t('searches.title') %>
<a id="save-search" href="#" data-action="search#save" class="hidden"><%= I18n.t('searches.save') %></a>
</div>