diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/search/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/search/index.html.erb b/app/views/search/index.html.erb index 682c11a9a..c1ee25ce7 100644 --- a/app/views/search/index.html.erb +++ b/app/views/search/index.html.erb @@ -32,7 +32,7 @@ <%= hidden_field_tag 'options', '', :id => 'show-options' %> </div> -<p><%= submit_tag l(:button_search) %></p> +<p><%= submit_tag l(:label_search) %></p> <% end %> <% if @results %> |