diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-08-08 22:43:25 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-08-08 22:43:25 +0200 |
| commit | 10086cce466dbedf1d5a08655836fe4469508249 (patch) | |
| tree | 3bb463287b7022a57bd0d5dd4d7957fe83b62448 /app | |
| parent | 6afa5184756185fd857adb5c90832481a0a8dc32 (diff) | |
| download | operum-10086cce466dbedf1d5a08655836fe4469508249.tar.gz operum-10086cce466dbedf1d5a08655836fe4469508249.zip | |
Add a missing translation on search body
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/searches/_form.html.erb | 2 |
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> |
