Feature #26620 » fix_button_text.patch
app/views/search/index.html.erb (revision ) | ||
---|---|---|
32 | 32 |
<%= hidden_field_tag 'options', '', :id => 'show-options' %> |
33 | 33 | |
34 | 34 |
</div> |
35 |
<p><%= submit_tag l(:button_submit) %></p>
|
|
35 |
<p><%= submit_tag l(:button_search) %></p>
|
|
36 | 36 |
<% end %> |
37 | 37 | |
38 | 38 |
<% if @results %> |