]> source.dussan.org Git - redmine.git/commitdiff
Change the text of the submit button on search page from button_submit to label_searc...
authorGo MAEDA <maeda@farend.jp>
Sun, 2 Dec 2018 14:15:12 +0000 (14:15 +0000)
committerGo MAEDA <maeda@farend.jp>
Sun, 2 Dec 2018 14:15:12 +0000 (14:15 +0000)
Patch by Dmitry Lisichkin.

git-svn-id: http://svn.redmine.org/redmine/trunk@17683 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/search/index.html.erb

index 1e80d57a7940fedd3d7bad9294f1e125af404bc9..682c11a9afbd62724d6d72937ee18d5c4babc809 100644 (file)
@@ -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 %>