From 10086cce466dbedf1d5a08655836fe4469508249 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 8 Aug 2025 22:43:25 +0200 Subject: Add a missing translation on search body MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- app/views/searches/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@
<%= 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') %>
-- cgit v1.2.3