]> source.dussan.org Git - redmine.git/commitdiff
Use :button_save instead of :button_update on committers form (#15275).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 16 Nov 2013 08:28:29 +0000 (08:28 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 16 Nov 2013 08:28:29 +0000 (08:28 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@12284 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/repositories/committers.html.erb

index a5426dfeee91ac5d925d3e4cd226c0ff6f6890d2..695c42ccb59d470de9599f9c30997e6d16286e8a 100644 (file)
@@ -36,7 +36,7 @@
 <% end -%>
 </tbody>
 </table>
-<p><%= submit_tag(l(:button_update)) %></p>
+<p><%= submit_tag(l(:button_save)) %></p>
 <% end %>
 
 <% end %>