summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2018-12-02 14:15:12 +0000
committerGo MAEDA <maeda@farend.jp>2018-12-02 14:15:12 +0000
commit75432d4cd41c5745a0cbb5747d6f20633cbebf62 (patch)
treefd015dff2bbe6e416963f5beb65b7a44911ae220
parent3ba51f205df5560ebaf101d0282084d22e1f0a26 (diff)
downloadredmine-75432d4cd41c5745a0cbb5747d6f20633cbebf62.tar.gz
redmine-75432d4cd41c5745a0cbb5747d6f20633cbebf62.zip
Change the text of the submit button on search page from button_submit to label_search (#26620).
Patch by Dmitry Lisichkin. git-svn-id: http://svn.redmine.org/redmine/trunk@17683 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--app/views/search/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/search/index.html.erb b/app/views/search/index.html.erb
index 1e80d57a7..682c11a9a 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_submit) %></p>
+<p><%= submit_tag l(:button_search) %></p>
<% end %>
<% if @results %>